Flow123d  release_2.2.0-914-gf1a3a4f
Namespaces | Functions
json_spirit_utils.h File Reference
#include "json_spirit_value.h"
#include <map>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 json_spirit
 

Functions

template<class Obj_t , class Map_t >
void json_spirit::obj_to_map (const Obj_t &obj, Map_t &mp_obj)
 
template<class Obj_t , class Map_t >
void 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 & json_spirit::find_value (const Object_type &obj, const String_type &name)