JsonCpp project page Classes Namespace JsonCpp home page

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

◆ name

const String Json::ConstMemberProxy::name

Definition at line 1059 of file value.h.

◆ value

const Value& Json::ConstMemberProxy::value

Definition at line 1060 of file value.h.


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