Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <BAUTILS.H>
Link against: bafl.lib

Class CBaflFileSortTable

class CBaflFileSortTable : public CArrayFixFlat< TUid >;

Description

Bafl File Sort Table containing an array of UIDs.

Derivation

Members

Defined in CBaflFileSortTable:

Inherited from CArrayFixFlat< TUid >:


Construction and destruction


CBaflFileSortTable()

IMPORT_C CBaflFileSortTable();

Description

[Top]


Member functions


ConstructFromResourceL(TResourceReader &)

IMPORT_C void ConstructFromResourceL(TResourceReader &aReader);

Description

Loads the CBaflFileSortTable using the UIDs read from the TResourceReader supplied in aReader.

Parameters

TResourceReader &aReader

TResourceReader from which UIDS are read.

Leave codes

KErrNoMemory

if there is insufficient memory available or one of the system wide error codes.