![]() |
Virtual Belgium
2.0
A micro-simulation platform for the Belgian population
|
This is the complete list of members for Individual, including all inherited members.
| _act_chain | Individual | private |
| _age | Individual | private |
| _age_class | Individual | private |
| _driving_license | Individual | private |
| _education | Individual | private |
| _gender | Individual | private |
| _hh_id | Individual | private |
| _hh_relationship | Individual | private |
| _house | Individual | private |
| _id | Individual | private |
| _municipality | Individual | private |
| _sps_status | Individual | private |
| addActChain(Activity val) | Individual | inline |
| aging() | Individual | |
| birthInd(long babyId) | Individual | |
| boost::serialization::access class | Individual | friend |
| getActChain() const | Individual | inline |
| getAge() const | Individual | inline |
| getAgeClass() const | Individual | inline |
| getDrivingLicense() const | Individual | inline |
| getEducation() const | Individual | inline |
| getGender() const | Individual | inline |
| getHhId() | Individual | inline |
| getHhId() const | Individual | inline |
| getHhRelationship() const | Individual | inline |
| getHouse() const | Individual | inline |
| getId() | Individual | inline |
| getId() const | Individual | inline |
| getMunicipality() const | Individual | inline |
| getSpsStatus() const | Individual | inline |
| givingbirth() | Individual | |
| Individual(repast::AgentId id, repast::AgentId hh_id, int municipality, char gender, int age_class, char education, char hh_relationship) | Individual | |
| Individual(repast::AgentId id, repast::AgentId hh_id, int municipality, char gender, int age_class, int age, char education) | Individual | |
| Individual(repast::AgentId id, repast::AgentId hh_id, int municipality, char gender, int age_class, char education, char hh_relationship, long house) | Individual | |
| Individual(repast::AgentId id, repast::AgentId hh_id, int municipality, char gender, int age_class, int age, char education, char hh_relationship, long house) | Individual | |
| Individual(repast::AgentId id, repast::AgentId hh_id, int municipality, char gender, int age_class, char education, char sps_status, char driving_license, char hh_relationship, long house, std::vector< Activity > act_chain) | Individual | |
| Individual(repast::AgentId id, repast::AgentId hh_id, int municipality, char gender, int age_class, int age, char education, char sps_status, char driving_license, char hh_relationship, long house, std::vector< Activity > act_chain) | Individual | |
| initAge() | Individual | |
| isDying() | Individual | |
| setActChain(std::vector< Activity > val) | Individual | inline |
| setAge(int val) | Individual | inline |
| setAgeClass(int val) | Individual | inline |
| setDrivingLicense(char val) | Individual | inline |
| setEducation(char val) | Individual | inline |
| setGender(char val) | Individual | inline |
| setHhId(repast::AgentId val) | Individual | inline |
| setHhRelationship(char val) | Individual | inline |
| setHouse(long val) | Individual | inline |
| setMunicipality(int val) | Individual | inline |
| setSpsStatus(char val) | Individual | inline |
| ~Individual() | Individual | virtual |