Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <usbcque.h>
Link against: euser.lib
This item is not part of the S60 5th Edition SDK

Class TSglQueLink

class TSglQueLink;

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.

Members

Defined in TSglQueLink:

See also:


Member data


iNext

TSglQueLink * iNext;

Description


iNext

TSglQueLink * iNext;

Description

A pointer to the next link object in the list.