Bike-X
0.8
|
#include "OVR_Array.h"
Public Types | |
typedef T | ValueType |
typedef ContainerAllocator< T > | AllocatorType |
typedef SizePolicy | SizePolicyType |
typedef Array< T, SizePolicy > | SelfType |
typedef ArrayBase< ArrayData < T, ContainerAllocator< T > , SizePolicy > > | BaseType |
Public Types inherited from OVR::ArrayBase< ArrayData< T, ContainerAllocator< T >, SizePolicy > > | |
typedef ArrayData< T, ContainerAllocator< T > , SizePolicy >::ValueType | ValueType |
typedef ArrayData< T, ContainerAllocator< T > , SizePolicy >::AllocatorType | AllocatorType |
typedef ArrayData< T, ContainerAllocator< T > , SizePolicy >::SizePolicyType | SizePolicyType |
typedef ArrayBase< ArrayData < T, ContainerAllocator< T > , SizePolicy > > | SelfType |
Public Member Functions | |
Array () | |
Array (UPInt size) | |
Array (const SizePolicyType &p) | |
Array (const SelfType &a) | |
const SelfType & | operator= (const SelfType &a) |
Public Member Functions inherited from OVR::ArrayBase< ArrayData< T, ContainerAllocator< T >, SizePolicy > > | |
ArrayBase () | |
ArrayBase (UPInt size) | |
ArrayBase (const SelfType &a) | |
ArrayBase (const ValueType &defval) | |
ArrayBase (const ValueType &defval, UPInt size) | |
SizePolicyType * | GetSizePolicy () const |
void | SetSizePolicy (const SizePolicyType &p) |
bool | NeverShrinking () const |
UPInt | GetSize () const |
bool | IsEmpty () const |
UPInt | GetCapacity () const |
UPInt | GetNumBytes () const |
void | ClearAndRelease () |
void | Clear () |
void | Resize (UPInt newSize) |
void | Reserve (UPInt newCapacity) |
ValueType & | At (UPInt index) |
const ValueType & | At (UPInt index) const |
ValueType | ValueAt (UPInt index) const |
ValueType & | operator[] (UPInt index) |
const ValueType & | operator[] (UPInt index) const |
const ValueType * | GetDataPtr () const |
ValueType * | GetDataPtr () |
void | PushBack (const ValueType &val) |
void | PushBackAlt (const S &val) |
void | PopBack (UPInt count=1) |
ValueType & | PushDefault () |
ValueType | Pop () |
ValueType & | Front () |
const ValueType & | Front () const |
ValueType & | Back () |
const ValueType & | Back () const |
const SelfType & | operator= (const SelfType &a) |
void | RemoveMultipleAt (UPInt index, UPInt num) |
void | RemoveAt (UPInt index) |
void | RemoveAtUnordered (UPInt index) |
void | InsertAt (UPInt index, const ValueType &val=ValueType()) |
void | InsertMultipleAt (UPInt index, UPInt num, const ValueType &val=ValueType()) |
void | Append (const SelfType &other) |
void | Append (const ValueType other[], UPInt count) |
Iterator | Begin () |
ConstIterator | Begin () const |
Iterator | End () |
ConstIterator | End () const |
Iterator | Last () |
ConstIterator | Last () const |
Additional Inherited Members | |
Protected Attributes inherited from OVR::ArrayBase< ArrayData< T, ContainerAllocator< T >, SizePolicy > > | |
ArrayData< T, ContainerAllocator< T > , SizePolicy > | Data |
Definition at line 747 of file OVR_Array.h.
typedef ContainerAllocator<T> OVR::Array< T, SizePolicy >::AllocatorType |
Definition at line 751 of file OVR_Array.h.
typedef ArrayBase<ArrayData<T, ContainerAllocator<T>, SizePolicy> > OVR::Array< T, SizePolicy >::BaseType |
Definition at line 754 of file OVR_Array.h.
typedef Array<T, SizePolicy> OVR::Array< T, SizePolicy >::SelfType |
Definition at line 753 of file OVR_Array.h.
typedef SizePolicy OVR::Array< T, SizePolicy >::SizePolicyType |
Definition at line 752 of file OVR_Array.h.
typedef T OVR::Array< T, SizePolicy >::ValueType |
Definition at line 750 of file OVR_Array.h.
|
inline |
Definition at line 756 of file OVR_Array.h.
|
inline |
Definition at line 757 of file OVR_Array.h.
|
inline |
Definition at line 758 of file OVR_Array.h.
|
inline |
Definition at line 759 of file OVR_Array.h.
|
inline |
Definition at line 760 of file OVR_Array.h.