add_node_at(std::vector< RapidXmlReaderNode > added_nodes, size_t position) | DefaultRapidXmlReaderNode | inline |
add_node_at(RapidXmlReaderNode node, size_t position) | DefaultRapidXmlReaderNode | inline |
add_node_at_end(RapidXmlReaderNode node) | DefaultRapidXmlReaderNode | inline |
add_node_at_end(DefaultRapidXmlReaderNode node) | DefaultRapidXmlReaderNode | inline |
attribute_as(const std::string &attrName, T &value) const | DefaultRapidXmlReaderNode | inline |
attribute_as(const char *attrName, T &value) const | DefaultRapidXmlReaderNode | inline |
attribute_as(const std::string &attrName) const | DefaultRapidXmlReaderNode | inline |
attribute_as(const char *attrName) const | DefaultRapidXmlReaderNode | inline |
attribute_as_bool(const std::string &attrName, const std::string &trueValue, const std::string &falseValue) const | DefaultRapidXmlReaderNode | inline |
attribute_as_bool(const char *attrName, const std::string &trueValue, const std::string &falseValue) const | DefaultRapidXmlReaderNode | inline |
attribute_as_float(const std::string &attrName) const | DefaultRapidXmlReaderNode | inline |
attribute_as_float(const char *attrName) const | DefaultRapidXmlReaderNode | inline |
attribute_as_optional_bool(const std::string &name, const std::string &trueValue, const std::string &falseValue, bool defaultValue) const | DefaultRapidXmlReaderNode | inline |
attribute_as_optional_bool(const char *name, const std::string &trueValue, const std::string &falseValue, bool defaultValue) const | DefaultRapidXmlReaderNode | inline |
attribute_as_string(const std::string &attrName) const | DefaultRapidXmlReaderNode | inline |
attribute_as_string(const char *attrName) const | DefaultRapidXmlReaderNode | inline |
attribute_as_uint(const std::string &attrName) const | DefaultRapidXmlReaderNode | inline |
attribute_as_uint(const char *attrName) const | DefaultRapidXmlReaderNode | inline |
DefaultRapidXmlReaderNode()=default | DefaultRapidXmlReaderNode | |
DefaultRapidXmlReaderNode(DefaultRapidXmlReaderNode &&)=default | DefaultRapidXmlReaderNode | |
DefaultRapidXmlReaderNode(DefaultRapidXmlReaderNode const &)=default | DefaultRapidXmlReaderNode | |
DefaultRapidXmlReaderNode(std::vector< RapidXmlReaderNode > rnodes) | DefaultRapidXmlReaderNode | inline |
DefaultRapidXmlReaderNode(const RapidXmlReaderNode &n) | DefaultRapidXmlReaderNode | inline |
first_node(const std::string &name) const | DefaultRapidXmlReaderNode | inline |
first_node(const char *name=nullptr) const | DefaultRapidXmlReaderNode | inline |
getChildPaths() const | DefaultRapidXmlReaderNode | inline |
getPaths() const | DefaultRapidXmlReaderNode | inline |
getPathsString() const | DefaultRapidXmlReaderNode | inline |
has_attribute(const std::string &attrName) const | DefaultRapidXmlReaderNode | inline |
has_attribute(const char *attrName) const | DefaultRapidXmlReaderNode | inline |
is_valid() const | DefaultRapidXmlReaderNode | inline |
operator=(DefaultRapidXmlReaderNode &&)=default | DefaultRapidXmlReaderNode | |
operator=(DefaultRapidXmlReaderNode const &)=default | DefaultRapidXmlReaderNode | |
remove_node_at(size_t pos) | DefaultRapidXmlReaderNode | inline |
value_as_bool(const std::string &trueValue, const std::string &falseValue) const | DefaultRapidXmlReaderNode | inline |
value_as_float() const | DefaultRapidXmlReaderNode | inline |
value_as_int16() const | DefaultRapidXmlReaderNode | inline |
value_as_int32() const | DefaultRapidXmlReaderNode | inline |
value_as_optional_bool(const std::string &trueValue, const std::string &falseValue, bool defaultValue) const | DefaultRapidXmlReaderNode | inline |
value_as_string() const | DefaultRapidXmlReaderNode | inline |
value_as_uint16() const | DefaultRapidXmlReaderNode | inline |
value_as_uint32() const | DefaultRapidXmlReaderNode | inline |