Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <json_spirit_value.h>
Public Types | |
typedef String | String_type |
typedef Value_impl< Config_vector > | Value_type |
typedef Pair_impl< Config_vector > | Pair_type |
typedef std::vector< Value_type > | Array_type |
typedef std::vector< Pair_type > | Object_type |
Static Public Member Functions | |
static Value_type & | add (Object_type &obj, const String_type &name, const Value_type &value) |
static String_type | get_name (const Pair_type &pair) |
static Value_type | get_value (const Pair_type &pair) |
Definition at line 109 of file json_spirit_value.h.
typedef std::vector< Value_type > json_spirit::Config_vector< String >::Array_type |
Definition at line 114 of file json_spirit_value.h.
typedef std::vector< Pair_type > json_spirit::Config_vector< String >::Object_type |
Definition at line 115 of file json_spirit_value.h.
typedef Pair_impl< Config_vector > json_spirit::Config_vector< String >::Pair_type |
Definition at line 113 of file json_spirit_value.h.
typedef String json_spirit::Config_vector< String >::String_type |
Definition at line 111 of file json_spirit_value.h.
typedef Value_impl< Config_vector > json_spirit::Config_vector< String >::Value_type |
Definition at line 112 of file json_spirit_value.h.
|
inlinestatic |
Definition at line 117 of file json_spirit_value.h.
|
inlinestatic |
Definition at line 124 of file json_spirit_value.h.
|
inlinestatic |
Definition at line 129 of file json_spirit_value.h.