NIM 跨平台 C++ SDK
|
#include "forwards.h"
#include <array>
#include <exception>
#include <map>
#include <memory>
#include <string>
#include <vector>
命名空间 | |
namespace | nim_cpp_wrapper_util |
JSON (JavaScript Object Notation). | |
namespace | nim_cpp_wrapper_util::Json |
宏定义 | |
#define | JSONCPP_NORETURN [[noreturn]] |
#define | JSONCPP_TEMPLATE_DELETE = delete |
函数 | |
JSONCPP_NORETURN void | nim_cpp_wrapper_util::Json::throwRuntimeError (String const &msg) |
used internally | |
JSONCPP_NORETURN void | nim_cpp_wrapper_util::Json::throwLogicError (String const &msg) |
used internally | |
void | nim_cpp_wrapper_util::Json::swap (Value &a, Value &b) |
#define JSONCPP_NORETURN [[noreturn]] |
#define JSONCPP_TEMPLATE_DELETE = delete |