| 29 |
#include "GEDCOMParser/Address.hh" |
#include "GEDCOMParser/Address.hh" |
| 30 |
#include "GEDCOMParser/MultimediaLink.hh" |
#include "GEDCOMParser/MultimediaLink.hh" |
| 31 |
#include "GEDCOMParser/ChangeDate.hh" |
#include "GEDCOMParser/ChangeDate.hh" |
| 32 |
|
#include "GEDCOMParser/Visitor/GEDCOMElement.hh" |
| 33 |
|
|
| 34 |
/// |
/// |
| 35 |
namespace GEDCOMParser |
namespace GEDCOMParser |
| 36 |
{ |
{ |
| 37 |
|
class GEDCOMVisitor; |
| 38 |
/// @memo Implements the GEDCOM 5.5 SUBMITTER_RECORD structure |
/// @memo Implements the GEDCOM 5.5 SUBMITTER_RECORD structure |
| 39 |
class SubmitterRecord |
class SubmitterRecord : public GEDCOMElement |
| 40 |
{ |
{ |
| 41 |
public: |
public: |
| 42 |
///@name typedefs |
///@name typedefs |
| 86 |
/// |
/// |
| 87 |
SmartPtr<ChangeDate> const & getChangeDate(void) const; |
SmartPtr<ChangeDate> const & getChangeDate(void) const; |
| 88 |
//@} |
//@} |
| 89 |
|
virtual void Accept(GEDCOMParser::GEDCOMVisitor *); |
| 90 |
protected: |
protected: |
| 91 |
std::string _id; |
std::string _id; |
| 92 |
std::string _name; |
std::string _name; |