Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

gen.cpp File Reference
#include <stdio.h>
#include <string.h>
#include "univalue.h"
+ Include dependency graph for gen.cpp:

Go to the source code of this file.

Functions

static void initJsonEscape ()
 
static void outputEscape ()
 
int main (int argc, char *argv[])
 

Variables

static bool initEscapes
 
static std::string escapes [256]
 

Function Documentation

◆ initJsonEscape()

static void initJsonEscape ( )
static

Definition at line 20 of file gen.cpp.

References escapes, and initEscapes.

Referenced by main().

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 78 of file gen.cpp.

References initJsonEscape(), and outputEscape().

◆ outputEscape()

static void outputEscape ( )
static

Definition at line 41 of file gen.cpp.

References immer::detail::dvektor::empty, escapes, and tinyformat::printf().

Referenced by main().

Variable Documentation

◆ escapes

std::string escapes[256]
static

Definition at line 18 of file gen.cpp.

Referenced by initJsonEscape(), json_escape(), and outputEscape().

◆ initEscapes

bool initEscapes
static

Definition at line 17 of file gen.cpp.

Referenced by initJsonEscape().

Released under the MIT license