| 21 |
*/ |
*/ |
| 22 |
#include "SourceRepositoryCitation.hh" |
#include "SourceRepositoryCitation.hh" |
| 23 |
#include "patterns/SmartPtr.hh" |
#include "patterns/SmartPtr.hh" |
| 24 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 25 |
|
|
| 26 |
void GEDCOMParser::SourceRepositoryCitation::SourceCallNumber::setCallNumber(std::string const &value) |
void GEDCOMParser::SourceRepositoryCitation::SourceCallNumber::setCallNumber(std::string const &value) |
| 27 |
{ |
{ |
| 79 |
{ |
{ |
| 80 |
return _repo_xref; |
return _repo_xref; |
| 81 |
} |
} |
| 82 |
|
|
| 83 |
|
void GEDCOMParser::SourceRepositoryCitation::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 84 |
|
{ |
| 85 |
|
v->VisitSourceRepositoryCitation(this); |
| 86 |
|
return; |
| 87 |
|
} |
| 88 |
|
void GEDCOMParser::SourceRepositoryCitation::SourceCallNumber::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 89 |
|
{ |
| 90 |
|
v->VisitSourceRepositoryCitationSourceCallNumber(this); |
| 91 |
|
return; |
| 92 |
|
} |