AllocatorType typedef | GenericValue< Encoding, Allocator > | |
Array typedef (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
Ch typedef | GenericValue< Encoding, Allocator > | |
ConstArray typedef (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
ConstMemberIterator typedef | GenericValue< Encoding, Allocator > | |
ConstObject typedef (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
ConstValueIterator typedef | GenericValue< Encoding, Allocator > | |
data_ (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
DataString(const Data &data) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inlinestatic |
DataStringLength(const Data &data) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inlinestatic |
DoAddMember(GenericValue &name, GenericValue &value, Allocator &allocator) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
DoAllocMembers(SizeType capacity, Allocator &allocator) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
DoClearMembers() (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
DoCopyMembers(const GenericValue< Encoding, SourceAllocator > &rhs, Allocator &allocator, bool copyConstStrings) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
DoEraseMembers(ConstMemberIterator first, ConstMemberIterator last) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
DoFindMember(const GenericValue< Encoding, SourceAllocator > &name) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
DoFreeMembers() (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
DoRemoveMember(MemberIterator m) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
DoReserveMembers(SizeType newCapacity, Allocator &allocator) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
EncodingType typedef | GenericValue< Encoding, Allocator > | |
GenericDocument (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | friend |
GenericValue() RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inline |
GenericValue(Type type) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(const GenericValue< Encoding, SourceAllocator > &rhs, Allocator &allocator, bool copyConstStrings=false) | GenericValue< Encoding, Allocator > | inline |
GenericValue(T b, RAPIDJSON_ENABLEIF((internal::IsSame< bool, T >))) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(int i) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(unsigned u) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(int64_t i64) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(uint64_t u64) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(double d) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(float f) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(const Ch *s, SizeType length) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inline |
GenericValue(StringRefType s) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inlineexplicit |
GenericValue(const Ch *s, SizeType length, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
GenericValue(const Ch *s, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
GenericValue(Array a) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inline |
GenericValue(Object o) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inline |
GetElementsPointer() const (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
GetMembersPointer() const (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
GetStringPointer() const (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
kArrayFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kBoolFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kConstStringFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kCopyFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kCopyStringFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kDefaultArrayCapacity (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | static |
kDefaultObjectCapacity (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | static |
kDoubleFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kFalseFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kInlineStrFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kInt64Flag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kIntFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kNullFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kNumberAnyFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kNumberDoubleFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kNumberFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kNumberInt64Flag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kNumberIntFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kNumberUint64Flag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kNumberUintFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kObjectFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kRawOutputStrFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kShortStringFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kStringFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kTrueFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kTypeMask enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kUint64Flag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
kUintFlag enum value (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
Member typedef | GenericValue< Encoding, Allocator > | |
MemberIterator typedef | GenericValue< Encoding, Allocator > | |
Object typedef (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | |
operator=(GenericValue &rhs) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inline |
operator=(StringRefType str) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inline |
RAPIDJSON_DISABLEIF_RETURN((internal::IsPointer< T >),(GenericValue &)) operator | GenericValue< Encoding, Allocator > | |
RawAssign(GenericValue &rhs) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inline |
SetArrayRaw(GenericValue *values, SizeType count, Allocator &allocator) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
SetElementsPointer(GenericValue *elements) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
SetMembersPointer(Member *members) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
SetObjectRaw(Member *members, SizeType count, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
SetStringPointer(const Ch *str) (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
SetStringRaw(StringRefType s) RAPIDJSON_NOEXCEPT | GenericValue< Encoding, Allocator > | inline |
SetStringRaw(StringRefType s, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
StringEqual(const GenericValue< Encoding, SourceAllocator > &rhs) const (defined in GenericValue< Encoding, Allocator >) | GenericValue< Encoding, Allocator > | inline |
StringRefType typedef | GenericValue< Encoding, Allocator > | |
ValueIterator typedef | GenericValue< Encoding, Allocator > | |
ValueType typedef | GenericValue< Encoding, Allocator > | |
~GenericValue() | GenericValue< Encoding, Allocator > | inline |