pikotools/space
Tomasz Sowa 040eb12c8b added: to convert/text
wchar_t ToLower(wchar_t c)
       wchar_t ToUpper(wchar_t c)
       void ToLower(std::wstring & s)
       void ToUpper(std::wstring & s)
       
       template<class StringType1, class StringType2>
       bool EqualNoCase(const StringType1 * str1, const StringType2 * str2)

       template<class StringType1, class StringType2>
       bool EqualNoCase(const StringType1 & str1, const StringType2 & str2)

       template<class StringType1, class StringType2>
       bool EqualNoCase(const StringType1 * str1_begin, const StringType1 * str1_end, const StringType2 * str2)

added: to space:
       Value * GetValueNoCase(const wchar_t * name);
       Value * GetValueNoCase(const std::wstring & name);
       const Value * GetValueNoCase(const wchar_t * name) const;
       const Value * GetValueNoCase(const std::wstring & name) const;

       
       



git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@1111 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-05-25 17:12:28 +00:00
..
Makefile instead of directly using 'ar' program we are using the AR macro now 2014-11-12 04:11:28 +00:00
Makefile.dep added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
Makefile.o.dep added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
jsontospaceparser.cpp fixed: JSONToSpaceParser incorrectly read the last character from an UTF8 string (a last character before terminating zero char) 2018-04-26 16:36:15 +00:00
jsontospaceparser.h start changing the Space API 2017-06-27 16:51:55 +00:00
space.cpp added: to convert/text 2018-05-25 17:12:28 +00:00
space.h added: to convert/text 2018-05-25 17:12:28 +00:00
spaceparser.cpp start changing the Space API 2017-06-27 16:51:55 +00:00
spaceparser.h start changing the Space API 2017-06-27 16:51:55 +00:00
spacetojson.cpp changed: rewritten the Serialize method in SpaceToJSON class 2012-07-15 22:53:24 +00:00
spacetojson.h start changing the Space API 2017-06-27 16:51:55 +00:00