| 20 |
|
|
| 21 |
*/ |
*/ |
| 22 |
#include "ChildToFamilyLink.hh" |
#include "ChildToFamilyLink.hh" |
| 23 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 24 |
|
|
| 25 |
void GEDCOMParser::ChildToFamilyLink::setFamcXref(std::string const &value) |
void GEDCOMParser::ChildToFamilyLink::setFamcXref(std::string const &value) |
| 26 |
{ |
{ |
| 40 |
return; |
return; |
| 41 |
} |
} |
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
GEDCOMParser::Pedis_t const &GEDCOMParser::ChildToFamilyLink::getPedis(void) const |
| 46 |
|
{ |
| 47 |
|
return _pedis; |
| 48 |
|
} |
| 49 |
|
|
| 50 |
GEDCOMParser::NoteStructures_t const &GEDCOMParser::ChildToFamilyLink::getNoteStructures(void) const |
GEDCOMParser::NoteStructures_t const &GEDCOMParser::ChildToFamilyLink::getNoteStructures(void) const |
| 51 |
{ |
{ |
| 52 |
return _notes; |
return _notes; |
| 61 |
{ |
{ |
| 62 |
return _famc_xref; |
return _famc_xref; |
| 63 |
} |
} |
| 64 |
|
|
| 65 |
|
void GEDCOMParser::ChildToFamilyLink::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 66 |
|
{ |
| 67 |
|
v->VisitChildToFamilyLink(this); |
| 68 |
|
return; |
| 69 |
|
} |