Go to file
Tomasz Sowa 1e48455942 added: to Space:
bool HasValue(const wchar_t * name, const wchar_t * value);
       bool HasValue(const wchar_t * name, const std::wstring & value);
       bool HasValue(const std::wstring & name, const wchar_t * value);
       bool HasValue(const std::wstring & name, const std::wstring & value);
       useful when testing whether a value is in a list (or in simple table too)



git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@433 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-10-17 19:55:16 +00:00
convert added: convert (functions for converting) currently only int(long) -> string 2012-07-03 14:58:18 +00:00
date added: to Date: 2012-06-22 23:35:16 +00:00
mainparser changed: Date::SerializeDay outputs the date in a form of YYYY-MM-DD (before was: YYYY.MM.DD) 2012-05-13 21:49:06 +00:00
membuffer some commentaries 2012-09-11 21:41:48 +00:00
space added: to Space: 2012-10-17 19:55:16 +00:00
textstream added: to Space: 2012-07-25 10:27:20 +00:00
utf8 changed: Date::SerializeDay outputs the date in a form of YYYY-MM-DD (before was: YYYY.MM.DD) 2012-05-13 21:49:06 +00:00
Makefile changed: Makefile 2012-06-30 23:22:31 +00:00