CommsFW::COwnEntryList Class Reference

class CommsFW::COwnEntryList : public CBase

Inherits from

  • CommsFW::COwnEntryList

Nested Classes and Structures

Constructor & Destructor Documentation

COwnEntryList(TInt)

IMPORT_CCOwnEntryList(TIntaGranularity)[explicit]

Parameters

TInt aGranularity

~COwnEntryList()

IMPORT_C~COwnEntryList()

Member Functions Documentation

AddL(const COwnEntryList &)

IMPORT_C voidAddL(const COwnEntryList &aDir)

Parameters

const COwnEntryList & aDir

AddL(const TOwnEntry &)

IMPORT_C voidAddL(const TOwnEntry &aEntry)

Parameters

const TOwnEntry & aEntry

Count()

IMPORT_C TIntCount()const

UniqueWildScanAcrossDrivesL(const TDesC &, const TDesC &)

IMPORT_C voidUniqueWildScanAcrossDrivesL(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 voidWildScanAcrossDrivesL(const TDesC &aDir,
const TDesC &aFileMask
)

Parameters

const TDesC & aDir
const TDesC & aFileMask

operator[](TInt)

IMPORT_C const TOwnEntry &operator[](TIntanIndex)const

Parameters

TInt anIndex

Member Data Documentation

RArray< TOwnEntry > iArray

RArray< TOwnEntry >iArray[private]