Location:
usbcque.h
Link against: euser.lib
class TSglQueIterBase;
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.
Defined in TSglQueIterBase
:
DoCurrent()
, DoPostInc()
, DoSet()
, SetToFirst()
, TSglQueIterBase()
, iHead
, iHead
, iNext
, iNext
, iOffset
protected: TSglQueLink * iNext;