| 72 |
/// |
/// |
| 73 |
void setSex (std::string const &); |
void setSex (std::string const &); |
| 74 |
/// |
/// |
| 75 |
void addIndividualEvent (IndividualEvent * const); |
IndividualEvent * addIndividualEvent (IndividualEvent * const event = 0); |
| 76 |
/// |
/// |
| 77 |
void addIndividualAttribute (IndividualAttribute * const); |
IndividualAttribute * addIndividualAttribute (IndividualAttribute * const attr = 0); |
| 78 |
/// |
/// |
| 79 |
void addLdsIndividualOrdinance (LdsIndividualOrdinance * const); |
void addLdsIndividualOrdinance (LdsIndividualOrdinance * const); |
| 80 |
/// |
/// |
| 122 |
/// |
/// |
| 123 |
IndividualEvents_t const &getIndividualEvents(void) const; |
IndividualEvents_t const &getIndividualEvents(void) const; |
| 124 |
/// |
/// |
| 125 |
|
IndividualEvent * const getBirth(void) const; |
| 126 |
|
/// |
| 127 |
|
IndividualEvent * const getDeath(void) const; |
| 128 |
|
/// |
| 129 |
|
IndividualEvent * const getEvent(IndividualEvent::enumIndividualEvents) const; |
| 130 |
|
/// |
| 131 |
IndividualAttributes_t const &getIndividualAttributes(void) const; |
IndividualAttributes_t const &getIndividualAttributes(void) const; |
| 132 |
/// |
/// |
| 133 |
GEDCOMParser::IndividualAttribute * const getOccupation(void) const; |
IndividualAttribute * const getOccupation(void) const; |
| 134 |
/// |
/// |
| 135 |
LdsIndividualOrdinances_t const &getLdsIndividualOrdinances(void) const; |
LdsIndividualOrdinances_t const &getLdsIndividualOrdinances(void) const; |
| 136 |
/// |
/// |