, including all inherited members.
| addNull(const std::string &name, const std::string &type) (defined in Formatter) | Formatter | [virtual] |
| addValueBool(const std::string &name, const std::string &type, bool value) (defined in Formatter) | Formatter | [virtual] |
| addValueFloat(const std::string &name, const std::string &type, long double value) (defined in Formatter) | Formatter | [virtual] |
| addValueInt(const std::string &name, const std::string &type, int_type value) (defined in Formatter) | Formatter | [virtual] |
| addValueStdString(const std::string &name, const std::string &type, const std::string &value) (defined in Formatter) | Formatter | [virtual] |
| addValueString(const std::string &name, const std::string &type, const cxxtools::String &value) (defined in XmlFormatter) | XmlFormatter | |
| addValueUnsigned(const std::string &name, const std::string &type, unsigned_type value) (defined in Formatter) | Formatter | [virtual] |
| attach(std::ostream &os) | XmlFormatter | |
| attach(cxxtools::xml::XmlWriter &writer) | XmlFormatter | |
| beginArray(const std::string &name, const std::string &type) (defined in XmlFormatter) | XmlFormatter | |
| beginMember(const std::string &name) (defined in XmlFormatter) | XmlFormatter | |
| beginObject(const std::string &name, const std::string &type) (defined in XmlFormatter) | XmlFormatter | |
| detach() | XmlFormatter | |
| finish() (defined in XmlFormatter) | XmlFormatter | |
| finishArray() (defined in XmlFormatter) | XmlFormatter | |
| finishMember() (defined in XmlFormatter) | XmlFormatter | |
| finishObject() (defined in XmlFormatter) | XmlFormatter | |
| flush() (defined in XmlFormatter) | XmlFormatter | |
| Formatter() (defined in Formatter) | Formatter | [protected] |
| int_type typedef (defined in Formatter) | Formatter | |
| unsigned_type typedef (defined in Formatter) | Formatter | |
| useAttributes(bool sw) (defined in XmlFormatter) | XmlFormatter | |
| useAttributes() const (defined in XmlFormatter) | XmlFormatter | |
| useEndl(bool sw) (defined in XmlFormatter) | XmlFormatter | |
| useEndl() const (defined in XmlFormatter) | XmlFormatter | |
| useIndent(bool sw) (defined in XmlFormatter) | XmlFormatter | |
| useIndent() const (defined in XmlFormatter) | XmlFormatter | |
| useXmlDeclaration(bool sw) (defined in XmlFormatter) | XmlFormatter | |
| useXmlDeclaration() const (defined in XmlFormatter) | XmlFormatter | |
| XmlFormatter() | XmlFormatter | |
| XmlFormatter(std::ostream &os) | XmlFormatter | |
| XmlFormatter(cxxtools::xml::XmlWriter *writer) | XmlFormatter | |
| ~Formatter() (defined in Formatter) | Formatter | [virtual] |
| ~XmlFormatter() | XmlFormatter | |