class CDir : public CBase |
Array of directory entries that has been read into memory from the file system.
It can be read and sorted by user programs, but cannot be created by them.
Public Member Functions | |
---|---|
~CDir() | |
IMPORT_C TInt | Count() |
IMPORT_C TInt | Sort(TUint) |
IMPORT_C const TEntry & | operator[](TInt) |
Protected Member Functions | |
---|---|
CDir() | |
IMPORT_C void | AddL(const TEntry &) |
IMPORT_C void | Compress() |
IMPORT_C void | ExtractL(TBool, CDir *&) |
IMPORT_C CDir * | NewL() |
Protected Attributes | |
---|---|
CArrayPakFlat< TEntry > * | iArray |
IMPORT_C void | AddL | ( | const TEntry & | anEntry | ) | [protected] |
const TEntry & anEntry |