| 58 |
/// |
/// |
| 59 |
void setRin (std::string const &); |
void setRin (std::string const &); |
| 60 |
/// |
/// |
| 61 |
void addNoteStructure (NoteStructure * const); |
GEDCOMParser::NoteStructure * addNoteStructure (NoteStructure * const data = 0); |
| 62 |
/// |
/// |
| 63 |
void addUserReference (UserReference * const); |
GEDCOMParser::UserReference * addUserReference (UserReference * const data = 0); |
| 64 |
/// |
/// |
| 65 |
void setChangeDate (ChangeDate * const); |
GEDCOMParser::ChangeDate * setChangeDate (ChangeDate * const data = 0); |
| 66 |
//@} |
//@} |
| 67 |
///@name Accessors (get) |
///@name Accessors (get) |
| 68 |
//@{ |
//@{ |