Rosetta  2019.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
json_spirit_utils.h File Reference
#include <utility/json_spirit/json_spirit_value.h>
#include <map>

Namespaces

 utility
 unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0.
 
 utility::json_spirit
 

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)