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
185 #ifdef SIZE_T_IS_LONG
188 #endif //SIZE_T_IS_LONG
220 Ztring&
Date_From_Numbers (
const int8u Year,
const int8u Month,
const int8u Day,
const int8u Hour,
const int8u Minute,
const int8u Second);
223 #ifndef WSTRING_MISSING
227 #endif //WSTRING_MISSING
315 #ifdef SIZE_T_IS_LONG
316 static Ztring ToZtring (
const size_t I, int8u Radix=10) {
return Ztring().From_Number(I, Radix);};
317 #endif //SIZE_T_IS_LONG