|
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: