Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | Static Public Member Functions | List of all members
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_typeObject_type
 
typedef Object_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)
 

Detailed Description

template<class String>
struct json_spirit::Config_map< String >

Definition at line 159 of file json_spirit_value.h.

Member Typedef Documentation

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

Definition at line 163 of file json_spirit_value.h.

template<class String >
typedef std::map< String_type, Value_type > json_spirit::Config_map< String >::Object_type

Definition at line 164 of file json_spirit_value.h.

template<class String >
typedef Object_type::value_type json_spirit::Config_map< String >::Pair_type

Definition at line 165 of file json_spirit_value.h.

template<class String >
typedef String json_spirit::Config_map< String >::String_type

Definition at line 161 of file json_spirit_value.h.

template<class String >
typedef Value_impl< Config_map > json_spirit::Config_map< String >::Value_type

Definition at line 162 of file json_spirit_value.h.

Member Function Documentation

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

Definition at line 167 of file json_spirit_value.h.

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

Definition at line 172 of file json_spirit_value.h.

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

Definition at line 177 of file json_spirit_value.h.


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