Stride Reference Manual
- generated for commit 9643b11
|
This is the complete list of members for stride::Person, including all inherited members.
GetAge() const | stride::Person | inline |
GetHealth() | stride::Person | inline |
GetHealth() const | stride::Person | inline |
GetId() const | stride::Person | inline |
GetPoolId(const ContactType::Id &poolType) const | stride::Person | inline |
IsInPool(const ContactType::Id &poolType) const | stride::Person | inline |
IsSurveyParticipant() const | stride::Person | inline |
m_age | stride::Person | private |
m_health | stride::Person | private |
m_id | stride::Person | private |
m_in_pools | stride::Person | private |
m_is_participant | stride::Person | private |
m_pool_ids | stride::Person | private |
operator!=(const Person &p) const | stride::Person | inline |
ParticipateInSurvey() | stride::Person | inline |
Person() | stride::Person | inline |
Person(unsigned int id, float age, unsigned int householdId, unsigned int k12SchoolId, unsigned int collegeId, unsigned int workId, unsigned int primaryCommunityId, unsigned int secondaryCommunityId) | stride::Person | inline |
SetAge(unsigned int newAge) | stride::Person | inline |
SetId(unsigned int id) | stride::Person | inline |
SetPoolId(ContactType::Id type, unsigned int poolId) | stride::Person | inline |
Update(bool isWorkOff, bool isSchoolOff, bool adaptiveSymptomaticBehavior) | stride::Person |