nw::gfx::GfxPtr::GfxPtr Constructor
GfxPtr();
GfxPtr(
const GfxPtr & pointer
);
template <typename TTObject>
explicit GfxPtr(
TTObject * pointer
);
template <typename TTObject>
GfxPtr(
TTObject * pointer,
bool hasOwnership
);
template <typename TTObject, typename TTDeleter>
GfxPtr(
ut::internal::MoveSource< ut::MovePtr< TTObject, TTDeleter > > source
);
GfxPtr( )
|
Constructor. |
GfxPtr(const GfxPtr &)
|
Copy constructor. Moves an element from the copy source. |
GfxPtr(TTObject *)
|
Constructor. |
| GfxPtr ( TTObject *, bool ) | |
GfxPtr(ut::internal::MoveSource< ut::MovePtr< TTObject, TTDeleter > >)
|
Constructor. |
GfxPtr( )Constructor.
GfxPtr(const GfxPtr &)Copy constructor. Moves an element from the copy source.
GfxPtr(TTObject *)Constructor.
Constructor.
If false is specified in hasOwnership, the object is not destroyed when this instance of GfxPtr is destroyed.
GfxPtr(ut::internal::MoveSource< ut::MovePtr< TTObject, TTDeleter > >)Constructor.
CONFIDENTIAL