ARTS 2.5.11 (git: 725533f0)
|
This is the complete list of members for XMLTag, including all inherited members.
add_attribute(const String &aname, String value) | XMLTag | |
add_attribute(const String &aname, const Index &value) | XMLTag | |
add_attribute(const String &aname, const Numeric &value) | XMLTag | |
attribs | XMLTag | protected |
check_attribute(const String &aname, const String &value) | XMLTag | |
check_name(const String &expected_name) | XMLTag | |
get_attribute_value(const String &aname, String &value) | XMLTag | |
get_attribute_value(const String &aname, Index &value) | XMLTag | |
get_attribute_value(const String &aname, Numeric &value) | XMLTag | |
get_name() | XMLTag | inline |
has_attribute(const String &aname) const | XMLTag | |
name | XMLTag | protected |
read_from_stream(istream &is) | XMLTag | |
set_name(const String &new_name) | XMLTag | inline |
verbosity | XMLTag | protected |
write_to_stream(ostream &os) | XMLTag | |
XMLTag(const Verbosity &rverbosity) | XMLTag | inline |