|
| CMMemoryManager & | GetMemoryManager () |
| |
| MDLLEXPORT void | ThrowException () |
| |
| MDLLEXPORT void | ThrowException (const CMString &reason) |
| |
| MDLLEXPORT void | ThrowException (const CMString &comment, const CMString &reason) |
| |
| MDLLEXPORT CMLog & | mlog () |
| |
| MDLLEXPORT void | SetLogSink (IMLogSink *p) |
| |
| MDLLEXPORT void | MLog (const MCL_TCHAR *szText, bool bLineFeed) |
| |
| MDLLEXPORT void | MLog (const MCL_TCHAR *szText, long val, bool bLineFeed) |
| |
| MDLLEXPORT void | MLog (const MCL_TCHAR *szText, const MCL_TCHAR *szText2, bool bLineFeed) |
| |
| MDLLEXPORT void | SetMemoryManage (bool b) |
| |
| void | __mccl_tolwr (MCL_TCHAR *szText) |
| |
| void | __mccl_toupr (MCL_TCHAR *szText) |
| |
| MDLLEXPORT void | MCLSetCasing (bool b) |
| |
| MDLLEXPORT void | MCLSetUTF8Encode (bool b) |
| |
| MDLLEXPORT bool | MCLIsUTF8Encode () |
| |
| MDLLEXPORT bool | Tokenize (CMPtrStringList &result, const CMString &source, char delimiter, long limit) |
| |
| MDLLEXPORT bool | GetNextToken (CMString &result, CMString &source, char delimiter) |
| |
| MDLLEXPORT const char * | GetUTF8Sig () |
| |
| MDLLEXPORT bool | IsUTF8 (const CMString &string) |
| |
| MDLLEXPORT bool | RemoveUTF8Sig (CMString &string) |
| |
| MDLLEXPORT bool | AddUTF8Sig (CMString &string) |
| |