bes  Updated for version 3.20.10
GenericDocument< Encoding, Allocator, StackAllocator > Member List

This is the complete list of members for GenericDocument< Encoding, Allocator, StackAllocator >, including all inherited members.

AllocatorType typedefGenericDocument< Encoding, Allocator, StackAllocator >
Array typedef (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
Bool(bool b) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
Ch typedefGenericDocument< Encoding, Allocator, StackAllocator >
ConstArray typedef (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
ConstMemberIterator typedefGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
ConstObject typedef (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
ConstValueIterator typedefGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
data_ (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
Double(double d) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
EncodingType typedefGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
EndArray(SizeType elementCount) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
EndObject(SizeType memberCount) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
GenericDocument(Type type, Allocator *allocator=0, size_t stackCapacity=kDefaultStackCapacity, StackAllocator *stackAllocator=0)GenericDocument< Encoding, Allocator, StackAllocator >inlineexplicit
GenericDocument(Allocator *allocator=0, size_t stackCapacity=kDefaultStackCapacity, StackAllocator *stackAllocator=0)GenericDocument< Encoding, Allocator, StackAllocator >inline
GenericValue (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >friend
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(Type type) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(const GenericValue< Encoding, SourceAllocator > &rhs, RAPIDJSON_DEFAULT_ALLOCATOR &allocator, bool copyConstStrings=false)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(T b, RAPIDJSON_ENABLEIF((internal::IsSame< bool, T >))) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(int i) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(unsigned u) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(int64_t i64) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(uint64_t u64) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(double d) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(float f) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(const Ch *s, SizeType length) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(StringRefType s) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inlineexplicit
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(const Ch *s, SizeType length, RAPIDJSON_DEFAULT_ALLOCATOR &allocator)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(const Ch *s, RAPIDJSON_DEFAULT_ALLOCATOR &allocator)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(Array a) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::GenericValue(Object o) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GetAllocator()GenericDocument< Encoding, Allocator, StackAllocator >inline
GetElementsPointer() const (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GetErrorOffset() constGenericDocument< Encoding, Allocator, StackAllocator >inline
GetMembersPointer() const (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GetParseError() constGenericDocument< Encoding, Allocator, StackAllocator >inline
GetStackCapacity() constGenericDocument< Encoding, Allocator, StackAllocator >inline
GetStringPointer() const (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
HasParseError() constGenericDocument< Encoding, Allocator, StackAllocator >inline
Int(int i) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
Int64(int64_t i) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
kArrayFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kBoolFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kConstStringFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kCopyFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kCopyStringFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kDefaultArrayCapacity (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >static
kDefaultObjectCapacity (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >static
kDoubleFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
Key(const Ch *str, SizeType length, bool copy) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
kFalseFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kInlineStrFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kInt64Flag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kIntFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kNullFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kNumberAnyFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kNumberDoubleFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kNumberFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kNumberInt64Flag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kNumberIntFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kNumberUint64Flag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kNumberUintFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kObjectFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kShortStringFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kStringFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kTrueFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kTypeMask enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kUint64Flag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
kUintFlag enum value (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
Member typedefGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
MemberIterator typedefGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
Null() (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
Object typedef (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
operator ParseResult() constGenericDocument< Encoding, Allocator, StackAllocator >inline
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::operator=(GenericValue &rhs) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >::operator=(StringRefType str) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
Parse(const typename SourceEncoding::Ch *str)GenericDocument< Encoding, Allocator, StackAllocator >inline
Parse(const Ch *str)GenericDocument< Encoding, Allocator, StackAllocator >inline
Parse(const Ch *str)GenericDocument< Encoding, Allocator, StackAllocator >inline
Parse(const typename SourceEncoding::Ch *str, size_t length) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
Parse(const Ch *str, size_t length) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
Parse(const Ch *str, size_t length) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
ParseInsitu(Ch *str)GenericDocument< Encoding, Allocator, StackAllocator >inline
ParseInsitu(Ch *str)GenericDocument< Encoding, Allocator, StackAllocator >inline
ParseStream(InputStream &is)GenericDocument< Encoding, Allocator, StackAllocator >inline
ParseStream(InputStream &is)GenericDocument< Encoding, Allocator, StackAllocator >inline
ParseStream(InputStream &is)GenericDocument< Encoding, Allocator, StackAllocator >inline
Populate(Generator &g)GenericDocument< Encoding, Allocator, StackAllocator >inline
RAPIDJSON_DISABLEIF_RETURN((internal::IsPointer< T >),(GenericValue &)) operatorGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
RawAssign(GenericValue &rhs) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
RawNumber(const Ch *str, SizeType length, bool copy) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
SetArrayRaw(GenericValue *values, SizeType count, RAPIDJSON_DEFAULT_ALLOCATOR &allocator) (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
SetElementsPointer(GenericValue *elements) (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
SetMembersPointer(Member *members) (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
SetObjectRaw(Member *members, SizeType count, RAPIDJSON_DEFAULT_ALLOCATOR &allocator)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
SetStringPointer(const Ch *str) (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
SetStringRaw(StringRefType s) RAPIDJSON_NOEXCEPTGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
SetStringRaw(StringRefType s, RAPIDJSON_DEFAULT_ALLOCATOR &allocator)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
StartArray() (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
StartObject() (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
String(const Ch *str, SizeType length, bool copy) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
StringEqual(const GenericValue< Encoding, SourceAllocator > &rhs) const (defined in GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >)GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline
StringRefType typedefGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
swap(GenericDocument &a, GenericDocument &b) RAPIDJSON_NOEXCEPTGenericDocument< Encoding, Allocator, StackAllocator >friend
Swap(GenericDocument &rhs) RAPIDJSON_NOEXCEPTGenericDocument< Encoding, Allocator, StackAllocator >inline
Uint(unsigned i) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
Uint64(uint64_t i) (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
ValueIterator typedefGenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >
ValueType typedefGenericDocument< Encoding, Allocator, StackAllocator >
~GenericDocument() (defined in GenericDocument< Encoding, Allocator, StackAllocator >)GenericDocument< Encoding, Allocator, StackAllocator >inline
~GenericValue()GenericValue< Encoding, RAPIDJSON_DEFAULT_ALLOCATOR >inline