template < class T_item > class Array2

A dynamical array, more powerful than a simple [ ][ ]

Public Methods

Array2(int nbLine_j, int nbColumn_i) throw()
virtual ~Array2() throw()
Array2(const Array2< class T_item >& m) throw()
Copies the array 'm'
virtual Array2 < class T_item > & operator=(T_item i) throw()
Fills the array with the item 'i'
virtual Array2 < class T_item > & operator=(const Array2< class T_item >& m) throw()
Copies the array 'm'
Array < class T_item > & operator[](int k) throw()
const Array < class T_item > & operator[](int k) const throw()
int nbLine() const throw()
Vertical
int nbColumn() const throw()
Horizontal

Protected Fields

Array < Array < class T_item > * > p

Documentation

A dynamical array, more powerful than a simple [ ][ ]
Array < Array < class T_item > * > p

Array2(int nbLine_j, int nbColumn_i) throw()

virtual ~Array2() throw()

Array2(const Array2< class T_item >& m) throw()
Copies the array 'm'

virtual Array2 < class T_item > & operator=(T_item i) throw()
Fills the array with the item 'i'

virtual Array2 < class T_item > & operator=(const Array2< class T_item >& m) throw()
Copies the array 'm'

Array < class T_item > & operator[](int k) throw()

const Array < class T_item > & operator[](int k) const throw()

int nbLine() const throw()
Vertical

int nbColumn() const throw()
Horizontal


This class has no child classes.
Author:
David FAUTHOUX
See Also:
Array
Anim
Sprite

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de