Base typedef | PrettyWriter< Stream, Encoding, Allocator > | |
Bool(bool b) | PrettyWriter< Stream, Encoding, Allocator > | inline |
Ch typedef | PrettyWriter< Stream, Encoding, Allocator > | |
Double(double d) | PrettyWriter< Stream, Encoding, Allocator > | inline |
EndArray(SizeType memberCount=0) | PrettyWriter< Stream, Encoding, Allocator > | inline |
EndObject(SizeType memberCount=0) | PrettyWriter< Stream, Encoding, Allocator > | inline |
indentChar_ | PrettyWriter< Stream, Encoding, Allocator > | protected |
indentCharCount_ | PrettyWriter< Stream, Encoding, Allocator > | protected |
Int(int i) | PrettyWriter< Stream, Encoding, Allocator > | inline |
Int64(int64_t i64) | PrettyWriter< Stream, Encoding, Allocator > | inline |
kDefaultLevelDepth | Writer< Stream, Encoding, Allocator > | protectedstatic |
level_stack_ | Writer< Stream, Encoding, Allocator > | protected |
Null() | PrettyWriter< Stream, Encoding, Allocator > | inline |
Prefix(Type type) | Writer< Stream, Encoding, Allocator > | inlineprotected |
PrettyPrefix(Type type) | PrettyWriter< Stream, Encoding, Allocator > | inlineprotected |
PrettyWriter(Stream &stream, Allocator *allocator=0, size_t levelDepth=Base::kDefaultLevelDepth) | PrettyWriter< Stream, Encoding, Allocator > | inline |
SetIndent(Ch indentChar, unsigned indentCharCount) | PrettyWriter< Stream, Encoding, Allocator > | inline |
StartArray() | PrettyWriter< Stream, Encoding, Allocator > | inline |
StartObject() | PrettyWriter< Stream, Encoding, Allocator > | inline |
stream_ | Writer< Stream, Encoding, Allocator > | protected |
String(const Ch *str, SizeType length, bool copy=false) | PrettyWriter< Stream, Encoding, Allocator > | inline |
String(const Ch *str) | PrettyWriter< Stream, Encoding, Allocator > | inline |
Uint(unsigned u) | PrettyWriter< Stream, Encoding, Allocator > | inline |
Uint64(uint64_t u64) | PrettyWriter< Stream, Encoding, Allocator > | inline |
WriteBool(bool b) | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteDouble(double d) | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteEndArray() | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteEndObject() | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteIndent() | PrettyWriter< Stream, Encoding, Allocator > | inlineprotected |
WriteInt(int i) | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteInt64(int64_t i64) | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteNull() | Writer< Stream, Encoding, Allocator > | inlineprotected |
Writer(Stream &stream, Allocator *allocator=0, size_t levelDepth=kDefaultLevelDepth) | Writer< Stream, Encoding, Allocator > | inline |
WriteStartArray() | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteStartObject() | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteString(const Ch *str, SizeType length) | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteUint(unsigned u) | Writer< Stream, Encoding, Allocator > | inlineprotected |
WriteUint64(uint64_t u64) | Writer< Stream, Encoding, Allocator > | inlineprotected |