Link structure. More...

Public Member Functions | |
| link () | |
| Null construct. More... | |
| link (link *p) | |
| Construct given pointer to another link. More... | |
Public Attributes | |
| link * | next_ |
| Pointer to next entry in list. More... | |
Link structure.
Definition at line 56 of file SLListBase.H.
|
inline |
Null construct.
Definition at line 33 of file SLListBaseI.H.
Construct given pointer to another link.
Definition at line 39 of file SLListBaseI.H.
| link* next_ |
Pointer to next entry in list.
Definition at line 59 of file SLListBase.H.
Referenced by SLListBase::append(), SLListBase::first(), SLListBase::insert(), SLListBase::iterator::operator++(), SLListBase::const_iterator::operator++(), SLListBase::remove(), and SLListBase::removeHead().
1.8.11