Generated on Mon Aug 25 11:35:49 2008 for Gecode by doxygen 1.5.6

Gecode::VarDisposer< VarType > Class Template Reference
[Programming variables]

Inherits Gecode::VarDisposerBase.

List of all members.


Detailed Description

template<class VarType>
class Gecode::VarDisposer< VarType >

Variable type disposer

Controls disposal of variables.

Definition at line 257 of file core.icc.


Public Member Functions

 VarDisposer (void)
 Constructor (registers disposer with kernel).
virtual void dispose (Space *home, VarImpBase *x)
 Dispose list of variable implementations starting at x.

Constructor & Destructor Documentation

template<class VarType>
Gecode::VarDisposer< VarType >::VarDisposer ( void   )  [inline]

Constructor (registers disposer with kernel).

Definition at line 2294 of file core.icc.


Member Function Documentation

template<class VarType>
void Gecode::VarDisposer< VarType >::dispose ( Space home,
VarImpBase x 
) [inline, virtual]

Dispose list of variable implementations starting at x.

Reimplemented from Gecode::VarDisposerBase.

Definition at line 2302 of file core.icc.


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