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... | |
Class to iterate over advisors of a council.
|
inline |
|
inline |
|
inline |
|
inline |