class TPckg : public TPtr8 |
Packages a modifiable pointer descriptor which represents an object of specific type.
The template parameter defines the type of object.
The object represented by the packaged pointer descriptor is accessible through the package.
Public Member Functions | |
---|---|
TPckg(const T &) | |
T & | operator()() |
Private Member Functions | |
---|---|
TPckg< T > & | operator=(const TPckg< T > &) |
Inherited Attributes | |
---|---|
TDes8::iMaxLength | |
TPtr8::iPtr |
TPckg | ( | const T & | aRef | ) | [inline] |
Constructs a packaged modifiable pointer descriptor to represent the specified object whose type is defined by the template parameter.
const T & aRef | The object to be represented by this packaged modifiable pointer descriptor. |
T & | operator() | ( | ) | [inline] |
Gets a reference to the object represented by this packaged modifiable pointer descriptor.
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.