All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
rapidjson::GenericValue< Encoding, Allocator >::String Struct Reference

#include <document.h>

Public Attributes

const Chstr
 
SizeType length
 
unsigned hashcode
 reserved More...
 

Detailed Description

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
struct rapidjson::GenericValue< Encoding, Allocator >::String

Definition at line 1471 of file document.h.

Member Data Documentation

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
unsigned rapidjson::GenericValue< Encoding, Allocator >::String::hashcode

reserved

Definition at line 1474 of file document.h.

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
SizeType rapidjson::GenericValue< Encoding, Allocator >::String::length

Definition at line 1473 of file document.h.

template<typename Encoding, typename Allocator = MemoryPoolAllocator<>>
const Ch* rapidjson::GenericValue< Encoding, Allocator >::String::str

Definition at line 1472 of file document.h.


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