class TPckgC : public TPtrC8 |
Packages a non-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 but cannot be changed.
Public Member Functions | |
---|---|
TPckgC(const T &) | |
const T & | operator()() |
Private Member Functions | |
---|---|
TPckgC< T > & | operator=(const TPckgC< T > &) |
Inherited Attributes | |
---|---|
TPtrC8::iPtr |
TPckgC | ( | const T & | aRef | ) | [inline] |
Constructs a packaged non-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 non-modifiable pointer descriptor. |