TEntryArray Class Reference

class TEntryArray

Array of directory entries.

It contains the results of a call to RDir::Read(): it will contain all the TEntry items in the directory. Thus, a directory can be read in a single call, minimising client/server communication overheads.

TEntry

RDir::Read

Public Member Functions
TEntryArray()
IMPORT_C TIntCount()
IMPORT_C const TEntry &operator[](TInt)
Private Attributes
TBuf8< KEntryArraySize >iBuf
TInt iCount
TInt iIndex
const TEntry *iPos

Constructor & Destructor Documentation

TEntryArray()

IMPORT_CTEntryArray()

Member Functions Documentation

Count()

IMPORT_C TIntCount()const

operator[](TInt)

IMPORT_C const TEntry &operator[](TIntanIndex)const

Parameters

TInt anIndex

Member Data Documentation

TBuf8< KEntryArraySize > iBuf

TBuf8< KEntryArraySize >iBuf[private]

TInt iCount

TInt iCount[private]

TInt iIndex

TInt iIndex[private]

const TEntry * iPos

const TEntry *iPos[private]