Pyrogenesis trunk
|
#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 const String_type & | get_name (const Pair_type &pair) |
static const Value_type & | get_value (const Pair_type &pair) |
typedef std::vector< Value_type > json_spirit::Config_vector< String >::Array_type |
typedef std::vector< Pair_type > json_spirit::Config_vector< String >::Object_type |
typedef Pair_impl< Config_vector > json_spirit::Config_vector< String >::Pair_type |
typedef String json_spirit::Config_vector< String >::String_type |
typedef Value_impl< Config_vector > json_spirit::Config_vector< String >::Value_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |