Stride Reference Manual
1.0
|
Population Generator. More...
Classes | |
class | FamilyParser |
struct | MinMax |
struct | MinMaxAvg |
class | PopulationGenerator |
Generate Populations. More... | |
struct | SimpleCity |
struct | SimpleCluster |
struct | SimpleHousehold |
class | SimplePerson |
Typedefs | |
using | uint = unsigned int |
using | FamilyConfig = vector< uint > |
Functions | |
std::ostream & | operator<< (std::ostream &os, const SimplePerson &p) |
Variables | |
uniform_real_distribution< double > | real01 |
Population Generator.
typedef unsigned int stride::popgen::uint |
Definition at line 12 of file FamilyParser.h.
using stride::popgen::FamilyConfig = typedef vector<uint> |
Definition at line 13 of file FamilyParser.h.
std::ostream& stride::popgen::operator<< | ( | std::ostream & | os, |
const SimplePerson & | p | ||
) |
Definition at line 12 of file utils.cpp.
References stride::popgen::SimplePerson::m_age, stride::popgen::SimplePerson::m_household_id, stride::popgen::SimplePerson::m_primary_community, stride::popgen::SimplePerson::m_school_id, stride::popgen::SimplePerson::m_secondary_community, and stride::popgen::SimplePerson::m_work_id.