Bike-X
0.8
|
#include "OVR_ContainerAllocator.h"
Static Public Member Functions | |
static void | Construct (void *) |
static void | Construct (void *p, const T &source) |
template<class S > | |
static void | ConstructAlt (void *p, const S &source) |
static void | ConstructArray (void *, UPInt) |
static void | ConstructArray (void *p, UPInt count, const T &source) |
static void | ConstructArray (void *p, UPInt count, const T *psource) |
static void | Destruct (T *) |
static void | DestructArray (T *, UPInt) |
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 60 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 63 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 64 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 71 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 76 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 78 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 85 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 98 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 93 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 90 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 91 of file OVR_ContainerAllocator.h.
|
inlinestatic |
Definition at line 103 of file OVR_ContainerAllocator.h.