Flow123d  master-f44eb46
Classes | Functions
json_spirit::internal_ Namespace Reference

Classes

struct  Type_to_type
 

Functions

template<class Value >
int get_value (const Value &value, Type_to_type< int >)
 
template<class Value >
boost::int64_t get_value (const Value &value, Type_to_type< boost::int64_t >)
 
template<class Value >
boost::uint64_t get_value (const Value &value, Type_to_type< boost::uint64_t >)
 
template<class Value >
double get_value (const Value &value, Type_to_type< double >)
 
template<class Value >
Value::String_type get_value (const Value &value, Type_to_type< typename Value::String_type >)
 
template<class Value >
Value::Array get_value (const Value &value, Type_to_type< typename Value::Array >)
 
template<class Value >
Value::Object get_value (const Value &value, Type_to_type< typename Value::Object >)
 
template<class Value >
bool get_value (const Value &value, Type_to_type< bool >)
 

Function Documentation

◆ get_value() [1/8]

template<class Value >
bool json_spirit::internal_::get_value ( const Value value,
Type_to_type< bool >   
)

Definition at line 571 of file json_spirit_value.h.

◆ get_value() [2/8]

template<class Value >
boost::int64_t json_spirit::internal_::get_value ( const Value value,
Type_to_type< boost::int64_t >   
)

Definition at line 535 of file json_spirit_value.h.

◆ get_value() [3/8]

template<class Value >
boost::uint64_t json_spirit::internal_::get_value ( const Value value,
Type_to_type< boost::uint64_t >   
)

Definition at line 541 of file json_spirit_value.h.

◆ get_value() [4/8]

template<class Value >
double json_spirit::internal_::get_value ( const Value value,
Type_to_type< double >   
)

Definition at line 547 of file json_spirit_value.h.

◆ get_value() [5/8]

template<class Value >
int json_spirit::internal_::get_value ( const Value value,
Type_to_type< int >   
)

Definition at line 529 of file json_spirit_value.h.

Here is the caller graph for this function:

◆ get_value() [6/8]

template<class Value >
Value::Array json_spirit::internal_::get_value ( const Value value,
Type_to_type< typename Value::Array >   
)

Definition at line 559 of file json_spirit_value.h.

◆ get_value() [7/8]

template<class Value >
Value::Object json_spirit::internal_::get_value ( const Value value,
Type_to_type< typename Value::Object >   
)

Definition at line 565 of file json_spirit_value.h.

◆ get_value() [8/8]

template<class Value >
Value::String_type json_spirit::internal_::get_value ( const Value value,
Type_to_type< typename Value::String_type >   
)

Definition at line 553 of file json_spirit_value.h.