TSglQueLink Class Reference

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.

TSglQue

Private Member Functions
IMPORT_C voidEnque(TSglQueLink *)
Public Attributes
TSglQueLink *iNext

Member Functions Documentation

Enque(TSglQueLink *)

IMPORT_C voidEnque(TSglQueLink *aLink)[private]

Parameters

TSglQueLink * aLink

Member Data Documentation

TSglQueLink * iNext

TSglQueLink *iNext

A pointer to the next link object in the list.