pikotools/space
Tomasz Sowa 5ad48470b6 added: to Space:
std::wstring & FindAdd(const WTextStream & name);
       std::wstring & Add(const wchar_t * name,        const WTextStream & value);
       std::wstring & Add(const std::wstring & name,   const WTextStream & value);
       std::wstring & Add(const WTextStream & name,    const WTextStream & value);




git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@430 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-07-25 10:27:20 +00:00
..
Makefile changed: class name: ConfParser -> SpaceParser 2012-04-30 13:10:55 +00:00
Makefile.dep added: to Space: 2012-07-25 10:27:20 +00:00
Makefile.o.dep updated: SpaceToJSON (not finished yet) 2012-07-13 12:26:09 +00:00
jsontospaceparser.cpp added: JSONToSpaceParser -- a parser for JSON format to Space structure 2012-07-12 15:01:15 +00:00
jsontospaceparser.h added: JSONToSpaceParser -- a parser for JSON format to Space structure 2012-07-12 15:01:15 +00:00
space.cpp added: to Space: 2012-07-25 10:27:20 +00:00
space.h added: to Space: 2012-07-25 10:27:20 +00:00
spaceparser.cpp added: JSONToSpaceParser -- a parser for JSON format to Space structure 2012-07-12 15:01:15 +00:00
spaceparser.h added: JSONToSpaceParser -- a parser for JSON format to Space structure 2012-07-12 15:01:15 +00:00
spacetojson.cpp changed: rewritten the Serialize method in SpaceToJSON class 2012-07-15 22:53:24 +00:00
spacetojson.h added: to Space: 2012-07-25 10:27:20 +00:00