Generated on Thu Apr 5 2018 19:44:19 for Gecode by doxygen 1.8.13
Gecode::Space::Propagators Class Reference

Class to iterate over propagators of a space. More...

#include <core.hpp>

Public Member Functions

 Propagators (Space &home)
 Initialize. More...
 
bool operator() (void) const
 Test whether there are propagators left. More...
 
void operator++ (void)
 Move iterator to next propagator. More...
 
Propagatorpropagator (void) const
 Return propagator. More...
 

Detailed Description

Class to iterate over propagators of a space.

Note that the iterator cannot be used during cloning.

Definition at line 2584 of file core.hpp.

Constructor & Destructor Documentation

◆ Propagators()

Gecode::Space::Propagators::Propagators ( Space home)
inline

Initialize.

Definition at line 4669 of file core.hpp.

Member Function Documentation

◆ operator()()

bool Gecode::Space::Propagators::operator() ( void  ) const
inline

Test whether there are propagators left.

Definition at line 4687 of file core.hpp.

◆ operator++()

void Gecode::Space::Propagators::operator++ ( void  )
inline

Move iterator to next propagator.

Definition at line 4691 of file core.hpp.

◆ propagator()

Propagator & Gecode::Space::Propagators::propagator ( void  ) const
inline

Return propagator.

Definition at line 4715 of file core.hpp.


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