| class CLbtSubSessnPtrHolder : public CBase |
| Public Member Functions | |
|---|---|
| ~CLbtSubSessnPtrHolder () | |
| IMPORT_C CLbtSubSessnPtrHolder * | NewL ( TInt , TInt ) |
| IMPORT_C TPtr8 & | Ptr ( TInt ) |
| IMPORT_C TPtrC8 & | PtrC ( TInt ) |
| Protected Member Functions | |
|---|---|
| IMPORT_C void | ConstructL ( TInt , TInt ) |
| Private Attributes | |
|---|---|
| RArray < TPtr8 > | iPtrArray |
| RArray < TPtrC8 > | iPtrCArray |
| IMPORT_C void | ConstructL | ( | TInt | aNumberOfPtrs, |
| TInt | aNumberOfPtrCs | |||
| ) | [protected] | |||
Leaving constructor for CLbtSubSessnPtrHolder .
| IMPORT_C CLbtSubSessnPtrHolder * | NewL | ( | TInt | aNumberOfPtrs, |
| TInt | aNumberOfPtrCs | |||
| ) | [static] | |||
Allocates and constructs a CLbtSubSessnPtrHolder object.
The function leaves if there is insufficient memory.
| IMPORT_C TPtr8 & | Ptr | ( | TInt | aIndex | ) |
An accessor for the modifiable pointer descriptors.
| TInt aIndex | specifies the descriptor to return. |
| IMPORT_C TPtrC8 & | PtrC | ( | TInt | aIndex | ) |
An accessor for the read-only pointer descriptors.
| TInt aIndex | specifies the descriptor to return. |
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.