| 21 |
*/ |
*/ |
| 22 |
#include "IndividualRecord.hh" |
#include "IndividualRecord.hh" |
| 23 |
#include "patterns/SmartPtr.hh" |
#include "patterns/SmartPtr.hh" |
| 24 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 25 |
|
|
| 26 |
void GEDCOMParser::IndividualRecord::setId(std::string const & value) |
void GEDCOMParser::IndividualRecord::setId(std::string const & value) |
| 27 |
{ |
{ |
| 273 |
{ |
{ |
| 274 |
return _rin; |
return _rin; |
| 275 |
} |
} |
| 276 |
|
|
| 277 |
|
void GEDCOMParser::IndividualRecord::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 278 |
|
{ |
| 279 |
|
v->VisitIndividualRecord(this); |
| 280 |
|
return; |
| 281 |
|
} |