Bike-X
0.8
|
#include "OVR_ContainerAllocator.h"
Static Public Member Functions | |
static void | Construct (void *p) |
static void | Construct (void *p, const T &source) |
template<class S > | |
static void | ConstructAlt (void *p, const S &source) |
static void | ConstructArray (void *p, UPInt count) |
static void | ConstructArray (void *p, UPInt count, const T &source) |
static void | ConstructArray (void *p, UPInt count, const T *psource) |
static void | Destruct (T *p) |
static void | DestructArray (T *p, UPInt count) |
static void | CopyArrayForward (T *dst, const T *src, UPInt count) |
static void | CopyArrayBackward (T *dst, const T *src, UPInt count) |
static bool | IsMovable () |
Definition at line 112 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 115 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 120 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 127 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 132 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 139 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 146 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 171 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 166 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 153 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 159 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 176 of file OVR_ContainerAllocator.h.