全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
rapidjson::GenericMember< Encoding, Allocator > 模板结构体 参考

Name-value pair in a JSON object value. 更多...

#include <document.h>

Public 属性

GenericValue< Encoding, Allocatorname
 name of member (must be a string)
 
GenericValue< Encoding, Allocatorvalue
 value of member.
 

详细描述

template<typename Encoding, typename Allocator>
struct rapidjson::GenericMember< Encoding, Allocator >

Name-value pair in a JSON object value.

This class was internal to GenericValue. It used to be a inner struct. But a compiler (IBM XL C/C++ for AIX) have reported to have problem with that so it moved as a namespace scope struct. https://code.google.com/p/rapidjson/issues/detail?id=64


该结构体的文档由以下文件生成: