This is the complete list of members for XmlFormatter, including all inherited members.
| addBinary(const std::string &name, const std::string &type, const char *value, std::size_t length, const std::string &id) | Formatter | |
| addBinary(const char *name, const char *type, const char *value, std::size_t length, const char *id) | Formatter | |
| addBool(const std::string &name, bool value, const std::string &id) | Formatter | |
| addBool(const char *name, bool value, const char *id) | Formatter | |
| addChar(const std::string &name, const Pt::Char &value, const std::string &id) | Formatter | |
| addChar(const char *name, const Pt::Char &value, const char *id) | Formatter | |
| addDouble(const std::string &name, double value, const std::string &id) | Formatter | |
| addDouble(const char *name, double value, const char *id) | Formatter | |
| addFloat(const std::string &name, float value, const std::string &id) | Formatter | |
| addFloat(const char *name, float value, const char *id) | Formatter | |
| addInt16(const std::string &name, Pt::int16_t value, const std::string &id) | Formatter | |
| addInt16(const char *name, Pt::int16_t value, const char *id) | Formatter | |
| addInt32(const std::string &name, Pt::int32_t value, const std::string &id) | Formatter | |
| addInt32(const char *name, Pt::int32_t value, const char *id) | Formatter | |
| addInt64(const std::string &name, Pt::int64_t value, const std::string &id) | Formatter | |
| addInt64(const char *name, Pt::int64_t value, const char *id) | Formatter | |
| addInt8(const std::string &name, Pt::int8_t value, const std::string &id) | Formatter | |
| addInt8(const char *name, Pt::int8_t value, const char *id) | Formatter | |
| addLongDouble(const std::string &name, long double value, const std::string &id) | Formatter | |
| addLongDouble(const char *name, long double value, const char *id) | Formatter | |
| addReference(const std::string &name, const std::string &refId) | Formatter | |
| addReference(const char *name, const char *refId) | Formatter | |
| addString(const std::string &name, const std::string &type, const Pt::String &value, const std::string &id) | Formatter | |
| addString(const char *name, const char *type, const Pt::Char *value, const char *id) | Formatter | |
| addUInt16(const std::string &name, Pt::uint16_t value, const std::string &id) | Formatter | |
| addUInt16(const char *name, Pt::uint16_t value, const char *id) | Formatter | |
| addUInt32(const std::string &name, Pt::uint32_t value, const std::string &id) | Formatter | |
| addUInt32(const char *name, Pt::uint32_t value, const char *id) | Formatter | |
| addUInt64(const std::string &name, Pt::uint64_t value, const std::string &id) | Formatter | |
| addUInt64(const char *name, Pt::uint64_t value, const char *id) | Formatter | |
| addUInt8(const std::string &name, Pt::uint8_t value, const std::string &id) | Formatter | |
| addUInt8(const char *name, Pt::uint8_t value, const char *id) | Formatter | |
| attach(XmlWriter &writer) | XmlFormatter | |
| attach(XmlReader &reader) | XmlFormatter | |
| beginDict(const std::string &name, const std::string &type, const std::string &id) | Formatter | |
| beginDict(const char *name, const char *type, const char *id) | Formatter | |
| beginDictElement() | Formatter | |
| beginDictKey() | Formatter | |
| beginDictValue() | Formatter | |
| beginElement() | Formatter | |
| beginMember(const std::string &name) | Formatter | |
| beginMember(const char *name) | Formatter | |
| beginParse(Composer &composer) | Formatter | |
| beginSequence(const std::string &name, const std::string &type, const std::string &id) | Formatter | |
| beginSequence(const char *name, const char *type, const char *id) | Formatter | |
| beginStruct(const std::string &name, const std::string &type, const std::string &id) | Formatter | |
| beginStruct(const char *name, const char *type, const char *id) | Formatter | |
| detach() | XmlFormatter | |
| finishDict() | Formatter | |
| finishDictElement() | Formatter | |
| finishDictKey() | Formatter | |
| finishDictValue() | Formatter | |
| finishElement() | Formatter | |
| finishMember() | Formatter | |
| finishSequence() | Formatter | |
| finishStruct() | Formatter | |
| Formatter() | Formatter | protected |
| onAddBinary(const char *name, const char *type, const char *value, std::size_t length, const char *id) | XmlFormatter | protectedvirtual |
| onAddBool(const char *name, bool value, const char *id) | XmlFormatter | protectedvirtual |
| onAddChar(const char *name, const Pt::Char &value, const char *id) | XmlFormatter | protectedvirtual |
| onAddDouble(const char *name, double value, const char *id) | XmlFormatter | protectedvirtual |
| onAddFloat(const char *name, float value, const char *id) | XmlFormatter | protectedvirtual |
| onAddInt16(const char *name, Pt::int16_t value, const char *id) | XmlFormatter | protectedvirtual |
| onAddInt32(const char *name, Pt::int32_t value, const char *id) | XmlFormatter | protectedvirtual |
| onAddInt64(const char *name, Pt::int64_t value, const char *id) | XmlFormatter | protectedvirtual |
| onAddInt8(const char *name, Pt::int8_t value, const char *id) | XmlFormatter | protectedvirtual |
| onAddLongDouble(const char *name, long double value, const char *id) | XmlFormatter | protectedvirtual |
| onAddReference(const char *name, const char *value) | XmlFormatter | protectedvirtual |
| onAddString(const char *, const char *type, const Pt::Char *value, const char *id) | XmlFormatter | protectedvirtual |
| onAddUInt16(const char *name, Pt::uint16_t value, const char *id) | XmlFormatter | protectedvirtual |
| onAddUInt32(const char *name, Pt::uint32_t value, const char *id) | XmlFormatter | protectedvirtual |
| onAddUInt64(const char *name, Pt::uint64_t value, const char *id) | XmlFormatter | protectedvirtual |
| onAddUInt8(const char *name, Pt::uint8_t value, const char *id) | XmlFormatter | protectedvirtual |
| onBeginDict(const char *name, const char *type, const char *id) | Formatter | protectedvirtual |
| onBeginDictElement() | Formatter | protectedvirtual |
| onBeginDictKey() | Formatter | protectedvirtual |
| onBeginDictValue() | Formatter | protectedvirtual |
| onBeginElement() | XmlFormatter | protectedvirtual |
| onBeginMember(const char *name) | XmlFormatter | protectedvirtual |
| onBeginParse(Composer &composer) | XmlFormatter | protectedvirtual |
| onBeginSequence(const char *name, const char *type, const char *id) | XmlFormatter | protectedvirtual |
| onBeginStruct(const char *name, const char *type, const char *id) | XmlFormatter | protectedvirtual |
| onFinishDict() | Formatter | protectedvirtual |
| onFinishDictElement() | Formatter | protectedvirtual |
| onFinishDictKey() | Formatter | protectedvirtual |
| onFinishDictValue() | Formatter | protectedvirtual |
| onFinishElement() | XmlFormatter | protectedvirtual |
| onFinishMember() | XmlFormatter | protectedvirtual |
| onFinishSequence() | XmlFormatter | protectedvirtual |
| onFinishStruct() | XmlFormatter | protectedvirtual |
| onParse() | XmlFormatter | protectedvirtual |
| onParseSome() | XmlFormatter | protectedvirtual |
| parse() | Formatter | |
| parseSome() | Formatter | |
| reader() | XmlFormatter | |
| writer() | XmlFormatter | |
| XmlFormatter() | XmlFormatter | |
| XmlFormatter(XmlWriter &writer) | XmlFormatter | explicit |
| XmlFormatter(XmlReader &reader) | XmlFormatter | explicit |
| ~Formatter() | Formatter | virtual |
| ~XmlFormatter() | XmlFormatter |