#include <KgeArray.h>
Protected Member Functions |
void | Expand () |
| Expand the array size.
|
Detailed Description
Definition at line 9 of file KgeArray.h.
Constructor & Destructor Documentation
kge::core::KgeArray::KgeArray |
( |
uint |
SizeofItem, |
|
|
uint |
InitItemCount, |
|
|
uint |
ExpandCount |
|
) |
| |
kge::core::KgeArray::~KgeArray |
( |
| ) |
|
Member Function Documentation
void kge::core::KgeArray::Add |
( |
void * |
data, |
|
|
u32 |
count = 1 |
|
) |
| |
void kge::core::KgeArray::Clear |
( |
| ) |
|
|
inline |
void kge::core::KgeArray::Expand |
( |
| ) |
|
|
protected |
void* kge::core::KgeArray::Get |
( |
uint |
index | ) |
|
Gets an item by its index.
u8* kge::core::KgeArray::GetData |
( |
| ) |
|
|
inline |
uint kge::core::KgeArray::Size |
( |
| ) |
|
|
inline |
Returns the array size.
Definition at line 26 of file KgeArray.h.
Member Data Documentation
uint kge::core::KgeArray::m_iArraySize |
|
protected |
uint kge::core::KgeArray::m_iExpandCount |
|
protected |
uint kge::core::KgeArray::m_iItemCount |
|
protected |
uint kge::core::KgeArray::m_iSizeofItem |
|
protected |
u8* kge::core::KgeArray::m_pData |
|
protected |
The documentation for this class was generated from the following file: