|
Stride Reference Manual
1.0
|
#include <Population.h>


Public Member Functions | |
| Population::PersonType & | operator* () const |
Public Member Functions inherited from stride::_PopulationIterator< PopT, IterT > | |
| void | operator++ (int) |
| void | operator++ () |
| bool | operator== (const _PopulationIterator &other) const |
| bool | operator!= (const _PopulationIterator &other) const |
| const PopT::PersonType & | operator* () const |
| bool | isEnd () |
Friends | |
| class | Population |
Additional Inherited Members | |
Protected Member Functions inherited from stride::_PopulationIterator< PopT, IterT > | |
| _PopulationIterator (PopT &pop, unsigned int index, bool in_planner=false, unsigned int day=0) | |
| void | next () |
| void | trueNext () |
Protected Attributes inherited from stride::_PopulationIterator< PopT, IterT > | |
| PopT & | m_pop |
| bool | m_in_planner |
| unsigned int | m_index |
| unsigned int | m_day |
| IterT | m_day_iter |
Definition at line 174 of file Population.h.
| ConstPopulationIterator Population::PersonType & PopulationIterator::operator* | ( | ) | const |
Definition at line 38 of file Population.cpp.
|
friend |
Definition at line 176 of file Population.h.