#include <OVR_Array.h>
Public Types | |
typedef ContainerAllocator_CPP< T > | AllocatorType |
typedef ArrayBase< ArrayData < T, ContainerAllocator_CPP< T > , SizePolicy > > | BaseType |
typedef ArrayCPP< T, SizePolicy > | SelfType |
typedef SizePolicy | SizePolicyType |
typedef T | ValueType |
Public Member Functions | |
ArrayCPP () | |
ArrayCPP (int size) | |
ArrayCPP (const SizePolicyType &p) | |
ArrayCPP (const SelfType &a) | |
const SelfType & | operator= (const SelfType &a) |
Definition at line 751 of file OVR_Array.h.
typedef ContainerAllocator_CPP<T> OVR::ArrayCPP< T, SizePolicy >::AllocatorType |
Reimplemented from OVR::ArrayBase< ArrayData< T, ContainerAllocator_CPP< T >, SizePolicy > >.
Definition at line 755 of file OVR_Array.h.
typedef ArrayBase<ArrayData<T, ContainerAllocator_CPP<T>, SizePolicy> > OVR::ArrayCPP< T, SizePolicy >::BaseType |
Definition at line 758 of file OVR_Array.h.
typedef ArrayCPP<T, SizePolicy> OVR::ArrayCPP< T, SizePolicy >::SelfType |
Reimplemented from OVR::ArrayBase< ArrayData< T, ContainerAllocator_CPP< T >, SizePolicy > >.
Definition at line 757 of file OVR_Array.h.
typedef SizePolicy OVR::ArrayCPP< T, SizePolicy >::SizePolicyType |
Reimplemented from OVR::ArrayBase< ArrayData< T, ContainerAllocator_CPP< T >, SizePolicy > >.
Definition at line 756 of file OVR_Array.h.
typedef T OVR::ArrayCPP< T, SizePolicy >::ValueType |
Reimplemented from OVR::ArrayBase< ArrayData< T, ContainerAllocator_CPP< T >, SizePolicy > >.
Definition at line 754 of file OVR_Array.h.
OVR::ArrayCPP< T, SizePolicy >::ArrayCPP | ( | ) | [inline] |
Definition at line 760 of file OVR_Array.h.
OVR::ArrayCPP< T, SizePolicy >::ArrayCPP | ( | int | size | ) | [inline] |
Definition at line 761 of file OVR_Array.h.
OVR::ArrayCPP< T, SizePolicy >::ArrayCPP | ( | const SizePolicyType & | p | ) | [inline] |
Definition at line 762 of file OVR_Array.h.
OVR::ArrayCPP< T, SizePolicy >::ArrayCPP | ( | const SelfType & | a | ) | [inline] |
Definition at line 763 of file OVR_Array.h.
const SelfType& OVR::ArrayCPP< T, SizePolicy >::operator= | ( | const SelfType & | a | ) | [inline] |
Definition at line 764 of file OVR_Array.h.