Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Typedefs | Functions
json_spirit_utils.h File Reference
#include "json_spirit_value.h"
#include <map>
Include dependency graph for json_spirit_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 json_spirit
 

Typedefs

typedef std::map< std::string, Value > json_spirit::Mapped_obj
 
typedef std::map< std::wstring, wValue > json_spirit::wMapped_obj
 

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)