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 |
IMPORT_C | TEntryArray | ( | ) |
Default constructor.
Initialises its count of contained TEntry objects to zero.
IMPORT_C const TEntry & | operator[] | ( | TInt | anIndex | ) | const |
Gets the directory entry at the specified index.
TInt anIndex | Index of the entry within the array. This value is relative to zero. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.