Generated on Thu Mar 7 2013 10:21:58 for Gecode by doxygen 1.8.3.1
Gecode::GlobalPropInfo Class Reference

Globally shared object for propagator information. More...

#include <global-prop-info.hpp>

Public Member Functions

 GlobalPropInfo (void)
 Initialize. More...
 
 GlobalPropInfo (const GlobalPropInfo &gpi)
 Copy during cloning. More...
 
 ~GlobalPropInfo (void)
 Destructor. More...
 
PropInfoallocate (void)
 Allocate new propagator info. More...
 

Detailed Description

Globally shared object for propagator information.

Definition at line 59 of file global-prop-info.hpp.

Constructor & Destructor Documentation

Gecode::GlobalPropInfo::GlobalPropInfo ( void  )
inline

Initialize.

Definition at line 184 of file global-prop-info.hpp.

Gecode::GlobalPropInfo::GlobalPropInfo ( const GlobalPropInfo gpi)
inline

Copy during cloning.

Definition at line 190 of file global-prop-info.hpp.

Gecode::GlobalPropInfo::~GlobalPropInfo ( void  )
inline

Destructor.

Definition at line 199 of file global-prop-info.hpp.

Member Function Documentation

PropInfo & Gecode::GlobalPropInfo::allocate ( void  )
inline

Allocate new propagator info.

Definition at line 229 of file global-prop-info.hpp.


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