#include
<karrayul.h>
Definition at line 52 of file karrayul.h.
Public Member Functions |
|
int | GetCount () |
Type & | operator[] (int pIndex) |
Access pointer at given index. |
|
Protected Attributes |
|
int | mCount |
Type * | mArrayBuf |
int GetCount | ( | ) | [inline] |
Definition at line 59 of file karrayul.h.
References mCount.
Type& operator[] | ( | int | pIndex | ) | [inline] |
Access pointer at given index.
Definition at line 62 of file karrayul.h.
References K_ASSERT_MSG, mArrayBuf, and mCount.
Definition at line 55 of file karrayul.h.
Referenced by GetCount(), KStaticArray< Type, Count2 >::KStaticArray(), and operator[]().
Type* mArrayBuf
[protected] |
Definition at line 56 of file karrayul.h.
Referenced by KStaticArray< Type, Count2 >::KStaticArray(), and operator[]().