#include <array.h>
Public Methods | |
Array () | |
~Array () | |
int | Insert (T *pcObject) |
void | Remove (int nIndex) |
T * | GetObj (uint nID) const |
T * | operator[] (uint nID) const |
int | GetTabCount (void) const |
int | GetMaxCount (void) const |
int | GetAvgCount (void) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|