Bike-X
0.8
|
#include "OVR_Array.h"
Public Types | |
typedef T | ValueType |
typedef Allocator | AllocatorType |
typedef SizePolicy | SizePolicyType |
typedef ArrayDataBase< T, Allocator, SizePolicy > | BaseType |
typedef ArrayData< T, Allocator, SizePolicy > | SelfType |
Public Types inherited from OVR::ArrayDataBase< T, Allocator, SizePolicy > | |
typedef T | ValueType |
typedef Allocator | AllocatorType |
typedef SizePolicy | SizePolicyType |
typedef ArrayDataBase< T, Allocator, SizePolicy > | SelfType |
Public Member Functions | |
ArrayData () | |
ArrayData (UPInt size) | |
ArrayData (const SelfType &a) | |
void | Resize (UPInt newSize) |
void | PushBack (const ValueType &val) |
template<class S > | |
void | PushBackAlt (const S &val) |
void | Append (const ValueType other[], UPInt count) |
Public Member Functions inherited from OVR::ArrayDataBase< T, Allocator, SizePolicy > | |
ArrayDataBase () | |
ArrayDataBase (const SizePolicy &p) | |
~ArrayDataBase () | |
UPInt | GetCapacity () const |
void | ClearAndRelease () |
void | Reserve (UPInt newCapacity) |
void | ResizeNoConstruct (UPInt newSize) |
Additional Inherited Members | |
Data Fields inherited from OVR::ArrayDataBase< T, Allocator, SizePolicy > | |
ValueType * | Data |
UPInt | Size |
SizePolicy | Policy |
Definition at line 214 of file OVR_Array.h.
typedef Allocator OVR::ArrayData< T, Allocator, SizePolicy >::AllocatorType |
Definition at line 217 of file OVR_Array.h.
typedef ArrayDataBase<T, Allocator, SizePolicy> OVR::ArrayData< T, Allocator, SizePolicy >::BaseType |
Definition at line 219 of file OVR_Array.h.
typedef ArrayData<T, Allocator, SizePolicy> OVR::ArrayData< T, Allocator, SizePolicy >::SelfType |
Definition at line 220 of file OVR_Array.h.
typedef SizePolicy OVR::ArrayData< T, Allocator, SizePolicy >::SizePolicyType |
Definition at line 218 of file OVR_Array.h.
typedef T OVR::ArrayData< T, Allocator, SizePolicy >::ValueType |
Definition at line 216 of file OVR_Array.h.
|
inline |
Definition at line 222 of file OVR_Array.h.
|
inline |
Definition at line 225 of file OVR_Array.h.
|
inline |
Definition at line 228 of file OVR_Array.h.
|
inline |
Definition at line 254 of file OVR_Array.h.
|
inline |
Definition at line 240 of file OVR_Array.h.
|
inline |
Definition at line 247 of file OVR_Array.h.
|
inline |
Definition at line 232 of file OVR_Array.h.