#include <usbcque.h>
Link against:
euser.lib
This item is not part of the S60 5th Edition SDK
class TSglQueIterBase;
Description
A base class that provides implementation for the singly linked list iterator.
It also encapsulates a pointer to the current link link list element.
The class is abstract and is not intended to be instantiated.
Members
Defined in TSglQueIterBase
:
Construction and destruction
TSglQueIterBase(TSglQueBase &)
protected: IMPORT_C TSglQueIterBase(TSglQueBase &aQue);
Description
Parameters
IMPORT_C void SetToFirst();
Description
protected: IMPORT_C TAny* DoPostInc();
Description
Return value
protected: IMPORT_C TAny* DoCurrent();
Description
Return value
protected: IMPORT_C void DoSet(TAny *aLink);
Description
Parameters
protected: TInt iOffset;
Description
protected: TSglQueLink *& iHead;
Description
protected: TSglQueLink * iNext;
Description
protected: TSglQueLink * iHead;
Description
protected: TSglQueLink * iNext;
Description