Generated on Mon Aug 25 11:35:49 2008 for Gecode by doxygen 1.5.6

Gecode::Advisors< A > Class Template Reference
[Programming actors]

List of all members.


Detailed Description

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

Class to iterate over advisors of a council.

Definition at line 790 of file core.icc.


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.

Constructor & Destructor Documentation

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

Initialize.

Definition at line 1892 of file core.icc.


Member Function Documentation

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

Test whether there advisors left.

Definition at line 1900 of file core.icc.

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

Move iterator to next advisor.

Definition at line 1906 of file core.icc.

template<class A>
A * Gecode::Advisors< A >::advisor ( void   )  const [inline]

Return advisor.

Definition at line 1914 of file core.icc.


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