rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Json::Object::Proxy Class Reference

#include <Object.h>

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_
 
std::string const key_
 

Detailed Description

Definition at line 350 of file Object.h.

Constructor & Destructor Documentation

◆ Proxy()

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

Definition at line 107 of file Object.cpp.

Member Function Documentation

◆ operator=()

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

Definition at line 361 of file Object.h.

Member Data Documentation

◆ object_

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

Definition at line 353 of file Object.h.

◆ key_

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

Definition at line 354 of file Object.h.