JsonCpp project page Classes Namespace JsonCpp home page

Public Attributes | List of all members
Json::MemberProxy Struct Reference

Proxy struct to enable range-based for loops over object members. More...

#include <json/value.h>

Public Attributes

const String name
 
Valuevalue
 

Detailed Description

Proxy struct to enable range-based for loops over object members.

Definition at line 1050 of file value.h.

Member Data Documentation

const String Json::MemberProxy::name

Definition at line 1051 of file value.h.

Value& Json::MemberProxy::value

Definition at line 1052 of file value.h.


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