#include <MNArrayList.h>
Inheritance diagram for MNArrayList< T >:
Public Types | |
typedef int | Iterator |
Public Member Functions | |
MNArrayList () | |
MNArrayList (const MNArrayList< T > &orig) | |
~MNArrayList () | |
T & | operator() (int idx) |
const T & | operator() (int idx) const |
MNArrayList< T > & | operator= (const MNArrayList< T > &orig) |
size_t | size () const |
T * | array () const |
void | append (const Item &t) |
bool | empty () const |
Iterator | first () |
const T & | inf (size_t it) const |
const T & | inf (Iterator it) const |
Iterator | next (Iterator &it) |
void | del (size_t it) |
void | del (Iterator &it) |
void | clear () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|