Generated on Mon Jul 6 18:09:29 2009 for Gecode by doxygen 1.5.9

Gecode::Space::Branchings Class Reference

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

#include <core.hpp>

List of all members.

Public Member Functions

 Branchings (const Space &home)
 Initialize.
bool operator() (void) const
 Test whether there are branchings left.
void operator++ (void)
 Move iterator to next branching.
const Branchingbranching (void) const
 Return propagator.


Detailed Description

Class to iterate over branchings of a space.

Note that the iterator cannot be used during cloning.

Definition at line 1839 of file core.hpp.


Constructor & Destructor Documentation

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

Initialize.

Definition at line 3396 of file core.hpp.


Member Function Documentation

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

Test whether there are branchings left.

Definition at line 3399 of file core.hpp.

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

Move iterator to next branching.

Definition at line 3403 of file core.hpp.

const Branching & Gecode::Space::Branchings::branching ( void   )  const [inline]

Return propagator.

Definition at line 3407 of file core.hpp.


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