| 113 |
///@name Accessors (set) |
///@name Accessors (set) |
| 114 |
//@{ |
//@{ |
| 115 |
/// |
/// |
| 116 |
void addEvent(Event * const); |
GEDCOMParser::SourceRecord::Data::Event * addEvent(GEDCOMParser::SourceRecord::Data::Event * const data = 0); |
| 117 |
/// |
/// |
| 118 |
void setAgnc(std::string const &); |
void setAgnc(std::string const &); |
| 119 |
/// |
/// |
| 120 |
void addNoteStructure(NoteStructure * const); |
GEDCOMParser::NoteStructure * addNoteStructure(NoteStructure * const data = 0); |
| 121 |
//@} |
//@} |
| 122 |
|
|
| 123 |
///@name Accessors (get) |
///@name Accessors (get) |
| 143 |
/// |
/// |
| 144 |
void setId (std::string const &); |
void setId (std::string const &); |
| 145 |
/// |
/// |
| 146 |
void setData (Data * const); |
GEDCOMParser::SourceRecord::Data * setData (SourceRecord::Data * const data = 0); |
| 147 |
/// |
/// |
| 148 |
void contAuth (std::string const &); |
void contAuth (std::string const &); |
| 149 |
/// |
/// |
| 163 |
/// |
/// |
| 164 |
void concText (std::string const &); |
void concText (std::string const &); |
| 165 |
/// |
/// |
| 166 |
void setSourceRepositoryCitation (SourceRepositoryCitation * const); |
GEDCOMParser::SourceRepositoryCitation * setSourceRepositoryCitation (SourceRepositoryCitation * const data = 0); |
| 167 |
/// |
/// |
| 168 |
void addMultimediaLink (MultimediaLink * const); |
GEDCOMParser::MultimediaLink * addMultimediaLink (MultimediaLink * const data = 0); |
| 169 |
/// |
/// |
| 170 |
void addNoteStructure (NoteStructure * const); |
GEDCOMParser::NoteStructure * addNoteStructure (NoteStructure * const data = 0); |
| 171 |
/// |
/// |
| 172 |
void addUserReference (UserReference * const); |
GEDCOMParser::UserReference * addUserReference (UserReference * const data = 0); |
| 173 |
/// |
/// |
| 174 |
void setRin (std::string const &); |
void setRin (std::string const &); |
| 175 |
/// |
/// |
| 176 |
void setChangeDate (ChangeDate * const); |
GEDCOMParser::ChangeDate * setChangeDate (ChangeDate * const data = 0); |
| 177 |
//@} |
//@} |
| 178 |
|
|
| 179 |
///@name Accessors (get) |
///@name Accessors (get) |