ESock::RConnPrefList::TIter Class Reference

class ESock::RConnPrefList::TIter : public ESock::RConnPrefList::TIterBase

This iterator will return objects of the templated class. It will only return objects from the list that are of the type passed in as the template parameter

Inherits from

Constructor & Destructor Documentation

TIter(RConnPrefList &)

TIter ( RConnPrefList & aConnPrefList ) [inline]

Parameters

RConnPrefList & aConnPrefList Connection preferences to iterate over

Member Functions Documentation

IsEnd()

TBool IsEnd ( ) [inline]

Remove()

TYPE * Remove ( ) [inline]

Remove the current object from the iterators associated RConnPrefList

operator*()

TYPE & operator* ( ) [inline]

operator++(TInt)

TYPE * operator++ ( TInt ) [inline]

Parameters

TInt

operator->()

TYPE * operator-> ( ) [inline]

operator[](TInt)

TYPE * operator[] ( TInt aIndex ) [inline]

This will return the instance of the given type in the list at the point specified by aIndex

Parameters

TInt aIndex index of item to return

Member Data Documentation

TInt iIndex

TInt iIndex [private]