#include <kyarray.h>
General purpose array for movable objects that DOES NOT require construction/destruction.
Constructors and destructors are not called! Global heap is in use.
Inherits Kaim::ArrayPOD< T, SID, SizePolicy >.
Public typedef | |
typedef T | ValueType |
typedef KyArrayPOD< T, SID, SizePolicy > | SelfType |
typedef ArrayPOD< T, SID, SizePolicy > | BaseType |
Public Member Functions | |
KyArrayPOD () | |
KyArrayPOD (int size) | |
KyArrayPOD (const SelfType &a) | |
const SelfType & | operator= (const SelfType &a) |
KyUInt32 | GetCount () const |
bool | DoesContain (const ValueType &value) const |
void | RemoveConsecutiveDuplicates () |