Pyrogenesis  trunk
Public Types | Static Public Member Functions | List of all members
json_spirit::Config_vector< String > Struct Template Reference

#include <json_spirit_value.h>

Public Types

typedef String String_type
 
typedef Value_impl< Config_vectorValue_type
 
typedef Pair_impl< Config_vectorPair_type
 
typedef std::vector< Value_typeArray_type
 
typedef std::vector< Pair_typeObject_type
 

Static Public Member Functions

static Value_typeadd (Object_type &obj, const String_type &name, const Value_type &value)
 
static const String_typeget_name (const Pair_type &pair)
 
static const Value_typeget_value (const Pair_type &pair)
 

Member Typedef Documentation

template<class String >
typedef std::vector< Value_type > json_spirit::Config_vector< String >::Array_type
template<class String >
typedef std::vector< Pair_type > json_spirit::Config_vector< String >::Object_type
template<class String >
typedef Pair_impl< Config_vector > json_spirit::Config_vector< String >::Pair_type
template<class String >
typedef String json_spirit::Config_vector< String >::String_type
template<class String >
typedef Value_impl< Config_vector > json_spirit::Config_vector< String >::Value_type

Member Function Documentation

template<class String >
static Value_type& json_spirit::Config_vector< String >::add ( Object_type obj,
const String_type name,
const Value_type value 
)
inlinestatic
template<class String >
static const String_type& json_spirit::Config_vector< String >::get_name ( const Pair_type pair)
inlinestatic
template<class String >
static const Value_type& json_spirit::Config_vector< String >::get_value ( const Pair_type pair)
inlinestatic

The documentation for this struct was generated from the following file: