Accept(Handler &handler) const | GenericValue< Encoding, Allocator > | inline |
AddMember(GenericValue &name, GenericValue &value, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
AddMember(const Ch *name, Allocator &nameAllocator, GenericValue &value, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
AddMember(const Ch *name, GenericValue &value, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
AddMember(const Ch *name, T value, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
AllocatorType typedef | GenericDocument< Encoding, Allocator > | |
Begin() | GenericValue< Encoding, Allocator > | inline |
Begin() const | GenericValue< Encoding, Allocator > | inline |
Bool(bool b) | GenericDocument< Encoding, Allocator > | inline |
Capacity() const | GenericValue< Encoding, Allocator > | inline |
Ch typedef | GenericDocument< Encoding, Allocator > | |
Clear() | GenericValue< Encoding, Allocator > | inline |
ConstMemberIterator typedef | GenericValue< Encoding, Allocator > | |
ConstValueIterator typedef | GenericValue< Encoding, Allocator > | |
Double(double d) | GenericDocument< Encoding, Allocator > | inline |
Empty() const | GenericValue< Encoding, Allocator > | inline |
EncodingType typedef | GenericValue< Encoding, Allocator > | |
End() | GenericValue< Encoding, Allocator > | inline |
End() const | GenericValue< Encoding, Allocator > | inline |
EndArray(SizeType elementCount) | GenericDocument< Encoding, Allocator > | inline |
EndObject(SizeType memberCount) | GenericDocument< Encoding, Allocator > | inline |
FindMember(const Ch *name) | GenericValue< Encoding, Allocator > | inline |
FindMember(const Ch *name) const | GenericValue< Encoding, Allocator > | inline |
GenericDocument(Allocator *allocator=0, size_t stackCapacity=kDefaultStackCapacity) | GenericDocument< Encoding, Allocator > | inline |
GenericValue() | GenericValue< Encoding, Allocator > | inline |
GenericValue(Type type) | GenericValue< Encoding, Allocator > | inline |
GenericValue(bool b) | GenericValue< Encoding, Allocator > | inline |
GenericValue(int i) | GenericValue< Encoding, Allocator > | inline |
GenericValue(unsigned u) | GenericValue< Encoding, Allocator > | inline |
GenericValue(int64_t i64) | GenericValue< Encoding, Allocator > | inline |
GenericValue(uint64_t u64) | GenericValue< Encoding, Allocator > | inline |
GenericValue(double d) | GenericValue< Encoding, Allocator > | inline |
GenericValue(const Ch *s, SizeType length) | GenericValue< Encoding, Allocator > | inline |
GenericValue(const Ch *s) | GenericValue< Encoding, Allocator > | inline |
GenericValue(const Ch *s, SizeType length, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
GenericValue(const Ch *s, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
GetAllocator() | GenericDocument< Encoding, Allocator > | inline |
GetBool() const | GenericValue< Encoding, Allocator > | inline |
GetDouble() const | GenericValue< Encoding, Allocator > | inline |
GetErrorOffset() const | GenericDocument< Encoding, Allocator > | inline |
GetInt() const | GenericValue< Encoding, Allocator > | inline |
GetInt64() const | GenericValue< Encoding, Allocator > | inline |
GetParseError() const | GenericDocument< Encoding, Allocator > | inline |
GetStackCapacity() const | GenericDocument< Encoding, Allocator > | inline |
GetString() const | GenericValue< Encoding, Allocator > | inline |
GetStringLength() const | GenericValue< Encoding, Allocator > | inline |
GetType() const | GenericValue< Encoding, Allocator > | inline |
GetUint() const | GenericValue< Encoding, Allocator > | inline |
GetUint64() const | GenericValue< Encoding, Allocator > | inline |
HasMember(const Ch *name) const | GenericValue< Encoding, Allocator > | inline |
HasParseError() const | GenericDocument< Encoding, Allocator > | inline |
Int(int i) | GenericDocument< Encoding, Allocator > | inline |
Int64(int64_t i) | GenericDocument< Encoding, Allocator > | inline |
IsArray() const | GenericValue< Encoding, Allocator > | inline |
IsBool() const | GenericValue< Encoding, Allocator > | inline |
IsDouble() const | GenericValue< Encoding, Allocator > | inline |
IsFalse() const | GenericValue< Encoding, Allocator > | inline |
IsInt() const | GenericValue< Encoding, Allocator > | inline |
IsInt64() const | GenericValue< Encoding, Allocator > | inline |
IsNull() const | GenericValue< Encoding, Allocator > | inline |
IsNumber() const | GenericValue< Encoding, Allocator > | inline |
IsObject() const | GenericValue< Encoding, Allocator > | inline |
IsString() const | GenericValue< Encoding, Allocator > | inline |
IsTrue() const | GenericValue< Encoding, Allocator > | inline |
IsUint() const | GenericValue< Encoding, Allocator > | inline |
IsUint64() const | GenericValue< Encoding, Allocator > | inline |
MemberBegin() const | GenericValue< Encoding, Allocator > | inline |
MemberBegin() | GenericValue< Encoding, Allocator > | inline |
MemberEnd() const | GenericValue< Encoding, Allocator > | inline |
MemberEnd() | GenericValue< Encoding, Allocator > | inline |
MemberIterator typedef | GenericValue< Encoding, Allocator > | |
Null() | GenericDocument< Encoding, Allocator > | inline |
rapidjson::GenericValue::operator=(GenericValue &rhs) | GenericValue< Encoding, Allocator > | inline |
rapidjson::GenericValue::operator=(T value) | GenericValue< Encoding, Allocator > | inline |
operator[](const Ch *name) | GenericValue< Encoding, Allocator > | inline |
operator[](const Ch *name) const | GenericValue< Encoding, Allocator > | inline |
operator[](SizeType index) | GenericValue< Encoding, Allocator > | inline |
operator[](SizeType index) const | GenericValue< Encoding, Allocator > | inline |
Parse(const Ch *str) | GenericDocument< Encoding, Allocator > | inline |
Parse(const Ch *str) | GenericDocument< Encoding, Allocator > | inline |
ParseInsitu(Ch *str) | GenericDocument< Encoding, Allocator > | inline |
ParseInsitu(Ch *str) | GenericDocument< Encoding, Allocator > | inline |
ParseStream(InputStream &is) | GenericDocument< Encoding, Allocator > | inline |
PopBack() | GenericValue< Encoding, Allocator > | inline |
PushBack(GenericValue &value, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
PushBack(T value, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
RemoveMember(const Ch *name) | GenericValue< Encoding, Allocator > | inline |
Reserve(SizeType newCapacity, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
SetArray() | GenericValue< Encoding, Allocator > | inline |
SetBool(bool b) | GenericValue< Encoding, Allocator > | inline |
SetDouble(double d) | GenericValue< Encoding, Allocator > | inline |
SetInt(int i) | GenericValue< Encoding, Allocator > | inline |
SetInt64(int64_t i64) | GenericValue< Encoding, Allocator > | inline |
SetNull() | GenericValue< Encoding, Allocator > | inline |
SetObject() | GenericValue< Encoding, Allocator > | inline |
SetString(const Ch *s, SizeType length) | GenericValue< Encoding, Allocator > | inline |
SetString(const Ch *s) | GenericValue< Encoding, Allocator > | inline |
SetString(const Ch *s, SizeType length, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
SetString(const Ch *s, Allocator &allocator) | GenericValue< Encoding, Allocator > | inline |
SetUint(unsigned u) | GenericValue< Encoding, Allocator > | inline |
SetUint64(uint64_t u64) | GenericValue< Encoding, Allocator > | inline |
Size() const | GenericValue< Encoding, Allocator > | inline |
StartArray() | GenericDocument< Encoding, Allocator > | inline |
StartObject() | GenericDocument< Encoding, Allocator > | inline |
String(const Ch *str, SizeType length, bool copy) | GenericDocument< Encoding, Allocator > | inline |
Uint(unsigned i) | GenericDocument< Encoding, Allocator > | inline |
Uint64(uint64_t i) | GenericDocument< Encoding, Allocator > | inline |
ValueIterator typedef | GenericValue< Encoding, Allocator > | |
ValueType typedef | GenericDocument< Encoding, Allocator > | |
~GenericValue() | GenericValue< Encoding, Allocator > | inline |