Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

LinkedListBase< T > Struct Template Reference

Base class for linked list item nodes. More...

#include <linkedlist.h>

Collaboration diagram for LinkedListBase< T >:

Collaboration graph
[legend]
List of all members.

Public Types

enum  _LLB_NoInit { LLB_NoInit }

Public Member Functions

 LinkedListBase ()
 Normal constructor: set prev and next to NULL:.

 LinkedListBase (_LLB_NoInit)
 Special constructor which does NOT set up prev and next:.

 ~LinkedListBase ()
 Destructor no-op...


Public Attributes

T * prev
T * next

Detailed Description

template<typename T>
struct LinkedListBase< T >

Base class for linked list item nodes.

See also:
File linkedlist.h for more information.
Author:
Wolfgang Wieser ] wwieser (a) gmx <*> de [

Definition at line 102 of file linkedlist.h.


Member Enumeration Documentation

template<typename T>
enum LinkedListBase::_LLB_NoInit
 

Enumeration values:
LLB_NoInit 

Definition at line 106 of file linkedlist.h.


Constructor & Destructor Documentation

template<typename T>
LinkedListBase< T >::LinkedListBase  )  [inline]
 

Normal constructor: set prev and next to NULL:.

Definition at line 109 of file linkedlist.h.

template<typename T>
LinkedListBase< T >::LinkedListBase _LLB_NoInit   )  [inline]
 

Special constructor which does NOT set up prev and next:.

Definition at line 111 of file linkedlist.h.

template<typename T>
LinkedListBase< T >::~LinkedListBase  )  [inline]
 

Destructor no-op...

Definition at line 113 of file linkedlist.h.


Member Data Documentation

template<typename T>
T * LinkedListBase< T >::next
 

Definition at line 104 of file linkedlist.h.

template<typename T>
T* LinkedListBase< T >::prev
 

Definition at line 104 of file linkedlist.h.


The documentation for this struct was generated from the following file:
Generated on Sat Feb 19 22:35:28 2005 for Ray by doxygen 1.3.5