, including all inherited members.
Accept(TiXmlVisitor *visitor) const | ticpp::Node | |
BuildDetailedErrorString() const | ticpp::Base | [inline] |
Clear() | ticpp::Node | |
Clone() const | ticpp::Node | |
Column() const | ticpp::Base | [inline] |
Document() | ticpp::Document | |
Document(TiXmlDocument *document) | ticpp::Document | |
Document(const char *documentName) | ticpp::Document | |
Document(const std::string &documentName) | ticpp::Document | |
FirstChild(bool throwIfNoChildren=true) const | ticpp::Node | |
FirstChild(const std::string &value, bool throwIfNoChildren=true) const | ticpp::Node | |
FirstChildElement(bool throwIfNoChildren=true) const | ticpp::Node | |
FirstChildElement(const std::string &value, bool throwIfNoChildren=true) const | ticpp::Node | |
FromString(const std::string &temp, T *out) const | ticpp::Base | [inline] |
FromString(const std::string &temp, std::string *out) const | ticpp::Base | [inline] |
GetDocument(bool throwIfNoDocument=true) const | ticpp::Node | |
GetValue(T *value) const | ticpp::Node | [inline] |
InsertAfterChild(Node *afterThis, Node &addThis) | ticpp::Node | |
InsertBeforeChild(Node *beforeThis, Node &addThis) | ticpp::Node | |
InsertEndChild(Node &addThis) | ticpp::Node | |
IterateChildren(Node *previous) const | ticpp::Node | |
IterateChildren(const std::string &value, Node *previous) const | ticpp::Node | |
LastChild(bool throwIfNoChildren=true) const | ticpp::Node | |
LastChild(const std::string &value, bool throwIfNoChildren=true) const | ticpp::Node | |
LinkEndChild(Node *childNode) | ticpp::Node | |
LoadFile(TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) | ticpp::Document | |
LoadFile(const std::string &filename, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) | ticpp::Document | |
LoadFile(const char *filename, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) | ticpp::Document | |
m_impRC | ticpp::Base | [mutable, protected] |
m_tiXmlPointer | ticpp::NodeImp< TiXmlDocument > | [protected] |
NextSibling(bool throwIfNoSiblings=true) const | ticpp::Node | |
NextSibling(const std::string &value, bool throwIfNoSiblings=true) const | ticpp::Node | |
NextSiblingElement(bool throwIfNoSiblings=true) const | ticpp::Node | |
NextSiblingElement(const std::string &value, bool throwIfNoSiblings=true) const | ticpp::Node | |
NoChildren() const | ticpp::Node | |
operator!=(const Base &rhs) const | ticpp::Base | [inline] |
operator<<(std::ostream &out, const Node &base) | ticpp::Node | [friend] |
operator==(const Base &rhs) const | ticpp::Base | [inline] |
operator>>(std::istream &in, Node &base) | ticpp::Node | [friend] |
Parent(bool throwIfNoParent=true) const | ticpp::Node | |
Parse(const std::string &xml, bool throwIfParseError=true, TiXmlEncoding encoding=TIXML_DEFAULT_ENCODING) | ticpp::Document | |
PreviousSibling(bool throwIfNoSiblings=true) const | ticpp::Node | |
PreviousSibling(const std::string &value, bool throwIfNoSiblings=true) const | ticpp::Node | |
RemoveChild(Node *removeThis) | ticpp::Node | |
ReplaceChild(Node *replaceThis, Node &withThis) | ticpp::Node | |
Row() const | ticpp::Base | [inline] |
SaveFile() const | ticpp::Document | |
SaveFile(const std::string &filename) const | ticpp::Document | |
SetValue(const T &value) | ticpp::Node | [inline] |
To() const | ticpp::Node | [inline] |
ToComment() const | ticpp::Node | |
ToDeclaration() const | ticpp::Node | |
ToDocument() const | ticpp::Node | |
ToElement() const | ticpp::Node | |
ToString(const T &value) const | ticpp::Base | [inline] |
ToStylesheetReference() const | ticpp::Node | |
ToText() const | ticpp::Node | |
Type() const | ticpp::Node | |
Value() const | ticpp::Node | |
~Base() | ticpp::Base | [inline, virtual] |