|
Public Methods |
| Array (unsigned int size=0) |
| Array (const Array< Type > &a) |
| ~Array () |
Array< Type > & | operator= (const Array< Type > &a) |
Type & | operator[] (unsigned int idx) const |
void | Grow (unsigned int newsize, int copy=1) |
Array< Type > | Union (const Array< Type > &B) const |
Array< Type > | Intersect (const Array< Type > &B) const |
int | Member (const Type &a) const |
const Type * | Get () const |
Type * | Get () |
unsigned int | Size () const |
int | operator== (const Array< Type > &) const |
Protected Methods |
unsigned int | RealSize () const |