Clear() | ticpp::Node | |
Clone() | ticpp::Node | |
Column() | ticpp::Base | [inline] |
Element() | ticpp::Element | |
Element(const std::string &value) | ticpp::Element | |
Element(TiXmlElement *element) | ticpp::Element | |
FirstAttribute(bool throwIfNoAttributes=true) | ticpp::Element | |
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] |
GetAttribute(const std::string &name, T *value, bool throwIfNotFound=true) | ticpp::Element | [inline] |
GetAttributeOrDefault(const std::string &name, T *value, const DefaulT &defaultValue) | ticpp::Element | [inline] |
GetDocument(bool throwIfNoDocument=true) | ticpp::Node | |
GetText(bool throwIfNotFound=true) | ticpp::Element | [inline] |
GetText(T *value, bool throwIfNotFound=true) | ticpp::Element | [inline] |
GetTextOrDefault(const std::string &defaultValue) | ticpp::Element | [inline] |
GetTextOrDefault(T *value, const DefaultT &defaultValue) | ticpp::Element | [inline] |
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 | |
LastAttribute(bool throwIfNoAttributes=true) | ticpp::Element | |
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< TiXmlElement > | [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] |
SetAttribute(const std::string &name, const T &value) | ticpp::Element | [inline] |
SetText(const T &value) | ticpp::Element | [inline] |
SetValue(const T &value) | ticpp::Node | [inline] |
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 | |
~Base() | ticpp::Base | [inline, virtual] |