Generated on Tue May 22 09:41:00 2018 for Gecode by doxygen 1.6.3

Gecode::Space::IdlePropagators Class Reference

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

#include <core.hpp>

List of all members.

Public Member Functions

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

Detailed Description

Class to iterate over idle propagators of a space.

Note that the iterator cannot be used during cloning.

Definition at line 2671 of file core.hpp.


Constructor & Destructor Documentation

Gecode::Space::IdlePropagators::IdlePropagators ( Space home  )  [inline]

Initialize.

Definition at line 4833 of file core.hpp.


Member Function Documentation

bool Gecode::Space::IdlePropagators::operator() ( void   )  const [inline]

Test whether there are propagators left.

Definition at line 4838 of file core.hpp.

void Gecode::Space::IdlePropagators::operator++ ( void   )  [inline]

Move iterator to next propagator.

Definition at line 4842 of file core.hpp.

Propagator & Gecode::Space::IdlePropagators::propagator ( void   )  const [inline]

Return propagator.

Definition at line 4846 of file core.hpp.


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