SHOGUN
4.2.0
|
Go to the source code of this file.
Classes | |
class | CBinaryTreeMachineNode< T > |
The node of the tree structure forming a TreeMachine The node contains pointer to its parent and pointers to its 2 children: left child and right child. The node also contains data which can be of any type and has to be specified using template specifier. More... | |