|
template<typename T > |
static std::unique_ptr< T > | nim_cpp_wrapper_util::Json::cloneUnique (const std::unique_ptr< T > &p) |
|
template<typename T , typename U > |
static bool | nim_cpp_wrapper_util::Json::InRange (double d, T min, U max) |
|
static char * | nim_cpp_wrapper_util::Json::duplicateStringValue (const char *value, size_t length) |
|
static char * | nim_cpp_wrapper_util::Json::duplicateAndPrefixStringValue (const char *value, unsigned int length) |
|
static void | nim_cpp_wrapper_util::Json::decodePrefixedString (bool isPrefixed, char const *prefixed, unsigned *length, char const **value) |
|
static void | nim_cpp_wrapper_util::Json::releasePrefixedStringValue (char *value) |
|
static void | nim_cpp_wrapper_util::Json::releaseStringValue (char *value, unsigned) |
|
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
|
|
static bool | nim_cpp_wrapper_util::Json::IsIntegral (double d) |
|