Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: f32file.h
Link against: efsrv.lib

Class TEntryArray

TEntryArray

Support

Supported from 5.0

Description

Array of directory entries. It contains the results of an RDir::Read() call: it will contain all the TEntrys in the directory. Thus, a directory can be read in a single call, which minimises client/server communication overheads.

Derivation

TEntryArrayArray of directory entries

Defined in TEntryArray:
Count(), TEntryArray(), operator[]()


TEntryArray()

TEntryArray();

Description

Constructs a TEntryArray and initialises its count of TEntrys to zero.

[Top]


Count()

TInt Count() const;

Description

Gets the number of entries in TEntryArray.

Return value

Tint

The number of entries in the array

[Top]


operator[]()

const TEntry& operator[](TInt anIndex) const;

Description

Gets the directory entry at a specified index.

Note:

Parameters

TInt anIndex

Index within the array

Return value

TEntry&

On return contains the entry at the index