|
GME
13
|
Go to the source code of this file.
Functions | |
| void | vFormat (std::string &s, const char *format, va_list args) |
| void | vFormat (std::wstring &s, const wchar_t *format, va_list args) |
| void vFormat | ( | std::string & | s, |
| const char * | format, | ||
| va_list | args | ||
| ) |
Definition at line 8 of file CommonStl.cpp.
| void vFormat | ( | std::wstring & | s, |
| const wchar_t * | format, | ||
| va_list | args | ||
| ) |
Definition at line 25 of file CommonStl.cpp.
1.7.6.1