#include <newobj.h>
Public Types |
|
| using | AllocType = typename std::conditional< IS_ALLOC_TYPE , T, NewDelete >::type |
| using | ConstructorType = typename std::conditional< IS_ALLOC_TYPE , NewDelete , T >::type |
| using | AllocatorType = DefaultAllocator |
公共成员函数 |
|
| template<typename... ARGS> | |
| NewDelete (ARGS &&...) | |
静态公共成员函数 |
|
| template<typename... ARGS> | |
| static T * | Alloc ( MAXON_SOURCE_LOCATION_DECLARATION , ARGS &&...) |
| static void | Free (const T *o) |
| static ResultPtr < T > | Cast ( ResultPtr < T > &&value) |
| static Result < T * > | Cast ( Result < T * > &&value) |
| template<typename T2 > | |
| static ResultPtr < T > | Cast (T2 *value) |
静态公共属性 |
|
| static const Bool | IS_ALLOC_TYPE |
| static const Int | SIZE |
| using AllocType = typename std::conditional< IS_ALLOC_TYPE , T, NewDelete >::type |
| using ConstructorType = typename std::conditional< IS_ALLOC_TYPE , NewDelete , T>::type |
| using AllocatorType = DefaultAllocator |
|
explicit |
|
static |
|
static |
|
static |
|
static |
|
static |
|
|