![]() |
|
Definition at line 64 of file SLListBase.H.
Public Member Functions | |
link () | |
Null construct. | |
link (link *p) | |
Construct given pointer to another link. | |
Public Attributes | |
link * | next_ |
Pointer to next entry in list. |
|
Null construct.
Definition at line 48 of file SLListBaseI.H. References p. |
|
Construct given pointer to another link.
Definition at line 55 of file SLListBaseI.H. |
|
Pointer to next entry in list.
Definition at line 67 of file SLListBase.H. |