| class TTypeUid::Ptr | 
Encapsulates a pointer to an object fetched by an object provider.
The class has no public constructor. TTypeUid::MakePtr() or TTypeUid::Null() must be used to construct instances of this class.
| Public Member Functions | |
|---|---|
| TAny * | Pointer() | 
| Private Member Functions | |
|---|---|
| Ptr(TAny *) | |
| Private Attributes | |
|---|---|
| TAny * | iPtr | 
| TAny * | Pointer | ( | ) | const [inline] | 
Retrieves the pointer to an object which is encapsulated by the Ptr.
A pointer to an object.