Basic binary node. More...
#include <binary_node.hpp>
Public Member Functions | |
binary_node (const binary_node &that) | |
void | clear () |
Public Attributes | |
U * | left |
Left child. | |
U * | right |
Right child. | |
Basic binary node.
Definition at line 41 of file binary_node.hpp.
U* claw::binary_node< U >::left |
Left child.
Definition at line 45 of file binary_node.hpp.
U* claw::binary_node< U >::right |
Right child.
Definition at line 47 of file binary_node.hpp.