, 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] |
Element() | ticpp::Element | |
Element(const std::string &value) | ticpp::Element | |
Element(const char *value) | ticpp::Element | |
Element(TiXmlElement *element) | ticpp::Element | |
Element(const std::string &value, const T &text) | ticpp::Element | [inline] |
FirstAttribute(bool throwIfNoAttributes=true) const | ticpp::Element | |
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] |
GetAttribute(const std::string &name, bool throwIfNotFound=true) const | ticpp::Element | [inline] |
GetAttribute(const std::string &name, T *value, bool throwIfNotFound=true) const | ticpp::Element | [inline] |
GetAttribute(const std::string &name) const | ticpp::Element | |
GetAttributeOrDefault(const std::string &name, T *value, const DefaulT &defaultValue) const | ticpp::Element | [inline] |
GetAttributeOrDefault(const std::string &name, const std::string &defaultValue) const | ticpp::Element | |
GetDocument(bool throwIfNoDocument=true) const | ticpp::Node | |
GetText(bool throwIfNotFound=true) const | ticpp::Element | [inline] |
GetText(T *value, bool throwIfNotFound=true) const | ticpp::Element | [inline] |
GetTextOrDefault(const std::string &defaultValue) const | ticpp::Element | [inline] |
GetTextOrDefault(T *value, const DefaultT &defaultValue) const | ticpp::Element | [inline] |
GetValue(T *value) const | ticpp::Node | [inline] |
HasAttribute(const std::string &name) const | ticpp::Element | |
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 | |
LastAttribute(bool throwIfNoAttributes=true) const | ticpp::Element | |
LastChild(bool throwIfNoChildren=true) const | ticpp::Node | |
LastChild(const std::string &value, bool throwIfNoChildren=true) const | ticpp::Node | |
LinkEndChild(Node *childNode) | ticpp::Node | |
m_impRC | ticpp::Base | [mutable, protected] |
m_tiXmlPointer | ticpp::NodeImp< TiXmlElement > | [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 | |
PreviousSibling(bool throwIfNoSiblings=true) const | ticpp::Node | |
PreviousSibling(const std::string &value, bool throwIfNoSiblings=true) const | ticpp::Node | |
RemoveAttribute(const std::string &name) | ticpp::Element | |
RemoveChild(Node *removeThis) | ticpp::Node | |
ReplaceChild(Node *replaceThis, Node &withThis) | ticpp::Node | |
Row() const | 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() 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] |