Stride Reference Manual  1.0
Population.h File Reference

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>
Include dependency graph for Population.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Detailed Description

Header file for the core Population class.

Definition in file Population.h.