Public Member Functions | Public Attributes | List of all members
SLListBase::link Struct Reference

Link structure. More...

Collaboration diagram for SLListBase::link:
Collaboration graph
[legend]

Public Member Functions

 link ()
 Null construct. More...
 
 link (link *p)
 Construct given pointer to another link. More...
 

Public Attributes

linknext_
 Pointer to next entry in list. More...
 

Detailed Description

Link structure.

Definition at line 56 of file SLListBase.H.

Constructor & Destructor Documentation

◆ link() [1/2]

link ( )
inline

Null construct.

Definition at line 33 of file SLListBaseI.H.

◆ link() [2/2]

link ( link p)
inline

Construct given pointer to another link.

Definition at line 39 of file SLListBaseI.H.

Member Data Documentation

◆ next_

link* next_

The documentation for this struct was generated from the following files: