Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <json_spirit_writer_template.h>
Public Member Functions | |
Generator (const Value_type &value, Ostream_type &os, bool pretty) | |
Private Types | |
typedef Value_type::Config_type | Config_type |
typedef Config_type::String_type | String_type |
typedef Config_type::Object_type | Object_type |
typedef Config_type::Array_type | Array_type |
typedef String_type::value_type | Char_type |
typedef Object_type::value_type | Obj_member_type |
Private Member Functions | |
void | output (const Value_type &value) |
void | output (const Object_type &obj) |
void | output (const Array_type &arr) |
void | output (const Obj_member_type &member) |
void | output_int (const Value_type &value) |
void | output (const String_type &s) |
void | output (bool b) |
template<class T > | |
void | output_array_or_obj (const T &t, Char_type start_char, Char_type end_char) |
void | indent () |
void | space () |
void | new_line () |
Generator & | operator= (const Generator &) |
Private Attributes | |
Ostream_type & | os_ |
int | indentation_level_ |
bool | pretty_ |
Definition at line 95 of file json_spirit_writer_template.h.
|
private |
Definition at line 100 of file json_spirit_writer_template.h.
|
private |
Definition at line 101 of file json_spirit_writer_template.h.
|
private |
Definition at line 97 of file json_spirit_writer_template.h.
|
private |
Definition at line 102 of file json_spirit_writer_template.h.
|
private |
Definition at line 99 of file json_spirit_writer_template.h.
|
private |
Definition at line 98 of file json_spirit_writer_template.h.
|
inline |
Definition at line 106 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 197 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 212 of file json_spirit_writer_template.h.
|
private |
|
inlineprivate |
Definition at line 116 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 132 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 137 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 142 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 161 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 166 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 172 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 149 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 207 of file json_spirit_writer_template.h.
|
private |
Definition at line 220 of file json_spirit_writer_template.h.
|
private |
Definition at line 219 of file json_spirit_writer_template.h.
|
private |
Definition at line 221 of file json_spirit_writer_template.h.