Go to file
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
convert added: to convert/text 2018-05-25 17:12:28 +00:00
date added: Toa() for long long, int, short and unsigned as well 2018-04-22 21:22:55 +00:00
logger added: Logger 2018-04-23 14:28:22 +00:00
mainparser added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
mainspaceparser added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
membuffer added: to membuffer: 2013-11-28 22:21:10 +00:00
space added: to convert/text 2018-05-25 17:12:28 +00:00
textstream added: to membuffer: 2013-11-28 22:21:10 +00:00
utf8 added: functions for dealing with white characters: 2017-12-05 16:32:21 +00:00
Makefile added: Logger 2018-04-23 14:28:22 +00:00