JsonCpp project page Classes Namespace JsonCpp home page

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

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

#include <json/value.h>

Public Attributes

const String name
 
const Valuevalue
 

Detailed Description

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

Definition at line 1058 of file value.h.

Member Data Documentation

const String Json::ConstMemberProxy::name

Definition at line 1059 of file value.h.

const Value& Json::ConstMemberProxy::value

Definition at line 1060 of file value.h.


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