|
Stride Reference Manual
1.0
|
Header file for the core Population class. More...
#include "Person.h"#include "core/Health.h"#include "sim/Simulator.h"#include "util/SimplePlanner.h"#include <numeric>#include <vector>

Go to the source code of this file.
Classes | |
| class | stride::_PopulationIterator< PopT, IterT > |
| class | stride::Population |
| Container for persons in population. More... | |
| class | stride::PopulationIterator |
| class | stride::ConstPopulationIterator |
Namespaces | |
| stride | |
| Time Dependent Person DataType. | |
Typedefs | |
| using | stride::_PopIter = _PopulationIterator< Population, Population::PlannerType::Agenda::iterator > |
| using | stride::_ConstPopIter = _PopulationIterator< const Population, Population::PlannerType::Agenda::const_iterator > |
Header file for the core Population class.
Definition in file Population.h.