Generated on Wed Nov 5 2014 05:18:39 for Gecode by doxygen 1.7.6.1
Gecode::Space::Propagators Class Reference

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

#include <core.hpp>

List of all members.

Public Member Functions

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

Detailed Description

Class to iterate over propagators of a space.

Note that the iterator cannot be used during cloning.

Definition at line 2221 of file core.hpp.


Constructor & Destructor Documentation

Gecode::Space::Propagators::Propagators ( const Space home) [inline]

Initialize.

Definition at line 3990 of file core.hpp.


Member Function Documentation

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

Test whether there are propagators left.

Definition at line 4008 of file core.hpp.

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

Move iterator to next propagator.

Definition at line 4012 of file core.hpp.

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

Return propagator.

Definition at line 4036 of file core.hpp.


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