| 29 |
#include "GEDCOMParser/NoteStructure.hh" |
#include "GEDCOMParser/NoteStructure.hh" |
| 30 |
#include "GEDCOMParser/UserReference.hh" |
#include "GEDCOMParser/UserReference.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 REPOSITORY_RECORD structure |
/// @memo Implements the GEDCOM 5.5 REPOSITORY_RECORD structure |
| 39 |
class RepositoryRecord |
class RepositoryRecord : public GEDCOMElement |
| 40 |
{ |
{ |
| 41 |
public: |
public: |
| 42 |
virtual ~RepositoryRecord (void) |
virtual ~RepositoryRecord (void) |
| 77 |
/// |
/// |
| 78 |
SmartPtr<ChangeDate> const & getChangeDate(void) const; |
SmartPtr<ChangeDate> const & getChangeDate(void) const; |
| 79 |
//@} |
//@} |
| 80 |
|
virtual void Accept(GEDCOMParser::GEDCOMVisitor *); |
| 81 |
protected: |
protected: |
| 82 |
std::string _id; |
std::string _id; |
| 83 |
std::string _name; |
std::string _name; |