Generated on Sat Feb 7 2015 02:01:41 for Gecode by doxygen 1.8.9.1
Gecode::VarImpDisposerBase Class Reference

Base class for Variable type disposer. More...

#include <core.hpp>

Public Member Functions

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

Detailed Description

Base class for Variable type disposer.

Controls disposal of variable implementations.

Definition at line 251 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: