Bitcoin ABC  0.26.3
P2P Digital Currency
Functions | Variables
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 18 of file gen.cpp.

Here is the caller graph for this function:

◆ main()

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

Definition at line 76 of file gen.cpp.

Here is the call graph for this function:

◆ outputEscape()

static void outputEscape ( )
static

Definition at line 39 of file gen.cpp.

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

Variable Documentation

◆ escapes

std::string escapes[256]
static

Definition at line 16 of file gen.cpp.

◆ initEscapes

bool initEscapes
static

Definition at line 15 of file gen.cpp.