This is the complete list of members for DataNode< T >, including all inherited members.
addAttribute(const std::string &name, const std::string &value) | DataNode< T > | |
addChild(std::unique_ptr< BaseNode > child) | BaseNode | inline |
BaseNode(NodeType type) | BaseNode | inline |
BaseNode(const BaseNode &)=delete | BaseNode | |
BaseNode(BaseNode &&other) | BaseNode | inline |
DataNode(NodeType type) | DataNode< T > | |
DataNode(NodeType type, std::unique_ptr< T > data) | DataNode< T > | |
DataNode(const DataNode &)=delete | DataNode< T > | |
DataNode(DataNode &&other) | DataNode< T > | inline |
get() const | DataNode< T > | |
getAttributes() | DataNode< T > | |
getChild(const size_t &index) const | BaseNode | inline |
getChildren() | BaseNode | inline |
getData() | DataNode< T > | |
getNumChildren() const | BaseNode | inline |
getParent() const | BaseNode | inline |
getType() const | BaseNode | inline |
operator=(const DataNode &)=delete | DataNode< T > | |
operator=(DataNode &&other) | DataNode< T > | inline |
eprosima::fastrtps::xmlparser::BaseNode::operator=(const BaseNode &)=delete | BaseNode | |
eprosima::fastrtps::xmlparser::BaseNode::operator=(BaseNode &&other) | BaseNode | inline |
removeChild(const size_t &index) | BaseNode | inline |
setData(std::unique_ptr< T > data) | DataNode< T > | |
setParent(BaseNode *parent) | BaseNode | inline |
~BaseNode()=default | BaseNode | virtual |
~DataNode() | DataNode< T > | virtual |