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


Public Member Functions | |
| 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 | |
| _PopulationIterator (PopT &pop, unsigned int index, bool in_planner=false, unsigned int day=0) | |
| void | next () |
| void | trueNext () |
Protected Attributes | |
| PopT & | m_pop |
| bool | m_in_planner |
| unsigned int | m_index |
| unsigned int | m_day |
| IterT | m_day_iter |
Friends | |
| class | Population |
Definition at line 41 of file Population.h.
|
inlineprotected |
Definition at line 43 of file Population.h.
|
inlineprotected |
Definition at line 48 of file Population.h.
|
inlineprotected |
Definition at line 74 of file Population.h.
|
inline |
Definition at line 91 of file Population.h.
|
inline |
Definition at line 93 of file Population.h.
|
inline |
|
inline |
Definition at line 102 of file Population.h.
|
inline |
Definition at line 106 of file Population.h.
|
inline |
Definition at line 111 of file Population.h.
|
friend |
Definition at line 46 of file Population.h.
|
protected |
Definition at line 118 of file Population.h.
Referenced by stride::_PopulationIterator< PopT, IterT >::operator==().
|
protected |
Definition at line 119 of file Population.h.
Referenced by stride::_PopulationIterator< PopT, IterT >::operator==().
|
protected |
Definition at line 120 of file Population.h.
Referenced by stride::_PopulationIterator< PopT, IterT >::operator==().
|
protected |
Definition at line 121 of file Population.h.
Referenced by stride::_PopulationIterator< PopT, IterT >::operator==().
|
protected |
Definition at line 122 of file Population.h.