Main Page Class Hierarchy Compound List File List Compound Members
BasicNode Struct Template Reference
#include <list.hh>
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: ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** *
The documentation for this struct was generated from the following file:
Generated on Sun Jan 27 06:38:42 2002 for NURBS++ by
1.2.12 written by Dimitri van Heesch,
© 1997-2001