Inheritance diagram for KBaseStaticArray:
Definition at line 60 of file karrayul.h.
Public Member Functions | |
int | GetCount () |
Type & | operator[] (int pIndex) |
Access pointer at given index. | |
Protected Attributes | |
int | mCount |
Type * | mArrayBuf |
Type& operator[] | ( | int | pIndex | ) | [inline] |