Generated on Sat Aug 25 2012 15:53:09 for Gecode by doxygen 1.7.5
Gecode::VarImpDisposer Class Reference

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

Variable implementation disposer

Controls disposal of variable implementations.


Constructor & Destructor Documentation

Gecode::VarImpDisposer::VarImpDisposer ( void  )

Constructor (registers disposer with kernel)

Definition at line 3405 of file core.hpp.


Member Function Documentation

void Gecode::VarImpDisposer::dispose ( Space home,
VarImpBase x 
) [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: