RPosRequestorStack Class Reference

class RPosRequestorStack : public RPointerArray< CPosRequestor >

Array of CPosRequestor objects.

This class inherits from RPointerArray which means the client can use all the array functions from that class.

CPosRequestor None

Public Member Functions
IMPORT_C voidExternalizeL(RWriteStream &)
IMPORT_C voidInternalizeL(RReadStream &)
Inherited Functions
RPointerArray< CPosRequestor >::Append(const CPosRequestor *)
RPointerArray< CPosRequestor >::AppendL(const CPosRequestor *)
RPointerArray< CPosRequestor >::Array()const
RPointerArray< CPosRequestor >::Close()
RPointerArray< CPosRequestor >::Compress()
RPointerArray< CPosRequestor >::Count()const
RPointerArray< CPosRequestor >::Find(const CPosRequestor *)const
RPointerArray< CPosRequestor >::Find(const CPosRequestor *,TIdentityRelation< CPosRequestor >)const
RPointerArray< CPosRequestor >::Find(const K &,TBool(*)(const K *k, const CPosRequestor &t))const
RPointerArray< CPosRequestor >::FindInAddressOrder(const CPosRequestor *)const
RPointerArray< CPosRequestor >::FindInAddressOrder(const CPosRequestor *,TInt &)const
RPointerArray< CPosRequestor >::FindInAddressOrderL(const CPosRequestor *)const
RPointerArray< CPosRequestor >::FindInAddressOrderL(const CPosRequestor *,TInt &)const
RPointerArray< CPosRequestor >::FindInOrder(const CPosRequestor *,TInt &,TLinearOrder< CPosRequestor >)const
RPointerArray< CPosRequestor >::FindInOrder(const CPosRequestor *,TLinearOrder< CPosRequestor >)const
RPointerArray< CPosRequestor >::FindInOrder(const K &,TInt(*)(const K *k, const CPosRequestor &t))const
RPointerArray< CPosRequestor >::FindInOrderL(const CPosRequestor *,TInt &,TLinearOrder< CPosRequestor >)const
RPointerArray< CPosRequestor >::FindInOrderL(const CPosRequestor *,TLinearOrder< CPosRequestor >)const
RPointerArray< CPosRequestor >::FindL(const CPosRequestor *)const
RPointerArray< CPosRequestor >::FindL(const CPosRequestor *,TIdentityRelation< CPosRequestor >)const
RPointerArray< CPosRequestor >::FindReverse(const CPosRequestor *)const
RPointerArray< CPosRequestor >::FindReverse(const CPosRequestor *,TIdentityRelation< CPosRequestor >)const
RPointerArray< CPosRequestor >::FindReverse(const K &,TInt(*)(const K *k, const CPosRequestor &t))const
RPointerArray< CPosRequestor >::FindReverseL(const CPosRequestor *)const
RPointerArray< CPosRequestor >::FindReverseL(const CPosRequestor *,TIdentityRelation< CPosRequestor >)const
RPointerArray< CPosRequestor >::GranularCompress()
RPointerArray< CPosRequestor >::Insert(const CPosRequestor *,TInt)
RPointerArray< CPosRequestor >::InsertInAddressOrder(const CPosRequestor *)
RPointerArray< CPosRequestor >::InsertInAddressOrderAllowRepeats(const CPosRequestor *)
RPointerArray< CPosRequestor >::InsertInAddressOrderAllowRepeatsL(const CPosRequestor *)
RPointerArray< CPosRequestor >::InsertInAddressOrderL(const CPosRequestor *)
RPointerArray< CPosRequestor >::InsertInOrder(const CPosRequestor *,TLinearOrder< CPosRequestor >)
RPointerArray< CPosRequestor >::InsertInOrderAllowRepeats(const CPosRequestor *,TLinearOrder< CPosRequestor >)
RPointerArray< CPosRequestor >::InsertInOrderAllowRepeatsL(const CPosRequestor *,TLinearOrder< CPosRequestor >)
RPointerArray< CPosRequestor >::InsertInOrderL(const CPosRequestor *,TLinearOrder< CPosRequestor >)
RPointerArray< CPosRequestor >::InsertL(const CPosRequestor *,TInt)
RPointerArray< CPosRequestor >::RPointerArray()
RPointerArray< CPosRequestor >::RPointerArray(CPosRequestor **,TInt)
RPointerArray< CPosRequestor >::RPointerArray(TInt)
RPointerArray< CPosRequestor >::RPointerArray(TInt,TInt)
RPointerArray< CPosRequestor >::Remove(TInt)
RPointerArray< CPosRequestor >::Reserve(TInt)
RPointerArray< CPosRequestor >::ReserveL(TInt)
RPointerArray< CPosRequestor >::Reset()
RPointerArray< CPosRequestor >::ResetAndDestroy()
RPointerArray< CPosRequestor >::Sort(TLinearOrder< CPosRequestor >)
RPointerArray< CPosRequestor >::SortIntoAddressOrder()
RPointerArray< CPosRequestor >::SpecificFindInAddressOrder(const CPosRequestor *,TInt &,TInt)const
RPointerArray< CPosRequestor >::SpecificFindInAddressOrder(const CPosRequestor *,TInt)const
RPointerArray< CPosRequestor >::SpecificFindInAddressOrderL(const CPosRequestor *,TInt &,TInt)const
RPointerArray< CPosRequestor >::SpecificFindInAddressOrderL(const CPosRequestor *,TInt)const
RPointerArray< CPosRequestor >::SpecificFindInOrder(const CPosRequestor *,TInt &,TLinearOrder< CPosRequestor >,TInt)const
RPointerArray< CPosRequestor >::SpecificFindInOrder(const CPosRequestor *,TLinearOrder< CPosRequestor >,TInt)const
RPointerArray< CPosRequestor >::SpecificFindInOrderL(const CPosRequestor *,TInt &,TLinearOrder< CPosRequestor >,TInt)const
RPointerArray< CPosRequestor >::SpecificFindInOrderL(const CPosRequestor *,TLinearOrder< CPosRequestor >,TInt)const
RPointerArray< CPosRequestor >::operator[](TInt)
RPointerArray< CPosRequestor >::operator[](TInt)const

Member Functions Documentation

ExternalizeL(RWriteStream &)

IMPORT_C voidExternalizeL(RWriteStream &aStream)const

Internalizes the CPosRequestors from a stream.

Parameters

RWriteStream & aStreamThe read stream.

InternalizeL(RReadStream &)

IMPORT_C voidInternalizeL(RReadStream &aStream)

Externalizes the CPosRequestors to a stream

Parameters

RReadStream & aStreamThe write stream.