Stride Reference Manual  1.0
stride::PopulationIterator Class Reference

#include <Population.h>

Inheritance diagram for stride::PopulationIterator:
Inheritance graph
Collaboration diagram for stride::PopulationIterator:
Collaboration graph

Public Member Functions

Population::PersonTypeoperator* () 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
 

Detailed Description

Definition at line 174 of file Population.h.

Member Function Documentation

ConstPopulationIterator Population::PersonType & PopulationIterator::operator* ( ) const

Definition at line 38 of file Population.cpp.

Friends And Related Function Documentation

friend class Population
friend

Definition at line 176 of file Population.h.


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