TTypeUid::Ptr Class Reference

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

Constructor & Destructor Documentation

Ptr(TAny *)

Ptr(TAny *aPtr)[private, inline, explicit]

Parameters

TAny * aPtr

Member Functions Documentation

Pointer()

TAny *Pointer()const [inline]

Retrieves the pointer to an object which is encapsulated by the Ptr.

Member Data Documentation

TAny * iPtr

TAny *iPtr[private]