#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 174 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::Construct | ( | void * | p | ) | [inline, static] |
Definition at line 177 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::Construct | ( | void * | p, |
const T & | source | ||
) | [inline, static] |
Definition at line 182 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::ConstructAlt | ( | void * | p, |
const S & | source | ||
) | [inline, static] |
Definition at line 189 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::ConstructArray | ( | void * | p, |
UPInt | count | ||
) | [inline, static] |
Definition at line 194 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::ConstructArray | ( | void * | p, |
UPInt | count, | ||
const T & | source | ||
) | [inline, static] |
Definition at line 201 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::ConstructArray | ( | void * | p, |
UPInt | count, | ||
const T * | psource | ||
) | [inline, static] |
Definition at line 208 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::CopyArrayBackward | ( | T * | dst, |
const T * | src, | ||
UPInt | count | ||
) | [inline, static] |
Definition at line 234 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::CopyArrayForward | ( | T * | dst, |
const T * | src, | ||
UPInt | count | ||
) | [inline, static] |
Definition at line 228 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::Destruct | ( | T * | p | ) | [inline, static] |
Definition at line 215 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorCPP< T >::DestructArray | ( | T * | p, |
UPInt | count | ||
) | [inline, static] |
Definition at line 221 of file OVR_ContainerAllocator.h.
static bool OVR::ConstructorCPP< T >::IsMovable | ( | ) | [inline, static] |
Definition at line 240 of file OVR_ContainerAllocator.h.