Tomasz Sowa
e24112b79b
some work in Space API:
added: new GetValue() implementation
Value * GetValue(const wchar_t * name)
Value * GetValue(const std::wstring & name)
const Value * GetValue(const wchar_t * name) const
const Value * GetValue(const std::wstring & name) const
added: const correctness for Text() and TextA() methods
std::wstring Text(...) const;
std::string TextA(...) const;
added: TextA() with a wide second argument
std::string TextA(const wchar_t * name, const wchar_t * def) const;
std::string TextA(const std::wstring & name, const wchar_t * def) const;
std::string TextA(const std::wstring & name, const std::wstring & def) const;
git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@1067 e52654a7-88a9-db11-a3e9-0013d4bc506e
2017-12-07 11:35:12 +00:00
..
2017-06-27 16:51:55 +00:00
2017-06-27 16:51:55 +00:00
2014-11-12 04:11:28 +00:00
2017-12-05 16:32:21 +00:00
2017-12-05 16:32:21 +00:00
2017-12-07 11:35:12 +00:00
2017-12-07 11:35:12 +00:00
2017-06-27 16:51:55 +00:00
2017-06-27 16:51:55 +00:00
2017-06-27 16:51:55 +00:00