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

Gecode::VarDisposerBase Class Reference
[Programming variables]

Inherited by Gecode::VarDisposer< VarType >.

List of all members.


Detailed Description

Base class for Variable type disposer.

Controls disposal of variable implementations.

Definition at line 242 of file core.icc.


Public Member Functions

virtual void dispose (Space *home, VarImpBase *x)
 Dispose list of variable implementations starting at x.
virtual ~VarDisposerBase (void)
 Destructor (not used).

Constructor & Destructor Documentation

Gecode::VarDisposerBase::~VarDisposerBase ( void   )  [virtual]

Destructor (not used).

Definition at line 49 of file core.cc.


Member Function Documentation

void Gecode::VarDisposerBase::dispose ( Space home,
VarImpBase x 
) [virtual]

Dispose list of variable implementations starting at x.

Reimplemented in Gecode::VarDisposer< VarType >.

Definition at line 47 of file core.cc.


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