|
dl
|
#include <dl_tree.h>
Public 成员函数 | |
| Node (const T &v, Node *parent) | |
| T & | GetValue () |
| const T & | GetValue () const |
| Node * | GetParent () |
| const Node * | GetParent () const |
| std::vector< Node * > & | GetChild () |
| const std::vector< Node * > & | GetChild () const |
友元 | |
| class | NTree< T > |