nw::gfx::GfxPtr::Reset Member Function

Syntax

void Reset();

template <typename TTObject>
void Reset(
     TTObject * object
);

template <typename TTObject>
void Reset(
     TTObject * object,
     bool hasOwnership
);

List of Overloaded Member Functions

Reset( )
Reset ( TTObject * )
Reset ( TTObject *, bool ) Configures an object.

Description of Reset( )

Description of Reset ( TTObject * )

Description of Reset ( TTObject *, bool )

If false is specified in hasOwnership, the object is not destroyed when this instance of GfxPtr is destroyed.


CONFIDENTIAL