![]() |
Rosetta
3.7
|
Namespaces | |
utility | |
comment 0 | |
utility::json_spirit | |
Typedefs | |
typedef std::map< std::string, Value > | utility::json_spirit::Mapped_obj |
typedef std::map< std::wstring, wValue > | utility::json_spirit::wMapped_obj |
Functions | |
template<class Obj_t , class Map_t > | |
void | utility::json_spirit::obj_to_map (const Obj_t &obj, Map_t &mp_obj) |
template<class Obj_t , class Map_t > | |
void | utility::json_spirit::map_to_obj (const Map_t &mp_obj, Obj_t &obj) |
template<class Object_type , class String_type > | |
const Object_type::value_type::Value_type & | utility::json_spirit::find_value (const Object_type &obj, const String_type &name) |