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


Friends | |
| class | Population |
Additional Inherited Members | |
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 () |
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 186 of file Population.h.
|
friend |
Definition at line 188 of file Population.h.