Gecode::VarDisposer< VarType > Class Template Reference
[Programming variables]
Variable type disposer More...
#include <core.hpp>
Public Member Functions | |
| VarDisposer (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 VarType>
class Gecode::VarDisposer< VarType >
Variable type disposer
Controls disposal of variables.
Definition at line 325 of file core.hpp.
Constructor & Destructor Documentation
template<class VarType >
| Gecode::VarDisposer< VarType >::VarDisposer | ( | void | ) | [inline] |
Member Function Documentation
template<class VarType >
| void Gecode::VarDisposer< VarType >::dispose | ( | Space & | home, | |
| VarImpBase * | x | |||
| ) | [inline, virtual] |
Dispose list of variable implementations starting at x.
Reimplemented from Gecode::VarDisposerBase.
The documentation for this class was generated from the following file:
- gecode/kernel/core.hpp (Revision: 10035)
