SLListBase::link Struct Reference

The structure for a singly-linked storage node. More...

Collaboration diagram for SLListBase::link:
[legend]

Public Member Functions

 link ()=default
 Default construct. More...
 

Public Attributes

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

Detailed Description

The structure for a singly-linked storage node.

Definition at line 66 of file SLListBase.H.

Constructor & Destructor Documentation

◆ link()

link ( )
default

Default construct.

Member Data Documentation

◆ next_

link* next_ = nullptr

Pointer to next entry in list.

Definition at line 69 of file SLListBase.H.

Referenced by SLListBase::append(), SLListBase::prepend(), SLListBase::remove(), and SLListBase::removeHead().


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