LibOFX
|
A node in the tree, combining links to other nodes as well as the actual data. More...
Data Fields | |
tree_node_< T > * | parent |
tree_node_< T > * | first_child |
tree_node_< T > * | last_child |
tree_node_< T > * | prev_sibling |
tree_node_< T > * | next_sibling |
T | data |
A node in the tree, combining links to other nodes as well as the actual data.
Definition at line 95 of file build/libofx-0.10.0/lib/tree.hh.