|
Ardour
9.0-pre0-1950-g391fe97693
|
This is the complete list of members for XMLNode, including all inherited members.
| _children | XMLNode | private |
| _content | XMLNode | private |
| _is_content | XMLNode | private |
| _name | XMLNode | private |
| _proplist | XMLNode | private |
| _selected_children | XMLNode | mutableprivate |
| add_child(const char *) | XMLNode | |
| add_child_copy(const XMLNode &) | XMLNode | |
| add_child_nocopy(XMLNode &) | XMLNode | |
| add_content(const std::string &s=std::string()) | XMLNode | |
| attribute_value() | XMLNode | |
| child(const char *) const | XMLNode | |
| child_content() const | XMLNode | |
| children(const std::string &str=std::string()) const | XMLNode | |
| clear_lists() | XMLNode | private |
| content() const | XMLNode | inline |
| dump(std::ostream &, std::string p="") const | XMLNode | |
| get_property(const char *name, std::string &value) const | XMLNode | |
| get_property(const char *name, T &value) const | XMLNode | inline |
| has_property_with_value(const std::string &, const std::string &) const | XMLNode | |
| is_content() const | XMLNode | inline |
| name() const | XMLNode | inline |
| operator!=(const XMLNode &other) const | XMLNode | |
| operator=(const XMLNode &other) | XMLNode | |
| operator==(const XMLNode &other) const | XMLNode | |
| properties() const | XMLNode | inline |
| property(const char *) const | XMLNode | |
| property(const std::string &) const | XMLNode | |
| property(const char *) | XMLNode | |
| property(const std::string &) | XMLNode | |
| remove_node_and_delete(const std::string &n, const std::string &propname, const std::string &val) | XMLNode | |
| remove_nodes(const std::string &) | XMLNode | |
| remove_nodes_and_delete(const std::string &) | XMLNode | |
| remove_nodes_and_delete(const std::string &propname, const std::string &val) | XMLNode | |
| remove_property(const std::string &) | XMLNode | |
| remove_property_recursively(const std::string &) | XMLNode | |
| set_content(const std::string &) | XMLNode | |
| set_property(const char *name, const std::string &value) | XMLNode | |
| set_property(const char *name, const char *cstr) | XMLNode | inline |
| set_property(const char *name, const Glib::ustring &ustr) | XMLNode | inline |
| set_property(const char *name, const T &value) | XMLNode | inline |
| XMLNode(const std::string &name) | XMLNode | |
| XMLNode(const std::string &name, const std::string &content) | XMLNode | |
| XMLNode(const XMLNode &other) | XMLNode | |
| ~XMLNode() | XMLNode |