GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
GenericValue< Encoding, Allocator > Member List

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

AllocatorType typedefGenericValue< Encoding, Allocator >
Array typedef (defined in GenericValue< Encoding, Allocator >)GenericValue< Encoding, Allocator >
Ch typedefGenericValue< Encoding, Allocator >
ConstArray typedef (defined in GenericValue< Encoding, Allocator >)GenericValue< Encoding, Allocator >
ConstMemberIterator typedefGenericValue< Encoding, Allocator >
ConstObject typedef (defined in GenericValue< Encoding, Allocator >)GenericValue< Encoding, Allocator >
ConstValueIterator typedefGenericValue< Encoding, Allocator >
data_ (defined in GenericValue< Encoding, Allocator >)GenericValue< Encoding, Allocator >
EncodingType typedefGenericValue< Encoding, Allocator >
GenericDocument (defined in GenericValue< Encoding, Allocator >)GenericValue< Encoding, Allocator >friend
GenericValue() RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inline
GenericValue(Type type) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inlineexplicit
GenericValue(const GenericValue< Encoding, SourceAllocator > &rhs, Allocator &allocator)GenericValue< Encoding, Allocator >inline
GenericValue(T b, RAPIDJSON_ENABLEIF((internal::IsSame< bool, T >))) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inlineexplicit
GenericValue(int i) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inlineexplicit
GenericValue(unsigned u) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inlineexplicit
GenericValue(int64_t i64) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inlineexplicit
GenericValue(uint64_t u64) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inlineexplicit
GenericValue(double d) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inlineexplicit
GenericValue(const Ch *s, SizeType length) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inline
GenericValue(StringRefType s) RAPIDJSON_NOEXCEPTGenericValue< 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_NOEXCEPTGenericValue< Encoding, Allocator >inline
GenericValue(Object o) RAPIDJSON_NOEXCEPTGenericValue< 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 >
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 typedefGenericValue< Encoding, Allocator >
MemberIterator typedefGenericValue< Encoding, Allocator >
Object typedef (defined in GenericValue< Encoding, Allocator >)GenericValue< Encoding, Allocator >
operator=(GenericValue &rhs) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inline
operator=(StringRefType str) RAPIDJSON_NOEXCEPTGenericValue< Encoding, Allocator >inline
RAPIDJSON_DISABLEIF_RETURN((internal::IsPointer< T >),(GenericValue &)) operatorGenericValue< Encoding, Allocator >
RawAssign(GenericValue &rhs) RAPIDJSON_NOEXCEPTGenericValue< 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_NOEXCEPTGenericValue< 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 typedefGenericValue< Encoding, Allocator >
ValueIterator typedefGenericValue< Encoding, Allocator >
ValueType typedefGenericValue< Encoding, Allocator >
~GenericValue()GenericValue< Encoding, Allocator >inline