Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

univalue.cpp File Reference
#include <stdint.h>
#include <iomanip>
#include <sstream>
#include <stdlib.h>
#include "univalue.h"
+ Include dependency graph for univalue.cpp:

Go to the source code of this file.

Functions

static bool validNumStr (const string &s)
 
const char * uvTypeName (UniValue::VType t)
 
const UniValuefind_value (const UniValue &obj, const std::string &name)
 

Variables

const UniValue NullUniValue
 

Function Documentation

◆ find_value()

◆ uvTypeName()

◆ validNumStr()

static bool validNumStr ( const string &  s)
static

Definition at line 40 of file univalue.cpp.

References getJsonToken(), and JTOK_NUMBER.

Referenced by UniValue::setNumStr().

Variable Documentation

◆ NullUniValue

const UniValue NullUniValue
Released under the MIT license