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 > | |
| 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 > | |
| getData() | DataNode< T > | |
| operator=(const DataNode &)=delete | DataNode< T > | |
| operator=(DataNode &&other) | DataNode< T > | inline |
| setData(std::unique_ptr< T > data) | DataNode< T > | |
| ~DataNode() | DataNode< T > | virtual |