![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
This is the complete list of members for ticpp::Element, 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 char *value, 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 char *value, 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 | |
GetAttributeImp(const std::string &name, std::string *value) const | ticpp::Element | private |
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 | |
GetBasePointer() const | ticpp::Node | inlineprotectedvirtual |
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 |
GetTextImp(std::string *value) const | ticpp::Element | private |
GetTextOrDefault(const std::string &defaultValue) const | ticpp::Element | inline |
GetTextOrDefault(T *value, const DefaultT &defaultValue) const | ticpp::Element | inline |
GetTiXmlPointer() const | ticpp::NodeImp< TiXmlElement > | inlineprotectedvirtual |
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 | |
IterateFirst(const std::string &, Attribute **first) const | ticpp::Element | inlinevirtual |
NodeImp< TiXmlElement >::IterateFirst(const std::string &value, T **first) const | ticpp::Node | inline |
IterateNext(const std::string &value, T **next) const | ticpp::Node | inline |
IteratePrevious(const std::string &value, T **previous) const | ticpp::Node | inline |
LastAttribute(bool throwIfNoAttributes=true) const | ticpp::Element | |
LastChild(bool throwIfNoChildren=true) const | ticpp::Node | |
LastChild(const char *value, 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 | mutableprotected |
m_tiXmlPointer | ticpp::NodeImp< TiXmlElement > | protected |
NextSibling(bool throwIfNoSiblings=true) const | ticpp::Node | |
NextSibling(const std::string &value, bool throwIfNoSiblings=true) const | ticpp::Node | |
NextSibling(const char *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 | |
NextSiblingElement(const char *value, bool throwIfNoSiblings=true) const | ticpp::Node | |
NoChildren() const | ticpp::Node | |
NodeFactory(TiXmlNode *tiXmlNode, bool throwIfNull=true, bool rememberSpawnedWrapper=true) const | ticpp::Node | protected |
NodeImp(TiXmlElement *tiXmlPointer) | ticpp::NodeImp< TiXmlElement > | inlineprotected |
NodeImp(const NodeImp< TiXmlElement > ©) | ticpp::NodeImp< TiXmlElement > | inlineprotected |
operator!=(const Base &rhs) const | ticpp::Base | inline |
operator=(const NodeImp< TiXmlElement > ©) | ticpp::NodeImp< TiXmlElement > | inlineprotectedvirtual |
operator==(const Base &rhs) const | ticpp::Base | inline |
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 | |
PreviousSibling(const char *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 |
SetImpRC(TiXmlBase *nodeBase) | ticpp::Base | inlineprotected |
SetText(const T &value) | ticpp::Element | inline |
SetTiXmlPointer(TiXmlElement *newPointer) | ticpp::NodeImp< TiXmlElement > | inlineprotected |
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 |
ToString(const std::string &value) const | ticpp::Base | inline |
ToStylesheetReference() const | ticpp::Node | |
ToText() const | ticpp::Node | |
Type() const | ticpp::Node | |
ValidatePointer() const | ticpp::Base | inlineprotected |
Value() const | ticpp::Node | |
~Base() | ticpp::Base | inlinevirtual |
~NodeImp() | ticpp::NodeImp< TiXmlElement > | inlinevirtual |