Generated on Sat Feb 7 2015 02:01:39 for Gecode by doxygen 1.8.9.1
Gecode::Advisors< A > Class Template Reference

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

#include <core.hpp>

Public Member Functions

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

Detailed Description

template<class A>
class Gecode::Advisors< A >

Class to iterate over advisors of a council.

Definition at line 227 of file core.hpp.

Constructor & Destructor Documentation

template<class A >
Gecode::Advisors< A >::Advisors ( const Council< A > &  c)
inline

Initialize.

Definition at line 3386 of file core.hpp.

Member Function Documentation

template<class A >
bool Gecode::Advisors< A >::operator() ( void  ) const
inline

Test whether there advisors left.

Definition at line 3394 of file core.hpp.

template<class A >
void Gecode::Advisors< A >::operator++ ( void  )
inline

Move iterator to next advisor.

Definition at line 3400 of file core.hpp.

template<class A >
A & Gecode::Advisors< A >::advisor ( void  ) const
inline

Return advisor.

Definition at line 3408 of file core.hpp.


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