Generated on Sat Feb 7 2015 02:01:41 for Gecode by doxygen 1.8.9.1
Gecode::Space::Branchers Class Reference

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

#include <core.hpp>

Public Member Functions

 Branchers (const Space &home)
 Initialize. More...
 
bool operator() (void) const
 Test whether there are branchers left. More...
 
void operator++ (void)
 Move iterator to next brancher. More...
 
const Brancherbrancher (void) const
 Return propagator. More...
 

Detailed Description

Class to iterate over branchers of a space.

Note that the iterator cannot be used during cloning.

Definition at line 2290 of file core.hpp.

Constructor & Destructor Documentation

Gecode::Space::Branchers::Branchers ( const Space home)
inline

Initialize.

Definition at line 4118 of file core.hpp.

Member Function Documentation

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

Test whether there are branchers left.

Definition at line 4121 of file core.hpp.

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

Move iterator to next brancher.

Definition at line 4125 of file core.hpp.

const Brancher & Gecode::Space::Branchers::brancher ( void  ) const
inline

Return propagator.

Definition at line 4129 of file core.hpp.


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