| 51 |
/// |
/// |
| 52 |
void concSubmitterText (std::string const &); |
void concSubmitterText (std::string const &); |
| 53 |
/// |
/// |
| 54 |
void addSourceCitation (SourceCitation * const); |
GEDCOMParser::SourceCitation * addSourceCitation (SourceCitation * const data = 0); |
| 55 |
/// |
/// |
| 56 |
void addUserReference (UserReference * const); |
GEDCOMParser::UserReference * addUserReference (UserReference * const data = 0); |
| 57 |
/// |
/// |
| 58 |
void setRin (std::string const &); |
void setRin (std::string const &); |
| 59 |
/// |
/// |
| 60 |
void setChangeDate (ChangeDate * const); |
GEDCOMParser::ChangeDate * setChangeDate (ChangeDate * const data = 0); |
| 61 |
//@} |
//@} |
| 62 |
///@name Accessors (get) |
///@name Accessors (get) |
| 63 |
//@{ |
//@{ |