| 21 |
*/ |
*/ |
| 22 |
#include "PersonalName.hh" |
#include "PersonalName.hh" |
| 23 |
#include "GEDCOMParser/personalnameparser_decl.hh" |
#include "GEDCOMParser/personalnameparser_decl.hh" |
| 24 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 25 |
|
|
| 26 |
void GEDCOMParser::PersonalName::setName(std::string const & value) |
void GEDCOMParser::PersonalName::setName(std::string const & value) |
| 27 |
{ |
{ |
| 143 |
return _nsfx; |
return _nsfx; |
| 144 |
} |
} |
| 145 |
|
|
| 146 |
|
void GEDCOMParser::PersonalName::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 147 |
|
{ |
| 148 |
|
v->VisitPersonalName(this); |
| 149 |
|
return; |
| 150 |
|
} |
| 151 |
|
|
| 152 |
|
|