Generated on Thu Mar 22 10:39:53 2012 for Gecode by doxygen 1.6.3

Gecode::VarImpDisposer< VarImp > Class Template Reference
[Programming variables]

Variable implementation disposer More...

#include <core.hpp>

List of all members.

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.

Definition at line 261 of file core.hpp.


Constructor & Destructor Documentation

template<class VarImp >
Gecode::VarImpDisposer< VarImp >::VarImpDisposer ( void   )  [inline]

Constructor (registers disposer with kernel).

Definition at line 3405 of file core.hpp.


Member Function Documentation

template<class VarImp >
void Gecode::VarImpDisposer< VarImp >::dispose ( Space home,
VarImpBase x 
) [inline, virtual]

Dispose list of variable implementations starting at x.

Reimplemented from Gecode::VarImpDisposerBase.

Definition at line 3413 of file core.hpp.


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