|
rippled
|
#include <Object.h>

Public Member Functions | |
| Proxy (Object &object, std::string const &key) | |
| template<class T > | |
| void | operator= (T const &t) |
Private Attributes | |
| Object & | object_ |
| std::string const | key_ |
| Json::Object::Proxy::Proxy | ( | Object & | object, |
| std::string const & | key | ||
| ) |
Definition at line 107 of file Object.cpp.
| void Json::Object::Proxy::operator= | ( | T const & | t | ) |
|
private |