![]() |
NIM 跨平台 C++ SDK
|
命名空间 | |
| namespace | nim_cpp_wrapper_util |
| JSON (JavaScript Object Notation). | |
| namespace | nim_cpp_wrapper_util::Json |
类型定义 | |
| using | nim_cpp_wrapper_util::Json::UIntToStringBuffer = char[uintToStringBufferSize] |
枚举 | |
| enum | { nim_cpp_wrapper_util::Json::uintToStringBufferSize = 3 * sizeof(LargestUInt) + 1 } |
函数 | |
| static char | nim_cpp_wrapper_util::Json::getDecimalPoint () |
| static String | nim_cpp_wrapper_util::Json::codePointToUTF8 (unsigned int cp) |
| Converts a unicode code-point to UTF-8. | |
| static void | nim_cpp_wrapper_util::Json::uintToString (LargestUInt value, char *¤t) |
| template<typename Iter > | |
| Iter | nim_cpp_wrapper_util::Json::fixNumericLocale (Iter begin, Iter end) |
| template<typename Iter > | |
| void | nim_cpp_wrapper_util::Json::fixNumericLocaleInput (Iter begin, Iter end) |
| template<typename Iter > | |
| Iter | nim_cpp_wrapper_util::Json::fixZerosInTheEnd (Iter begin, Iter end) |