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.
Public Member Functions | |
---|---|
TEntryArray() | |
IMPORT_C TInt | Count() |
IMPORT_C const TEntry & | operator[](TInt) |
Private Attributes | |
---|---|
TBuf8< KEntryArraySize > | iBuf |
TInt | iCount |
TInt | iIndex |
const TEntry * | iPos |