|
公有成员 |
| | CMisc (void) |
| | ~CMisc (void) |
静态公有成员 |
| int64_t | CMisc::currentTimeMillis () |
| tchar * | getBuffer (tstring &s, size_t len) |
| bool | dirExists (const tchar *path) |
| size_t | wctoutf8 (char *utf, const wchar_t wc) |
| size_t | wcstoutf8 (char *utf, size_t ulen, const wchar_t *wcs, size_t wlen) |
| size_t | utf8towc (wchar_t *wc, const char *utf, size_t ulen) |
| size_t | utf8towcs (wchar_t *wcs, size_t wlen, const char *utf, size_t ulen) |
| size_t | _wcstombs (char *mbs, size_t mlen, const wchar_t *wcs, size_t wlen) |
| size_t | _mbstowcs (wchar_t *wcs, size_t wlen, const char *mbs, size_t mlen) |