CLbtSubSessnPtrHolder Class Reference
class CLbtSubSessnPtrHolder : public CBase |
Constructor & Destructor Documentation
~CLbtSubSessnPtrHolder()
IMPORT_C | ~CLbtSubSessnPtrHolder | ( | ) | |
Member Functions Documentation
ConstructL(TInt, TInt)
IMPORT_C void | ConstructL | ( | TInt | aNumberOfPtrs, |
| TInt | aNumberOfPtrCs |
| ) | [protected] |
Parameters
TInt aNumberOfPtrs | is the number of modifiable pointer descriptors to create. These are used for asynchronous 'get' requests. |
TInt aNumberOfPtrCs | is the number of read-only pointer descriptors to create. These are used for asynchronous 'set' requests. |
NewL(TInt, TInt)
Allocates and constructs a CLbtSubSessnPtrHolder object.
The function leaves if there is insufficient memory.
Parameters
TInt aNumberOfPtrs | is the number of modifiable pointer descriptors to create. These are used for asynchronous 'get' requests. |
TInt aNumberOfPtrCs | is the number of read-only pointer descriptors to create. These are used for asynchronous 'set' requests. |
Ptr(TInt)
An accessor for the modifiable pointer descriptors.
Parameters
TInt aIndex | specifies the descriptor to return. |
PtrC(TInt)
An accessor for the read-only pointer descriptors.
Parameters
TInt aIndex | specifies the descriptor to return. |
Member Data Documentation
RArray< TPtr8 > iPtrArray
RArray< TPtrC8 > iPtrCArray
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.