Gecode::VarImpDisposer< VarImp > Class Template Reference
Variable implementation disposer More...
#include <core.hpp>
Public Member Functions | |
VarImpDisposer (void) | |
Constructor (registers disposer with kernel) | |
virtual void | dispose (Space &home, VarImpBase *x) |
Dispose list of variable implementations starting at x. |
Detailed Description
template<class VarImp>
class Gecode::VarImpDisposer< VarImp >
Variable implementation disposer
Controls disposal of variable implementations.
Constructor & Destructor Documentation
template<class VarImp >
Gecode::VarImpDisposer< VarImp >::VarImpDisposer | ( | void | ) |
Member Function Documentation
template<class VarImp >
void Gecode::VarImpDisposer< VarImp >::dispose | ( | Space & | home, |
VarImpBase * | x | ||
) | [virtual] |
Dispose list of variable implementations starting at x.
Reimplemented from Gecode::VarImpDisposerBase.
The documentation for this class was generated from the following file:
- gecode/kernel/core.hpp (Revision: 11184)