
![]() |
![]() |
|
class TSglQueLink;
An object embedded within a class T so that objects of type T can form part of a singly linked list.
A link object encapsulates a pointer to the next link object in the list.
Defined in TSglQueLink
:
TSglQue
A templated class that provides the behaviour for managing a singly linked list.TSglQueLink * iNext;
A pointer to the next link object in the list.