![]() |
Plasma Engine
2.0
|
Public Member Functions | |
| PL_ALWAYS_INLINE | NewInstance (T *pInstance, plAllocator *pAllocator) |
| template<typename U > | |
| PL_ALWAYS_INLINE | NewInstance (NewInstance< U > &&other) |
| PL_ALWAYS_INLINE | NewInstance (std::nullptr_t) |
| template<typename U > | |
| PL_ALWAYS_INLINE NewInstance< U > | Cast () |
| PL_ALWAYS_INLINE | operator T* () |
| PL_ALWAYS_INLINE T * | operator-> () |
Public Attributes | |
| T * | m_pInstance = nullptr |
| plAllocator * | m_pAllocator = nullptr |