rikitiki  v0.1.67
Build C++ web server modules that allow easy routing and deployment.
rikitiki::json_value< T > Struct Template Reference

Static Public Member Functions

template<typename S >
static auto set (Json::Value &jv, T &t, const mxcomp::Field_< T, S > &field) -> decltype(jv[field.name]<< field.get(t), void())
 
template<typename S >
static auto set (Json::Value &jv, T &t, const Field_< T, S > &field) -> decltype(jv[field.name]=field.get(t), void())
 
template<typename S >
static void get (Json::Value &jv, T &t, const Field_< T, S > &field)
 
static void get (Json::Value &jv, T &t, const Field_< T, bool > &field)
 
static void get (Json::Value &jv, T &t, const Field_< T, double > &field)
 
static void get (Json::Value &jv, T &t, const Field_< T, unsigned int > &field)
 
static void get (Json::Value &jv, T &t, const Field_< T, int > &field)
 
static void get (Json::Value &jv, T &t, const Field_< T, std::string > &field)
 

The documentation for this struct was generated from the following file: