Flow123d
master-f44eb46
|
#include <vector>
#include <map>
#include <string>
#include <cassert>
#include <sstream>
#include <stdexcept>
#include <boost/config.hpp>
#include <boost/cstdint.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/variant.hpp>
Go to the source code of this file.
Namespaces | |
json_spirit | |
json_spirit::internal_ | |
Macros | |
#define | JSON_SPIRIT_MVALUE_ENABLED |
Typedefs | |
typedef Config_map< std::string > | json_spirit::mConfig |
typedef mConfig::Value_type | json_spirit::mValue |
typedef mConfig::Object_type | json_spirit::mObject |
typedef mConfig::Array_type | json_spirit::mArray |
Functions | |
bool | json_spirit::operator== (const Null &, const Null &) |
template<class String_type > | |
String_type | json_spirit::to_str (const char *c_str) |
template<class Value > | |
int | json_spirit::internal_::get_value (const Value &value, Type_to_type< int >) |
template<class Value > | |
boost::int64_t | json_spirit::internal_::get_value (const Value &value, Type_to_type< boost::int64_t >) |
template<class Value > | |
boost::uint64_t | json_spirit::internal_::get_value (const Value &value, Type_to_type< boost::uint64_t >) |
template<class Value > | |
double | json_spirit::internal_::get_value (const Value &value, Type_to_type< double >) |
template<class Value > | |
Value::String_type | json_spirit::internal_::get_value (const Value &value, Type_to_type< typename Value::String_type >) |
template<class Value > | |
Value::Array | json_spirit::internal_::get_value (const Value &value, Type_to_type< typename Value::Array >) |
template<class Value > | |
Value::Object | json_spirit::internal_::get_value (const Value &value, Type_to_type< typename Value::Object >) |
template<class Value > | |
bool | json_spirit::internal_::get_value (const Value &value, Type_to_type< bool >) |
#define JSON_SPIRIT_MVALUE_ENABLED |
Definition at line 27 of file json_spirit_value.h.