NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
json_tool.h 文件参考
#include "nim_wrapper_util/json/config.h"
#include <clocale>

浏览源代码.

命名空间

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 *&current)
 
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)