| 20 |
|
|
| 21 |
*/ |
*/ |
| 22 |
#include "Header.hh" |
#include "Header.hh" |
| 23 |
|
#include "GEDCOMParser/Visitor/GEDCOMVisitor.hh" |
| 24 |
|
|
| 25 |
void GEDCOMParser::Header::setSour(std::string const & value) |
void GEDCOMParser::Header::setSour(std::string const & value) |
| 26 |
{ |
{ |
| 197 |
} |
} |
| 198 |
return res; |
return res; |
| 199 |
} |
} |
| 200 |
|
|
| 201 |
|
GEDCOMParser::DateManagement::DateValue const * const GEDCOMParser::Header::getDateObject(void) const |
| 202 |
|
{ |
| 203 |
|
return _date; |
| 204 |
|
} |
| 205 |
|
|
| 206 |
std::string const &GEDCOMParser::Header::getTime(void) const |
std::string const &GEDCOMParser::Header::getTime(void) const |
| 207 |
{ |
{ |
| 208 |
return _time; |
return _time; |
| 262 |
return _note ; |
return _note ; |
| 263 |
} |
} |
| 264 |
|
|
| 265 |
|
void GEDCOMParser::Header::Accept(GEDCOMParser::GEDCOMVisitor * v) |
| 266 |
|
{ |
| 267 |
|
v->VisitHeader(this); |
| 268 |
|
return; |
| 269 |
|
} |