Generated on Wed Nov 1 15:05:21 2006 for Gecode by doxygen 1.4.5

Gecode::Memory::AutoArray< T > Class Template Reference

List of all members.

Detailed Description

template<class T>
class Gecode::Memory::AutoArray< T >

Helper class for large automatic memory chunks.

Definition at line 185 of file memory.icc.

Public Member Functions

 AutoArray (const int n)
 ~AutoArray (void)
T & operator[] (const int i)
 operator T * (void)


Constructor & Destructor Documentation

template<class T>
Gecode::Memory::AutoArray< T >::AutoArray const int  n  )  [inline]
 

Definition at line 189 of file memory.icc.

template<class T>
Gecode::Memory::AutoArray< T >::~AutoArray void   )  [inline]
 

Definition at line 192 of file memory.icc.


Member Function Documentation

template<class T>
T& Gecode::Memory::AutoArray< T >::operator[] const int  i  )  [inline]
 

Definition at line 195 of file memory.icc.

template<class T>
Gecode::Memory::AutoArray< T >::operator T * void   )  [inline]
 

Definition at line 196 of file memory.icc.


The documentation for this class was generated from the following file: