| 67 |
/// |
/// |
| 68 |
GEDCOMParser::FamilyEvent * addFamilyEvent (FamilyEvent * const data = 0); |
GEDCOMParser::FamilyEvent * addFamilyEvent (FamilyEvent * const data = 0); |
| 69 |
/// |
/// |
|
GEDCOMParser::FamilyEvent * getMarriageEvent(void) const; |
|
|
/// |
|
| 70 |
void setHusb (std::string const &); |
void setHusb (std::string const &); |
| 71 |
/// |
/// |
| 72 |
void setWife (std::string const &); |
void setWife (std::string const &); |
|
/// set Husband or Wife according to the sex of individual |
|
|
void setSpouse (IndividualRecord const &); |
|
|
/// |
|
|
void setSpouse (SmartPtr < IndividualRecord > const &); |
|
|
/// return the ID of the spouse of individual |
|
|
std::string getSpouseId(GEDCOMParser::IndividualRecord const &individual) const; |
|
|
/// |
|
|
void RemoveSpouse (IndividualRecord const &); |
|
| 73 |
/// |
/// |
| 74 |
void addChilXref (std::string const &); |
void addChilXref (std::string const &); |
| 75 |
/// |
/// |