Generated on Thu Apr 11 13:59:45 2019 for Gecode by doxygen 1.6.3

Gecode::VarImpDisposerBase 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 ~VarImpDisposerBase (void)
 Destructor (not used).

Detailed Description

Base class for Variable type disposer.

Controls disposal of variable implementations.

Definition at line 180 of file core.hpp.


Constructor & Destructor Documentation

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

Destructor (not used).

Definition at line 49 of file core.cpp.


Member Function Documentation

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

Dispose list of variable implementations starting at x.

Reimplemented in Gecode::VarImpDisposer< VarImp >.

Definition at line 47 of file core.cpp.


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