#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 | CopyArrayBackward (T *dst, const T *src, UPInt count) |
static void | CopyArrayForward (T *dst, const T *src, UPInt count) |
static void | Destruct (T *) |
static void | DestructArray (T *, UPInt) |
static bool | IsMovable () |
Definition at line 49 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::Construct | ( | void * | ) | [inline, static] |
Definition at line 52 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::Construct | ( | void * | p, |
const T & | source | ||
) | [inline, static] |
Definition at line 53 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::ConstructAlt | ( | void * | p, |
const S & | source | ||
) | [inline, static] |
Definition at line 60 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::ConstructArray | ( | void * | , |
UPInt | |||
) | [inline, static] |
Definition at line 65 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::ConstructArray | ( | void * | p, |
UPInt | count, | ||
const T & | source | ||
) | [inline, static] |
Definition at line 67 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::ConstructArray | ( | void * | p, |
UPInt | count, | ||
const T * | psource | ||
) | [inline, static] |
Definition at line 74 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::CopyArrayBackward | ( | T * | dst, |
const T * | src, | ||
UPInt | count | ||
) | [inline, static] |
Definition at line 87 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::CopyArrayForward | ( | T * | dst, |
const T * | src, | ||
UPInt | count | ||
) | [inline, static] |
Definition at line 82 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::Destruct | ( | T * | ) | [inline, static] |
Definition at line 79 of file OVR_ContainerAllocator.h.
static void OVR::ConstructorPOD< T >::DestructArray | ( | T * | , |
UPInt | |||
) | [inline, static] |
Definition at line 80 of file OVR_ContainerAllocator.h.
static bool OVR::ConstructorPOD< T >::IsMovable | ( | ) | [inline, static] |
Definition at line 92 of file OVR_ContainerAllocator.h.