RootServer::TRSIter Class Reference

class RootServer::TRSIter

Encapsulates the iterator position in a Root Server enumeration .

Public Member Functions
TRSIter ()
void Reset ()
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()

void Reset ( ) [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]