CCdlUids Class Reference
class CCdlUids : public CArrayFixFlat< TUid > |
A collection of UIDs. Used within the CDL engine to represent collections of CDL interface UIDs.
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
Member Functions Documentation
AddL(TUid)
IMPORT_C void | AddL | ( | TUid | aUid | ) | |
Adds a UID to the collection, if it is not already present
AddL(const CCdlUids &)
IMPORT_C void | AddL | ( | const CCdlUids & | aArray | ) | |
Adds a collection of UIDs to this collection. UIDs are only added if they are not already present.
Parameters
const CCdlUids & aArray | the collection of UIDs to add |
Export()
Creates a descriptor containing the exported UID collection. Used for externalising UID collections and transmitting them across processes.
FindIndex(TUid)
Finds the array index of a UID in this collection
Parameters
TUid aUid | the UID to search for |
ImportL(const TDesC8 &)
IMPORT_C void | ImportL | ( | const TDesC8 & | aDes | ) | |
Populates a UID collection from a descriptor containing an exported UID collection.
Parameters
const TDesC8 & aDes | a descriptor containing a UID collection created by the Export() function. |
IntersectionLC(const CCdlUids &)
Creates a new collection containing the UIDs which are common to this and the passed in collection.
Parameters
const CCdlUids & aArray | the other collection |
Remove(TUid)
IMPORT_C void | Remove | ( | TUid | aUid | ) | |
Removes a UID from the collection
Parameters
TUid aUid | the UID to remove |
Remove(const CCdlUids &)
IMPORT_C void | Remove | ( | const CCdlUids & | aArray | ) | |
Removes a collection of UIDs from this collection
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.