#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 | CopyArrayBackward (T *dst, const T *src, UPInt count) |
static void | CopyArrayForward (T *dst, const T *src, UPInt count) |
static void | Destruct (T *p) |
static void | DestructArray (T *p, UPInt count) |
static bool | IsMovable () |
Definition at line 101 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::Construct | ( | void * | p | ) | [inline, static] |
Definition at line 104 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::Construct | ( | void * | p, |
const T & | source | ||
) | [inline, static] |
Definition at line 109 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::ConstructAlt | ( | void * | p, |
const S & | source | ||
) | [inline, static] |
Definition at line 116 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::ConstructArray | ( | void * | p, |
UPInt | count | ||
) | [inline, static] |
Definition at line 121 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::ConstructArray | ( | void * | p, |
UPInt | count, | ||
const T & | source | ||
) | [inline, static] |
Definition at line 128 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::ConstructArray | ( | void * | p, |
UPInt | count, | ||
const T * | psource | ||
) | [inline, static] |
Definition at line 135 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::CopyArrayBackward | ( | T * | dst, |
const T * | src, | ||
UPInt | count | ||
) | [inline, static] |
Definition at line 160 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::CopyArrayForward | ( | T * | dst, |
const T * | src, | ||
UPInt | count | ||
) | [inline, static] |
Definition at line 155 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::Destruct | ( | T * | p | ) | [inline, static] |
Definition at line 142 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorMov< T >::DestructArray | ( | T * | p, |
UPInt | count | ||
) | [inline, static] |
Definition at line 148 of file OVR_ContainerAllocator.h.
static bool OVR::ConstructorMov< T >::IsMovable | ( | ) | [inline, static] |
Definition at line 165 of file OVR_ContainerAllocator.h.