xml::XML Member List
This is the complete list of members for
xml::XML, including all inherited members.
| filename_ (defined in xml::XML) | xml::XML | [protected] |
| getAttr(const std::string &node_name, const std::string &attr_name, int index=0) const | xml::XML | [inline] |
| getData(const std::string &node_name, int index=0) const | xml::XML | [inline] |
| getExpectedRoot() const =0 | xml::XML | [protected, pure virtual] |
| initXMLInternal() | xml::XML | [protected, virtual] |
| operator<<(std::ostream &os, const XML &xml) | xml::XML | [friend] |
| parse(const std::string &filename) | xml::XML | [virtual] |
| save() | xml::XML | |
| setAttr(const std::string &node_name, const std::string &attr_name, const T &value) | xml::XML | [inline] |
| setAttr(const std::string &node_name, const std::string &attr_name, const std::string &value) (defined in xml::XML) | xml::XML | [inline] |
| setAttr(const std::string &node_name, const std::string &attr_name, const int &value) (defined in xml::XML) | xml::XML | [inline] |
| setAttr(const std::string &node_name, const std::string &attr_name, const bool &value) (defined in xml::XML) | xml::XML | [inline] |
| setData(const std::string &node_name, const T &value) | xml::XML | [inline] |
| setData(const std::string &node_name, const std::string &value) (defined in xml::XML) | xml::XML | [inline] |
| setData(const std::string &node_name, const int &value) (defined in xml::XML) | xml::XML | [inline] |
| setData(const std::string &node_name, const bool &value) (defined in xml::XML) | xml::XML | [inline] |
| setNodeAppend(bool enabled) | xml::XML | |
| XML() (defined in xml::XML) | xml::XML | [protected] |
| xml_internal_ (defined in xml::XML) | xml::XML | [mutable, protected] |
| ~XML() (defined in xml::XML) | xml::XML | [protected, virtual] |