![]() |
Feathercoin
0.5.0
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 98 of file json_spirit_writer_template.h.
|
private |
Definition at line 103 of file json_spirit_writer_template.h.
|
private |
Definition at line 104 of file json_spirit_writer_template.h.
|
private |
Definition at line 100 of file json_spirit_writer_template.h.
|
private |
Definition at line 105 of file json_spirit_writer_template.h.
|
private |
Definition at line 102 of file json_spirit_writer_template.h.
|
private |
Definition at line 101 of file json_spirit_writer_template.h.
|
inline |
Definition at line 109 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 203 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 218 of file json_spirit_writer_template.h.
|
private |
|
inlineprivate |
Bitcoin: Added std::fixed and changed precision from 16 to 8
Definition at line 119 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 138 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 143 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 148 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 167 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 172 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 178 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 155 of file json_spirit_writer_template.h.
|
inlineprivate |
Definition at line 213 of file json_spirit_writer_template.h.
|
private |
Definition at line 226 of file json_spirit_writer_template.h.
|
private |
Definition at line 225 of file json_spirit_writer_template.h.
|
private |
Definition at line 227 of file json_spirit_writer_template.h.