rippled
Public Member Functions | Private Attributes | List of all members
Json::Object::Proxy Class Reference
Collaboration diagram for Json::Object::Proxy:
Collaboration graph
[legend]

Public Member Functions

 Proxy (Object &object, std::string const &key)
 
template<class T >
void operator= (T const &t)
 

Private Attributes

Objectobject_
 
const std::string key_
 

Detailed Description

Definition at line 368 of file Object.h.

Constructor & Destructor Documentation

◆ Proxy()

Json::Object::Proxy::Proxy ( Object object,
std::string const &  key 
)

Definition at line 120 of file Object.cpp.

Member Function Documentation

◆ operator=()

template<class T >
void Json::Object::Proxy::operator= ( T const &  t)

Definition at line 379 of file Object.h.

Member Data Documentation

◆ object_

Object& Json::Object::Proxy::object_
private

Definition at line 371 of file Object.h.

◆ key_

const std::string Json::Object::Proxy::key_
private

Definition at line 372 of file Object.h.