Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Node Class Reference

#include <List.h>

Inheritance diagram for Node:

StringNode

Collaboration diagram for Node:

List of all members.

Public Members

 Node ()
Void InsertAfter (Node *node)
Void FreeAfter ()
virtual Node* Clone ()
Node* CloneList ()
Node* next


Detailed Description

Definition at line 22 of file List.h.


Constructor & Destructor Documentation

Node::Node ()

Definition at line 27 of file List.h.


Member Function Documentation

Node * Node::Clone () [virtual]

Definition at line 82 of file List.cc.

Node * Node::CloneList ()

Definition at line 87 of file List.cc.

Void Node::FreeAfter ()

Definition at line 99 of file List.cc.

Void Node::InsertAfter (Node * node) [inline]

Definition at line 29 of file List.h.


Member Data Documentation

Node * Node::next

Definition at line 25 of file List.h.


The documentation for this class was generated from the following files:
Generated at Sat Aug 5 00:16:34 2000 for Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000