General information:Author: Version: Date: Wed Oct 20 9:02:54 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Array( int sz = ArraySize)
Description:
operations performed on arrays
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Array(Type *ar, int sz = ArraySize)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Array( const Array &iA)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Array()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Array & |
Declaration:
Array & operator=( const Array &)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int operator==( const Array &)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int getSize()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void grow()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void print(ostream & = cout)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Type & |
Declaration:
Type & operator[]( int)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void sort( int, int )
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int find( Type )
Description:
return index in array if found or -1
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Type |
Declaration:
Type min()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Type |
Declaration:
Type max()
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void swap( int, int )
Description:
scope: protected | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void init(Type*, int)
Description:
scope: protected | type: basic | typename: int |
Declaration:
int size
Description:
internal data representation
scope: protected | type: basic | typename: Type * |
Declaration:
Type *ia
Description: