Main Page   Class Hierarchy   Compound List   File List   Compound Members   
BasicNode  Struct Template Reference
#include <list.h>
Inheritance diagram for BasicNode:
List of all members.
 Public Methods | 
| 
  | BasicNode () | 
| 
  | BasicNode (T *a) | 
| 
  | ~BasicNode () | 
 Public Attributes | 
| 
T *  | data | 
| 
BasicNode< T > *  | prev | 
| 
BasicNode< T > *  | next | 
Detailed Description
template<class T>
 struct BasicNode< T >
** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** class BasicNode --- A basic node for a linked list  A basic node for a linked list  author Philippe Lavoie (27 October 1997) Modified by: ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** * 
Definition at line 38 of file list.h.
The documentation for this struct was generated from the following file:
Generated on Tue Jun 24 13:26:59 2003 for NURBS++ by
1.2.14 written by Dimitri van Heesch,
 © 1997-2002