| 21 |
*/ |
*/ |
| 22 |
#include "FamilyRecord.hh" |
#include "FamilyRecord.hh" |
| 23 |
#include "patterns/SmartPtr.hh" |
#include "patterns/SmartPtr.hh" |
| 24 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 25 |
|
|
| 26 |
void GEDCOMParser::FamilyRecord::setId(std::string const & value) |
void GEDCOMParser::FamilyRecord::setId(std::string const & value) |
| 27 |
{ |
{ |
| 181 |
{ |
{ |
| 182 |
return _rin; |
return _rin; |
| 183 |
} |
} |
| 184 |
|
|
| 185 |
|
void GEDCOMParser::FamilyRecord::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 186 |
|
{ |
| 187 |
|
v->VisitFamilyRecord(this); |
| 188 |
|
return; |
| 189 |
|
} |