CppCommon 1.0.5.0
C++ Common Library
|
Binary tree node. More...
#include <bintree.h>
Public Member Functions | |
Node () | |
Public Attributes | |
T * | parent |
Pointer to the parent binary tree node. | |
T * | left |
Pointer to the left child binary tree node. | |
T * | right |
Pointer to the right child binary tree node. | |
Binary tree node.
|
inline |
T* CppCommon::BinTree< T, TCompare >::Node::left |
T* CppCommon::BinTree< T, TCompare >::Node::parent |
T* CppCommon::BinTree< T, TCompare >::Node::right |