| 71 |
void setWife (std::string const &); |
void setWife (std::string const &); |
| 72 |
/// set Husband or Wife according to the sex of individual |
/// set Husband or Wife according to the sex of individual |
| 73 |
void setSpouse (IndividualRecord const &); |
void setSpouse (IndividualRecord const &); |
| 74 |
|
/// |
| 75 |
|
void setSpouse (SmartPtr < IndividualRecord > const &); |
| 76 |
/// return the ID of the spouse of individual |
/// return the ID of the spouse of individual |
| 77 |
std::string getSpouseId(GEDCOMParser::IndividualRecord const &individual) const; |
std::string getSpouseId(GEDCOMParser::IndividualRecord const &individual) const; |
| 78 |
/// |
/// |