DoxyBugs  1
Public Member Functions
nab::Node< T > Class Template Reference

Base class for node obecjts of type T. This provides the basic handling of leaf and root cells. More...

#include <Node.h>

Inheritance diagram for nab::Node< T >:
noncopyable

List of all members.

Public Member Functions

virtual void pushRoot (T *p)
 Insert the specified root cell.

Detailed Description

template<typename T>
class nab::Node< T >

Base class for node obecjts of type T. This provides the basic handling of leaf and root cells.


Member Function Documentation

template<typename T>
virtual void nab::Node< T >::pushRoot ( T *  p)
inlinevirtual

Insert the specified root cell.

Parameters:
pThe cell to insert
Precondition:
!hasRoot(p)

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