Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <charconv>
#include <cstddef>
#include <cstdint>
#include <map>
#include <stdexcept>
#include <string>
#include <string_view>
#include <system_error>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | UniValue |
class | UniValue::type_error |
Enumerations | |
enum | jtokentype { JTOK_ERR = -1 , JTOK_NONE = 0 , JTOK_OBJ_OPEN , JTOK_OBJ_CLOSE , JTOK_ARR_OPEN , JTOK_ARR_CLOSE , JTOK_COLON , JTOK_COMMA , JTOK_KW_NULL , JTOK_KW_TRUE , JTOK_KW_FALSE , JTOK_NUMBER , JTOK_STRING } |
Functions | |
enum jtokentype | getJsonToken (std::string &tokenVal, unsigned int &consumed, const char *raw, const char *end) |
const char * | uvTypeName (UniValue::VType t) |
static bool | jsonTokenIsValue (enum jtokentype jtt) |
static bool | json_isspace (int ch) |
Variables | |
const UniValue | NullUniValue |
Enumerator | |
---|---|
JTOK_ERR | |
JTOK_NONE | |
JTOK_OBJ_OPEN | |
JTOK_OBJ_CLOSE | |
JTOK_ARR_OPEN | |
JTOK_ARR_CLOSE | |
JTOK_COLON | |
JTOK_COMMA | |
JTOK_KW_NULL | |
JTOK_KW_TRUE | |
JTOK_KW_FALSE | |
JTOK_NUMBER | |
JTOK_STRING |
Definition at line 170 of file univalue.h.
|
extern |
Definition at line 50 of file univalue_read.cpp.
Definition at line 207 of file univalue.h.
|
inlinestatic |
Definition at line 191 of file univalue.h.
|
extern |
Definition at line 209 of file univalue.cpp.
|
extern |
Definition at line 16 of file univalue.cpp.