RootServer::TRSIter Class Reference

class RootServer::TRSIter

Encapsulates the iterator position in a Root Server enumeration .

Public Member Functions
TRSIter()
voidReset()
const TInt &operator()()
TInt &operator()()
Private Attributes
TInt iPosition

Constructor & Destructor Documentation

TRSIter()

TRSIter()[inline]

Constructor; initializes the iterator to first position.

Member Functions Documentation

Reset()

voidReset()[inline]

Resets the iteration to start from the beginning.

operator()()

const TInt &operator()()const [inline]

Returns the current position of the iteration. Note that does not relate directly to the position of a specific module.

operator()()

TInt &operator()()[inline]

Returns a reference to the iteration count. Note that does not relate directly to the position of a specific module.

Member Data Documentation

TInt iPosition

TInt iPosition[private]