#include <linkedlist.h>
Collaboration diagram for LinkedListBase< T >:
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 |
Definition at line 102 of file linkedlist.h.
|
Definition at line 106 of file linkedlist.h. |
|
Normal constructor: set prev and next to NULL:.
Definition at line 109 of file linkedlist.h. |
|
Special constructor which does NOT set up prev and next:.
Definition at line 111 of file linkedlist.h. |
|
Destructor no-op...
Definition at line 113 of file linkedlist.h. |
|
Definition at line 104 of file linkedlist.h. |
|
Definition at line 104 of file linkedlist.h. |