Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
utility::json_spirit::Config_map< String > Struct Template Reference

#include <json_spirit_value.h>

Public Types

typedef String String_type
 
typedef Value_impl< Config_mapValue_type
 
typedef std::vector< Value_typeArray_type
 
typedef std::map< String_type,
Value_type
Object_type
 
typedef std::pair< String_type,
Value_type
Pair_type
 

Static Public Member Functions

static Value_typeadd (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)
 

Member Typedef Documentation

template<class String >
typedef std::vector< Value_type > utility::json_spirit::Config_map< String >::Array_type

Member Function Documentation

template<class String >
static Value_type& utility::json_spirit::Config_map< String >::add ( Object_type obj,
const String_type name,
const Value_type value 
)
inlinestatic

References name, and value.

template<class String >
static String_type utility::json_spirit::Config_map< String >::get_name ( const Pair_type pair)
inlinestatic
template<class String >
static Value_type utility::json_spirit::Config_map< String >::get_value ( const Pair_type pair)
inlinestatic

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