CommsFW::COwnEntryList Class Reference

class CommsFW::COwnEntryList : public CBase

Inherits from

Nested Classes and Structures

Constructor & Destructor Documentation

COwnEntryList(TInt)

IMPORT_C COwnEntryList ( TInt aGranularity ) [explicit]

Parameters

TInt aGranularity

~COwnEntryList()

IMPORT_C ~COwnEntryList ( )

Member Functions Documentation

AddL(const COwnEntryList &)

IMPORT_C void AddL ( const COwnEntryList & aDir )

Parameters

const COwnEntryList & aDir

AddL(const TOwnEntry &)

IMPORT_C void AddL ( const TOwnEntry & aEntry )

Parameters

const TOwnEntry & aEntry

Count()

IMPORT_C TInt Count ( ) const

UniqueWildScanAcrossDrivesL(const TDesC &, const TDesC &)

IMPORT_C void UniqueWildScanAcrossDrivesL ( const TDesC & aDir,
const TDesC & aFileMask
)

Function is used to scan unique files from drives starting from Y: to A: then last Z:. The scanning is done by module name.Files with unique name module name will be scanned.This function is used by Rootserver to scan cmi files unique by name.It can be used by other internal components for the similar use.

Parameters

const TDesC & aDir
const TDesC & aFileMask

WildScanAcrossDrivesL(const TDesC &, const TDesC &)

IMPORT_C void WildScanAcrossDrivesL ( const TDesC & aDir,
const TDesC & aFileMask
)

Parameters

const TDesC & aDir
const TDesC & aFileMask

operator[](TInt)

IMPORT_C const TOwnEntry & operator[] ( TInt anIndex ) const

Parameters

TInt anIndex

Member Data Documentation

RArray< TOwnEntry > iArray

RArray < TOwnEntry > iArray [private]