![]() |
|
Definition at line 64 of file DLListBase.H.
Public Member Functions | |
link () | |
Null construct. | |
link (link *prev, link *next) | |
Construct given pointers to previous and next links. | |
Public Attributes | |
link * | prev_ |
Pointer to next entry in list. | |
link * | next_ |
Pointer to next entry in list. |
|
Null construct.
Definition at line 48 of file DLListBaseI.H. |
|
Construct given pointers to previous and next links.
Definition at line 56 of file DLListBaseI.H. |
|
Pointer to next entry in list.
Definition at line 67 of file DLListBase.H. Referenced by DLListBase::DLListBase(). |
|
Pointer to next entry in list.
Definition at line 67 of file DLListBase.H. Referenced by DLListBase::DLListBase(). |