Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Array Class Template Reference

#include <Array.hpp>

List of all members.

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

template<class Type> class Array


Constructor & Destructor Documentation

template<class Type>
Array<Type>::Array<Type> ( unsigned int size = 0 ) [inline]
 

template<class Type>
Array<Type>::Array<Type> ( const Array< Type > & a ) [inline]
 

template<class Type>
Array<Type>::~Array<Type> ( ) [inline]
 


Member Function Documentation

template<class Type>
Type * Array<Type>::Get ( ) [inline]
 

template<class Type>
const Type * Array<Type>::Get ( ) const [inline]
 

template<class Type>
void Array<Type>::Grow ( unsigned int newsize,
int copy = 1 ) [inline]
 

template<class Type>
Array< Type > Array<Type>::Intersect<Type> ( const Array< Type > & B ) const [inline]
 

template<class Type>
int Array<Type>::Member ( const Type & a ) const [inline]
 

template<class Type>
unsigned int Array<Type>::RealSize ( ) const [inline, protected]
 

template<class Type>
unsigned int Array<Type>::Size ( ) const [inline]
 

template<class Type>
Array< Type > Array<Type>::Union<Type> ( const Array< Type > & B ) const [inline]
 

template<class Type>
Array< Type > & Array<Type>::operator=<Type> ( const Array< Type > & a ) [inline]
 

template<class Type>
int Array<Type>::operator== ( const Array< Type > & ) const [inline]
 

template<class Type>
Type & Array<Type>::operator[] ( unsigned int idx ) const [inline]
 


The documentation for this class was generated from the following file:
Generated at Fri Jul 26 18:22:41 2002 for LEMUR by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000