#include "OVR_ContainerAllocator.h"
|
| 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 () |
| |
template<class T>
class OVR::ConstructorMov< T >
Definition at line 112 of file OVR_ContainerAllocator.h.
template<class T >
template<class S >
The documentation for this class was generated from the following file: