Rosetta
|
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 > | |
float | get_value (const Value &value, Type_to_type< float >) |
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 >) |
bool utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< bool > | |||
) |
References value.
boost::int64_t utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< boost::int64_t > | |||
) |
References value.
boost::uint64_t utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< boost::uint64_t > | |||
) |
References value.
double utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< double > | |||
) |
References value.
float utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< float > | |||
) |
References value.
int utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< int > | |||
) |
References value.
Referenced by utility::json_spirit::Value_impl< Config >::get_value().
Value::Array utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< typename Value::Array > | |||
) |
References value.
Value::Object utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< typename Value::Object > | |||
) |
References value.
Value::String_type utility::json_spirit::internal_::get_value | ( | const Value & | value, |
Type_to_type< typename Value::String_type > | |||
) |
References value.