|
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 ArrayDataCC< 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 | |
| ArrayDataCC (const ValueType &defval) | |
| ArrayDataCC (const ValueType &defval, UPInt size) | |
| ArrayDataCC (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) |
Data Fields | |
| ValueType | DefaultValue |
Data Fields inherited from OVR::ArrayDataBase< T, Allocator, SizePolicy > | |
| ValueType * | Data |
| UPInt | Size |
| SizePolicy | Policy |
Definition at line 273 of file OVR_Array.h.
| typedef Allocator OVR::ArrayDataCC< T, Allocator, SizePolicy >::AllocatorType |
Definition at line 276 of file OVR_Array.h.
| typedef ArrayDataBase<T, Allocator, SizePolicy> OVR::ArrayDataCC< T, Allocator, SizePolicy >::BaseType |
Definition at line 278 of file OVR_Array.h.
| typedef ArrayDataCC<T, Allocator, SizePolicy> OVR::ArrayDataCC< T, Allocator, SizePolicy >::SelfType |
Definition at line 279 of file OVR_Array.h.
| typedef SizePolicy OVR::ArrayDataCC< T, Allocator, SizePolicy >::SizePolicyType |
Definition at line 277 of file OVR_Array.h.
| typedef T OVR::ArrayDataCC< T, Allocator, SizePolicy >::ValueType |
Definition at line 275 of file OVR_Array.h.
|
inline |
Definition at line 281 of file OVR_Array.h.
|
inline |
Definition at line 284 of file OVR_Array.h.
|
inline |
Definition at line 287 of file OVR_Array.h.
|
inline |
Definition at line 313 of file OVR_Array.h.
|
inline |
Definition at line 299 of file OVR_Array.h.
|
inline |
Definition at line 306 of file OVR_Array.h.
|
inline |
Definition at line 291 of file OVR_Array.h.
| ValueType OVR::ArrayDataCC< T, Allocator, SizePolicy >::DefaultValue |
Definition at line 323 of file OVR_Array.h.