Go to the source code of this file.
Namespaces | |
| namespace | fs |
| namespace | fs::ut |
| namespace | fs::ut::str |
Classes | |
| class | fs::ut::str::StrHldr_t |
| String holder. More... | |
| class | fs::ut::str::WStrHldr_t |
| Wide-character string holder. More... | |
| class | fs::ut::str::Toknzr_t |
| String tokenizer. More... | |
| class | fs::ut::str::CmdLn_t |
| Command line parser. More... | |
Functions | |
| char * | fs::ut::str::Int2Str (int nVal, char *pszStr) |
| Converts an int value to a string. | |
| void | fs::ut::str::WStr2Str (const wchar_t *pwszWStr, char *pszStr) |
| Converts a wide-character string to a single-byte-character string. | |
| void | fs::ut::str::Str2WStr (const char *pszStr, wchar_t *pwszWStr) |
| Converts a single-byte-character string to a wide-character string. | |