Classes | |
| class | StrHldr_t |
| String holder. More... | |
| class | WStrHldr_t |
| Wide-character string holder. More... | |
| class | Toknzr_t |
| String tokenizer. More... | |
| class | CmdLn_t |
| Command line parser. More... | |
Functions | |
| char * | Int2Str (int nVal, char *pszStr) |
| Converts an int value to a string. | |
| void | WStr2Str (const wchar_t *pwszWStr, char *pszStr) |
| Converts a wide-character string to a single-byte-character string. | |
| void | Str2WStr (const char *pszStr, wchar_t *pwszWStr) |
| Converts a single-byte-character string to a wide-character string. | |
| char * fs::ut::str::Int2Str | ( | int | nVal, | |
| char * | pszStr | |||
| ) |
| void fs::ut::str::WStr2Str | ( | const wchar_t * | pwszWStr, | |
| char * | pszStr | |||
| ) |
Converts a wide-character string to a single-byte-character string.
Definition at line 78 of file fsStrUt.cpp.
References FS_VERIFY_RETURN.
| void fs::ut::str::Str2WStr | ( | const char * | pszStr, | |
| wchar_t * | pwszWStr | |||
| ) |
Converts a single-byte-character string to a wide-character string.
Definition at line 86 of file fsStrUt.cpp.
References FS_VERIFY_RETURN.