X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=store.h;h=039354d5b5c120737498795f9267a65babea13ca;hp=be351b70ea70092709155aa9b1c2e750d95e7ceb;hb=32b22b42cd974e98e8a56f5ac39a51c8990ef57c;hpb=d1698791effc588bc36cf85a28b5131e25ba5a49 diff --git a/store.h b/store.h index be351b7..039354d 100644 --- a/store.h +++ b/store.h @@ -5,9 +5,15 @@ #include #include +#include namespace odc { + class TypePath : public std::vector { + public: + std::string toString() const; + }; + /** * TYPE Store * ABSTRACT