#include <kyarray.h>
General purpose array for movable objects that require explicit construction/destruction.
Local heap is in use.
Inherits Kaim::ArrayLH< T, SID, SizePolicy >.
Public typedef | |
| typedef T | ValueType |
| typedef KyArrayLH< T, SID, SizePolicy > | SelfType |
| typedef ArrayLH< T, SID, SizePolicy > | BaseType |
Public Member Functions | |
| KyArrayLH () | |
| KyArrayLH (int size) | |
| KyArrayLH (const SelfType &a) | |
| const SelfType & | operator= (const SelfType &a) |
| KyUInt32 | GetCount () const |
| bool | DoesContain (const ValueType &value) const |
| void | RemoveConsecutiveDuplicates () |