Pyrogenesis  trunk
Classes | Public Types | Public Member Functions | Static Public Attributes | Private Types | Private Member Functions | Private Attributes | List of all members
json_spirit::Value_impl< Config > Class Template Reference

#include <json_spirit_value.h>

Collaboration diagram for json_spirit::Value_impl< Config >:
Collaboration graph
[legend]

Classes

class  Variant_converter_visitor
 

Public Types

typedef Config Config_type
 
typedef Config::String_type String_type
 
typedef Config::Object_type Object
 
typedef Config::Array_type Array
 
typedef String_type::const_pointer Const_str_ptr
 

Public Member Functions

 Value_impl ()
 
 Value_impl (Const_str_ptr value)
 
 Value_impl (const String_type &value)
 
 Value_impl (const Object &value)
 
 Value_impl (const Array &value)
 
 Value_impl (bool value)
 
 Value_impl (int value)
 
 Value_impl (boost::int64_t value)
 
 Value_impl (boost::uint64_t value)
 
 Value_impl (double value)
 
template<class Iter >
 Value_impl (Iter first, Iter last)
 
template<BOOST_VARIANT_ENUM_PARAMS(typename T) >
 Value_impl (const boost::variant< BOOST_VARIANT_ENUM_PARAMS(T) > &variant)
 
 Value_impl (const Value_impl &other)
 
bool operator== (const Value_impl &lhs) const
 
Value_imploperator= (const Value_impl &lhs)
 
Value_type type () const
 
bool is_uint64 () const
 
bool is_null () const
 
const String_typeget_str () const
 
const Objectget_obj () const
 
const Arrayget_array () const
 
bool get_bool () const
 
int get_int () const
 
boost::int64_t get_int64 () const
 
boost::uint64_t get_uint64 () const
 
double get_real () const
 
Objectget_obj ()
 
Arrayget_array ()
 
template<typename T >
T get_value () const
 
template<class Config >
 Value_impl (const Value_impl< Config > &other)
 

Static Public Attributes

static const Value_impl null
 

Private Types

typedef boost::variant< boost::recursive_wrapper< Object >, boost::recursive_wrapper< Array >, String_type, bool, boost::int64_t, double, Null, boost::uint64_tVariant
 

Private Member Functions

void check_type (const Value_type vtype) const
 

Private Attributes

Variant v_
 

Member Typedef Documentation

◆ Array

template<class Config>
typedef Config::Array_type json_spirit::Value_impl< Config >::Array

◆ Config_type

template<class Config>
typedef Config json_spirit::Value_impl< Config >::Config_type

◆ Const_str_ptr

template<class Config>
typedef String_type::const_pointer json_spirit::Value_impl< Config >::Const_str_ptr

◆ Object

template<class Config>
typedef Config::Object_type json_spirit::Value_impl< Config >::Object

◆ String_type

template<class Config>
typedef Config::String_type json_spirit::Value_impl< Config >::String_type

◆ Variant

template<class Config>
typedef boost::variant< boost::recursive_wrapper< Object >, boost::recursive_wrapper< Array >, String_type, bool, boost::int64_t, double, Null, boost::uint64_t > json_spirit::Value_impl< Config >::Variant
private

Constructor & Destructor Documentation

◆ Value_impl() [1/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( )

◆ Value_impl() [2/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( Const_str_ptr  value)

◆ Value_impl() [3/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( const String_type value)

◆ Value_impl() [4/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( const Object value)

◆ Value_impl() [5/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( const Array value)

◆ Value_impl() [6/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( bool  value)

◆ Value_impl() [7/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( int  value)

◆ Value_impl() [8/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( boost::int64_t  value)

◆ Value_impl() [9/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( boost::uint64_t  value)

◆ Value_impl() [10/14]

template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( double  value)

◆ Value_impl() [11/14]

template<class Config >
template<class Iter >
json_spirit::Value_impl< Config >::Value_impl ( Iter  first,
Iter  last 
)

◆ Value_impl() [12/14]

template<class Config >
template<BOOST_VARIANT_ENUM_PARAMS(typename T) >
json_spirit::Value_impl< Config >::Value_impl ( const boost::variant< BOOST_VARIANT_ENUM_PARAMS(T) > &  variant)

◆ Value_impl() [13/14]

template<class Config>
json_spirit::Value_impl< Config >::Value_impl ( const Value_impl< Config > &  other)

◆ Value_impl() [14/14]

template<class Config>
template<class Config >
json_spirit::Value_impl< Config >::Value_impl ( const Value_impl< Config > &  other)

Member Function Documentation

◆ check_type()

template<class Config >
void json_spirit::Value_impl< Config >::check_type ( const Value_type  vtype) const
private

◆ get_array() [1/2]

template<class Config >
const Value_impl< Config >::Array & json_spirit::Value_impl< Config >::get_array ( ) const

◆ get_array() [2/2]

template<class Config >
Value_impl< Config >::Array & json_spirit::Value_impl< Config >::get_array ( )

◆ get_bool()

template<class Config >
bool json_spirit::Value_impl< Config >::get_bool ( ) const

◆ get_int()

template<class Config >
int json_spirit::Value_impl< Config >::get_int ( ) const

◆ get_int64()

template<class Config >
boost::int64_t json_spirit::Value_impl< Config >::get_int64 ( ) const

◆ get_obj() [1/2]

template<class Config >
const Value_impl< Config >::Object & json_spirit::Value_impl< Config >::get_obj ( ) const

◆ get_obj() [2/2]

template<class Config >
Value_impl< Config >::Object & json_spirit::Value_impl< Config >::get_obj ( )

◆ get_real()

template<class Config >
double json_spirit::Value_impl< Config >::get_real ( ) const

◆ get_str()

template<class Config >
const Config::String_type & json_spirit::Value_impl< Config >::get_str ( ) const

◆ get_uint64()

template<class Config >
boost::uint64_t json_spirit::Value_impl< Config >::get_uint64 ( ) const

◆ get_value()

template<class Config >
template<typename T >
T json_spirit::Value_impl< Config >::get_value ( ) const

◆ is_null()

template<class Config >
bool json_spirit::Value_impl< Config >::is_null ( ) const

◆ is_uint64()

template<class Config >
bool json_spirit::Value_impl< Config >::is_uint64 ( ) const

◆ operator=()

template<class Config >
Value_impl< Config > & json_spirit::Value_impl< Config >::operator= ( const Value_impl< Config > &  lhs)

◆ operator==()

template<class Config >
bool json_spirit::Value_impl< Config >::operator== ( const Value_impl< Config > &  lhs) const

◆ type()

template<class Config >
Value_type json_spirit::Value_impl< Config >::type ( ) const

Member Data Documentation

◆ null

template<class Config>
const Value_impl< Config > json_spirit::Value_impl< Config >::null
static

◆ v_

template<class Config>
Variant json_spirit::Value_impl< Config >::v_
private

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