Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::ContainerAllocator< T > Struct Template Reference

#include "OVR_ContainerAllocator.h"

Inheritance diagram for OVR::ContainerAllocator< T >:
Inheritance graph
Collaboration diagram for OVR::ContainerAllocator< T >:
Collaboration graph

Additional Inherited Members

- Static Public Member Functions inherited from OVR::ContainerAllocatorBase
static void * Alloc (UPInt size)
 
static void * Realloc (void *p, UPInt newSize)
 
static void Free (void *p)
 
- Static Public Member Functions inherited from OVR::ConstructorMov< T >
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 ()
 

Detailed Description

template<class T>
struct OVR::ContainerAllocator< T >

Definition at line 260 of file OVR_ContainerAllocator.h.


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