Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
univalue.cpp File Reference
#include <univalue.h>
#include <iomanip>
#include <map>
#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 217 of file univalue.cpp.

Here is the caller graph for this function:

◆ validNumStr()

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

Definition at line 38 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 15 of file univalue.cpp.