|
||
class CBaflFileSortTable : public CArrayFixFlat< TUid >;
Bafl File Sort Table containing an array of UIDs.
CArrayFix< TUid >
- No description.
CArrayFixFlat< TUid >
- ...
CBaflFileSortTable
- Bafl File Sort Table containing an array of UIDs.
Defined in CBaflFileSortTable
:
CBaflFileSortTable()
ConstructFromResourceL(TResourceReader &)
Loads the CBaflFileSortTable using the UIDs read from the TResourceReader suppli...Inherited from CArrayFixFlat< TUid >
:
CArrayFixFlat(TInt)
Constructs the array, with the specified granularity, to contain elements of TUi...SetReserveL(TInt)
Reserves space in the array buffer.~CArrayFixFlat()
Destructor. IMPORT_C void ConstructFromResourceL(TResourceReader &aReader);
Loads the CBaflFileSortTable using the UIDs read from the TResourceReader
supplied in aReader.
|
|