CCdlUids Class Reference

class CCdlUids : public CArrayFixFlat< TUid >

A collection of UIDs. Used within the CDL engine to represent collections of CDL interface UIDs.

Public Member Functions
CCdlUids()
IMPORT_C voidAddL(TUid)
IMPORT_C voidAddL(const CCdlUids &)
IMPORT_C TPtrC8Export()
IMPORT_C TIntFindIndex(TUid)
IMPORT_C voidImportL(const TDesC8 &)
IMPORT_C CCdlUids *IntersectionLC(const CCdlUids &)
IMPORT_C CCdlUids *NewLC()
IMPORT_C voidRemove(TUid)
IMPORT_C voidRemove(const CCdlUids &)
Inherited Functions
CArrayFix< TUid >::AppendL(const TUid &)
CArrayFix< TUid >::AppendL(const TUid &,TInt)
CArrayFix< TUid >::AppendL(const TUid *,TInt)
CArrayFix< TUid >::Array()const
CArrayFix< TUid >::At(TInt)
CArrayFix< TUid >::At(TInt)const
CArrayFix< TUid >::Back(TInt)
CArrayFix< TUid >::Back(TInt)const
CArrayFix< TUid >::CArrayFix(TBufRep,TInt)
CArrayFix< TUid >::End(TInt)
CArrayFix< TUid >::End(TInt)const
CArrayFix< TUid >::ExpandL(TInt)
CArrayFix< TUid >::ExtendL()
CArrayFix< TUid >::Find(const TUid &,TKeyArrayFix &,TInt &)const
CArrayFix< TUid >::FindIsq(const TUid &,TKeyArrayFix &,TInt &)const
CArrayFix< TUid >::InsertIsqAllowDuplicatesL(const TUid &,TKeyArrayFix &)
CArrayFix< TUid >::InsertIsqL(const TUid &,TKeyArrayFix &)
CArrayFix< TUid >::InsertL(TInt,const TUid &)
CArrayFix< TUid >::InsertL(TInt,const TUid &,TInt)
CArrayFix< TUid >::InsertL(TInt,const TUid *,TInt)
CArrayFix< TUid >::ResizeL(TInt)
CArrayFix< TUid >::ResizeL(TInt,const TUid &)
CArrayFix< TUid >::operator[](TInt)
CArrayFix< TUid >::operator[](TInt)const
CArrayFixBase::AtR(const CBase *,TInt)
CArrayFixBase::CArrayFixBase(TBufRep,TInt,TInt)
CArrayFixBase::Compress()
CArrayFixBase::Count()const
CArrayFixBase::CountR(const CBase *)
CArrayFixBase::Delete(TInt)
CArrayFixBase::Delete(TInt,TInt)
CArrayFixBase::Find(const TAny *,TKeyArrayFix &,TInt &)const
CArrayFixBase::FindIsq(const TAny *,TKeyArrayFix &,TInt &)const
CArrayFixBase::InsertIsqAllowDuplicatesL(const TAny *,TKeyArrayFix &)
CArrayFixBase::InsertIsqL(const TAny *,TKeyArrayFix &)
CArrayFixBase::InsertL(TInt,const TAny *)
CArrayFixBase::InsertL(TInt,const TAny *,TInt)
CArrayFixBase::InsertRepL(TInt,const TAny *,TInt)
CArrayFixBase::Length()const
CArrayFixBase::Reset()
CArrayFixBase::ResizeL(TInt,const TAny *)
CArrayFixBase::SetKey(TKeyArrayFix &)const
CArrayFixBase::SetReserveFlatL(TInt)
CArrayFixBase::Sort(TKeyArrayFix &)
CArrayFixBase::~CArrayFixBase()
CArrayFixFlat< TUid >::CArrayFixFlat(TInt)
CArrayFixFlat< TUid >::SetReserveL(TInt)
CArrayFixFlat< TUid >::~CArrayFixFlat()
CBase::CBase()
CBase::Delete(CBase *)
CBase::Extension_(TUint,TAny *&,TAny *)
CBase::operator new(TUint)
CBase::operator new(TUint,TAny *)
CBase::operator new(TUint,TLeave)
CBase::operator new(TUint,TLeave,TUint)
CBase::operator new(TUint,TUint)
CBase::~CBase()

Constructor & Destructor Documentation

CCdlUids()

IMPORT_CCCdlUids()

C++ default constructor.

Member Functions Documentation

AddL(TUid)

IMPORT_C voidAddL(TUidaUid)

Adds a UID to the collection, if it is not already present

Parameters

TUid aUidthe UID to add

AddL(const CCdlUids &)

IMPORT_C voidAddL(const CCdlUids &aArray)

Adds a collection of UIDs to this collection. UIDs are only added if they are not already present.

Parameters

const CCdlUids & aArraythe collection of UIDs to add

Export()

IMPORT_C TPtrC8Export()const

Creates a descriptor containing the exported UID collection. Used for externalising UID collections and transmitting them across processes.

FindIndex(TUid)

IMPORT_C TIntFindIndex(TUidaUid)const

Finds the array index of a UID in this collection

Parameters

TUid aUidthe UID to search for

ImportL(const TDesC8 &)

IMPORT_C voidImportL(const TDesC8 &aDes)

Populates a UID collection from a descriptor containing an exported UID collection.

Parameters

const TDesC8 & aDesa descriptor containing a UID collection created by the Export() function.

IntersectionLC(const CCdlUids &)

IMPORT_C CCdlUids *IntersectionLC(const CCdlUids &aArray)const

Creates a new collection containing the UIDs which are common to this and the passed in collection.

Parameters

const CCdlUids & aArraythe other collection

NewLC()

IMPORT_C CCdlUids *NewLC()[static]

Two-phased constructor.

Remove(TUid)

IMPORT_C voidRemove(TUidaUid)

Removes a UID from the collection

Parameters

TUid aUidthe UID to remove

Remove(const CCdlUids &)

IMPORT_C voidRemove(const CCdlUids &aArray)

Removes a collection of UIDs from this collection

Parameters

const CCdlUids & aArray