DoxyBugs
1
|
Base class for node obecjts of type T. This provides the basic handling of leaf and root cells. More...
#include <Node.h>
Public Member Functions | |
virtual void | pushRoot (T *p) |
Insert the specified root cell. |
Base class for node obecjts of type T. This provides the basic handling of leaf and root cells.
|
inlinevirtual |
Insert the specified root cell.
p | The cell to insert |