#include <XMLTree.h>
◆ BaseNode() [1/3]
◆ ~BaseNode()
◆ BaseNode() [2/3]
◆ BaseNode() [3/3]
◆ addChild()
void addChild |
( |
std::unique_ptr< BaseNode > |
child | ) |
|
|
inline |
◆ getChild()
BaseNode * getChild |
( |
const size_t & |
index | ) |
const |
|
inline |
◆ getChildren()
std::vector< std::unique_ptr< BaseNode > > & getChildren |
( |
| ) |
|
|
inline |
◆ getNumChildren()
size_t getNumChildren |
( |
| ) |
const |
|
inline |
◆ getParent()
◆ getType()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ removeChild()
bool removeChild |
( |
const size_t & |
index | ) |
|
|
inline |
◆ setParent()
The documentation for this class was generated from the following file: