Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Enumerations | Functions | Variables
univalue.h File Reference
#include <stdint.h>
#include <string.h>
#include <string>
#include <vector>
#include <map>
#include <cassert>
#include <sstream>
#include <utility>
Include dependency graph for univalue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UniValue
 

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)
 
const UniValuefind_value (const UniValue &obj, const std::string &name)
 

Variables

const UniValue NullUniValue
 

Enumeration Type Documentation

enum jtokentype
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 246 of file univalue.h.

Function Documentation

const UniValue& find_value ( const UniValue obj,
const std::string &  name 
)

Definition at line 236 of file univalue.cpp.

enum jtokentype getJsonToken ( std::string &  tokenVal,
unsigned int &  consumed,
const char *  raw,
const char *  end 
)

Here is the caller graph for this function:

const char* uvTypeName ( UniValue::VType  t)

Definition at line 221 of file univalue.cpp.

Here is the caller graph for this function:

Variable Documentation

const UniValue NullUniValue

Definition at line 15 of file univalue.cpp.