Support Forum G3D Web Page |
Maps an integer pointer to a perfect square. More...
Inherits G3D::ReferenceCountedObject.
Static Public Member Functions | |
static Pointer< T > | create (Pointer< T > ptr) |
Static Protected Member Functions | |
template<class T , class ... ArgTypes> | |
static shared_ptr< T > | createShared (ArgTypes &&... args) |
Like std::make_shared, but works for protected constructors. More... | |
Friends | |
class | Pointer< int > |
Maps an integer pointer to a perfect square.
|
inlinestatic |
|
inlinestaticprotectedinherited |
Like std::make_shared, but works for protected constructors.
Call as createShared<myclass>.
|
friend |