28 #ifndef ZenLib_ZtringH
29 #define ZenLib_ZtringH
44 typedef std::basic_string<Char, std::char_traits<Char>, std::allocator<Char> >
tstring;
88 #ifndef WSTRING_MISSING
91 #endif //WSTRING_MISSING
199 #ifdef SIZE_T_IS_LONG
202 #endif //SIZE_T_IS_LONG
222 Ztring&
Date_From_Numbers (
const int8u Year,
const int8u Month,
const int8u Day,
const int8u Hour,
const int8u Minute,
const int8u Second);
225 #ifndef WSTRING_MISSING
229 #endif //WSTRING_MISSING
317 #ifdef SIZE_T_IS_LONG
318 static Ztring ToZtring (
const size_t I, int8u Radix=10) {
return Ztring().From_Number(I, Radix);};
319 #endif //SIZE_T_IS_LONG