Bitcoin Core  27.99.0
P2P Digital Currency
Functions | Variables
univalue.cpp File Reference
#include <univalue.h>
#include <iomanip>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for univalue.cpp:

Go to the source code of this file.

Functions

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

Variables

const UniValue NullUniValue
 

Function Documentation

◆ uvTypeName()

const char* uvTypeName ( UniValue::VType  t)

Definition at line 218 of file univalue.cpp.

Here is the caller graph for this function:

◆ validNumStr()

static bool validNumStr ( const std::string &  s)
static

Definition at line 39 of file univalue.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ NullUniValue

const UniValue NullUniValue

Definition at line 16 of file univalue.cpp.