Static Public Member Functions
OVR::ConstructorPOD< T > Class Template Reference

#include <OVR_ContainerAllocator.h>

Inheritance diagram for OVR::ConstructorPOD< T >:
Inheritance graph
[legend]

List of all members.

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 ()

Detailed Description

template<class T>
class OVR::ConstructorPOD< T >

Definition at line 49 of file OVR_ContainerAllocator.h.


Member Function Documentation

template<class T >
static void OVR::ConstructorPOD< T >::Construct ( void *  ) [inline, static]

Definition at line 52 of file OVR_ContainerAllocator.h.

template<class T >
static void OVR::ConstructorPOD< T >::Construct ( void *  p,
const T &  source 
) [inline, static]

Definition at line 53 of file OVR_ContainerAllocator.h.

template<class T >
template<class S >
static void OVR::ConstructorPOD< T >::ConstructAlt ( void *  p,
const S &  source 
) [inline, static]

Definition at line 60 of file OVR_ContainerAllocator.h.

template<class T >
static void OVR::ConstructorPOD< T >::ConstructArray ( void *  ,
UPInt   
) [inline, static]

Definition at line 65 of file OVR_ContainerAllocator.h.

template<class T >
static void OVR::ConstructorPOD< T >::ConstructArray ( void *  p,
UPInt  count,
const T &  source 
) [inline, static]

Definition at line 67 of file OVR_ContainerAllocator.h.

template<class T >
static void OVR::ConstructorPOD< T >::ConstructArray ( void *  p,
UPInt  count,
const T *  psource 
) [inline, static]

Definition at line 74 of file OVR_ContainerAllocator.h.

template<class T >
static void OVR::ConstructorPOD< T >::CopyArrayBackward ( T *  dst,
const T *  src,
UPInt  count 
) [inline, static]

Definition at line 87 of file OVR_ContainerAllocator.h.

template<class T >
static void OVR::ConstructorPOD< T >::CopyArrayForward ( T *  dst,
const T *  src,
UPInt  count 
) [inline, static]

Definition at line 82 of file OVR_ContainerAllocator.h.

template<class T >
static void OVR::ConstructorPOD< T >::Destruct ( T *  ) [inline, static]

Definition at line 79 of file OVR_ContainerAllocator.h.

template<class T >
static void OVR::ConstructorPOD< T >::DestructArray ( T *  ,
UPInt   
) [inline, static]

Definition at line 80 of file OVR_ContainerAllocator.h.

template<class T >
static bool OVR::ConstructorPOD< T >::IsMovable ( ) [inline, static]

Definition at line 92 of file OVR_ContainerAllocator.h.


The documentation for this class was generated from the following file:


oculus_sdk
Author(s):
autogenerated on Mon Oct 6 2014 03:01:20