Generated on Sat Feb 7 2015 02:01:41 for Gecode by doxygen 1.8.9.1
Gecode::VarImpDisposer< VarImp > Class Template Reference

Variable implementation disposer More...

#include <core.hpp>

Public Member Functions

 VarImpDisposer (void)
 Constructor (registers disposer with kernel) More...
 
virtual void dispose (Space &home, VarImpBase *x)
 Dispose list of variable implementations starting at x. More...
 
- Public Member Functions inherited from Gecode::VarImpDisposerBase
virtual ~VarImpDisposerBase (void)
 Destructor (not used) More...
 

Detailed Description

template<class VarImp>
class Gecode::VarImpDisposer< VarImp >

Variable implementation disposer

Controls disposal of variable implementations.

Definition at line 266 of file core.hpp.

Constructor & Destructor Documentation

template<class VarImp >
Gecode::VarImpDisposer< VarImp >::VarImpDisposer ( void  )

Constructor (registers disposer with kernel)

Definition at line 3917 of file core.hpp.

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.

Definition at line 3925 of file core.hpp.


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