14 #ifndef ZenLib_ZtringH
15 #define ZenLib_ZtringH
28 typedef std::basic_string<Char, std::char_traits<Char>, std::allocator<Char> >
tstring;
72 #ifndef WSTRING_MISSING
75 #endif //WSTRING_MISSING
183 #ifdef SIZE_T_IS_LONG
186 #endif //SIZE_T_IS_LONG
206 Ztring&
Date_From_Numbers (
const int8u Year,
const int8u Month,
const int8u Day,
const int8u Hour,
const int8u Minute,
const int8u Second);
209 #ifndef WSTRING_MISSING
213 #endif //WSTRING_MISSING
301 #ifdef SIZE_T_IS_LONG
302 static Ztring ToZtring (
const size_t I, int8u Radix=10) {
return Ztring().From_Number(I, Radix);};
303 #endif //SIZE_T_IS_LONG