claw  1.9.0
Public Member Functions | Public Attributes | List of all members
claw::binary_node< U > Class Template Reference

Basic binary node. More...

#include <binary_node.hpp>

Collaboration diagram for claw::binary_node< U >:
Collaboration graph
[legend]

Public Member Functions

 binary_node (const binary_node &that)
 
void clear ()
 

Public Attributes

U * left
 Left child.
 
U * right
 Right child.
 

Detailed Description

template<class U>
class claw::binary_node< U >

Basic binary node.

Author
Julien Jorge

Definition at line 41 of file binary_node.hpp.


The documentation for this class was generated from the following file: