Clear() | ticpp::Node | |
Clone() | ticpp::Node | |
Column() | ticpp::Base | [inline] |
Declaration(void) | ticpp::Declaration | |
Declaration(TiXmlDeclaration *declaration) | ticpp::Declaration | |
Declaration(const std::string &version, const std::string &encoding, const std::string &standalone) | ticpp::Declaration | |
Encoding(void) | ticpp::Declaration | |
FirstChild(bool throwIfNoChildren=true) | ticpp::Node | |
FirstChild(const std::string &value, bool throwIfNoChildren=true) | ticpp::Node | |
FirstChildElement(bool throwIfNoChildren=true) | ticpp::Node | |
FirstChildElement(const std::string &value, bool throwIfNoChildren=true) | ticpp::Node | |
FromString(const std::string &temp, T *out) | ticpp::Base | [inline] |
FromString(const std::string &temp, std::string *out) | ticpp::Base | [inline] |
GetDocument(bool throwIfNoDocument=true) | ticpp::Node | |
GetValue(T *value) | 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) | ticpp::Node | |
IterateChildren(const std::string &value, Node *previous) | ticpp::Node | |
LastChild(bool throwIfNoChildren=true) | ticpp::Node | |
LastChild(const std::string &value, bool throwIfNoChildren=true) | ticpp::Node | |
LinkEndChild(Node *childNode) | ticpp::Node | |
m_impRC | ticpp::Base | [protected] |
m_spawnedWrappers | ticpp::Base | [protected] |
m_tiXmlPointer | ticpp::NodeImp< TiXmlDeclaration > | [protected] |
NextSibling(bool throwIfNoSiblings=true) | ticpp::Node | |
NextSibling(const std::string &value, bool throwIfNoSiblings=true) | ticpp::Node | |
NextSiblingElement(bool throwIfNoSiblings=true) | ticpp::Node | |
NextSiblingElement(const std::string &value, bool throwIfNoSiblings=true) | ticpp::Node | |
NoChildren() | ticpp::Node | |
Parent(bool throwIfNoParent=true) | ticpp::Node | |
PreviousSibling(bool throwIfNoSiblings=true) | ticpp::Node | |
PreviousSibling(const std::string &value, bool throwIfNoSiblings=true) | ticpp::Node | |
RemoveChild(Node *removeThis) | ticpp::Node | |
ReplaceChild(Node *replaceThis, Node &withThis) | ticpp::Node | |
Row() | ticpp::Base | [inline] |
SetValue(const T &value) | ticpp::Node | [inline] |
Standalone(void) | ticpp::Declaration | |
To() | ticpp::Node | [inline] |
ToComment() | ticpp::Node | |
ToDeclaration() | ticpp::Node | |
ToDocument() | ticpp::Node | |
ToElement() | ticpp::Node | |
ToString(const T &value) | ticpp::Base | [inline] |
ToText() | ticpp::Node | |
Type() | ticpp::Node | |
Value() | ticpp::Node | |
Version(void) | ticpp::Declaration | |
~Base() | ticpp::Base | [inline, virtual] |