Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
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 |
◆ main()
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 78 of file gen.cpp.
References initJsonEscape(), and outputEscape().
◆ 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
|
static |
Definition at line 18 of file gen.cpp.
Referenced by initJsonEscape(), json_escape(), and outputEscape().
◆ initEscapes
|
static |
Definition at line 17 of file gen.cpp.
Referenced by initJsonEscape().