Generated on Mon May 10 06:46:54 2010 for Gecode by doxygen 1.6.3

Gecode::VarDisposerBase Class Reference
[Programming variables]

Base class for Variable type disposer. More...

#include <core.hpp>

List of all members.

Public Member Functions

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

Detailed Description

Base class for Variable type disposer.

Controls disposal of variable implementations.

Definition at line 246 of file core.hpp.


Constructor & Destructor Documentation

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

Destructor (not used).

Definition at line 49 of file core.cpp.


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.cpp.


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