TSglQueLink Class Reference

#include <e32std.h>

class TSglQueLink
Public Attributes
TSglQueLink *iNext

Detailed Description

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.

See also: TSglQue

Member Attribute Documentation

iNext

TSglQueLink *iNext

A pointer to the next link object in the list.