Generated on Sat May 25 2013 18:00:54 for Gecode by doxygen 1.8.3.1
Test::Search::BranchTypes Class Reference

Iterator for branching types. More...

Public Member Functions

 BranchTypes (void)
 Initialize iterator. More...
 
bool operator() (void) const
 Test whether iterator is done. More...
 
void operator++ (void)
 Increment to next branching type. More...
 
HowToBranch htb (void) const
 Return current branching type. More...
 

Detailed Description

Iterator for branching types.

Definition at line 430 of file search.cpp.

Constructor & Destructor Documentation

Test::Search::BranchTypes::BranchTypes ( void  )
inline

Initialize iterator.

Definition at line 438 of file search.cpp.

Member Function Documentation

bool Test::Search::BranchTypes::operator() ( void  ) const
inline

Test whether iterator is done.

Definition at line 440 of file search.cpp.

void Test::Search::BranchTypes::operator++ ( void  )
inline

Increment to next branching type.

Definition at line 444 of file search.cpp.

HowToBranch Test::Search::BranchTypes::htb ( void  ) const
inline

Return current branching type.

Definition at line 448 of file search.cpp.


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