Generated on Tue Sep 25 2012 20:53:25 for Gecode by doxygen 1.7.5
Gecode::Advisors Class Reference

Class to iterate over advisors of a council. More...

#include <core.hpp>

List of all members.

Public Member Functions

 Advisors (const Council< A > &c)
 Initialize.
bool operator() (void) const
 Test whether there advisors left.
void operator++ (void)
 Move iterator to next advisor.
A & advisor (void) const
 Return advisor.

Detailed Description

Class to iterate over advisors of a council.


Constructor & Destructor Documentation

Gecode::Advisors::Advisors ( const Council< A > &  c) [inline]

Initialize.

Definition at line 2873 of file core.hpp.


Member Function Documentation

bool Gecode::Advisors::operator() ( void  ) const [inline]

Test whether there advisors left.

Definition at line 2881 of file core.hpp.

void Gecode::Advisors::operator++ ( void  ) [inline]

Move iterator to next advisor.

Definition at line 2887 of file core.hpp.

A & Gecode::Advisors::advisor ( void  ) const [inline]

Return advisor.

Definition at line 2895 of file core.hpp.


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