| 38 |
#include "GEDCOMParser/NoteStructure.hh" |
#include "GEDCOMParser/NoteStructure.hh" |
| 39 |
#include "GEDCOMParser/UserReference.hh" |
#include "GEDCOMParser/UserReference.hh" |
| 40 |
#include "GEDCOMParser/ChangeDate.hh" |
#include "GEDCOMParser/ChangeDate.hh" |
| 41 |
|
#include "GEDCOMParser/Visitor/GEDCOMElement.hh" |
| 42 |
|
|
| 43 |
/// |
/// |
| 44 |
namespace GEDCOMParser |
namespace GEDCOMParser |
| 45 |
{ |
{ |
| 46 |
|
class GEDCOMVisitor; |
| 47 |
///@name typedefs |
///@name typedefs |
| 48 |
//@{ |
//@{ |
| 49 |
/// @doc handling of many submitter references |
/// @doc handling of many submitter references |
| 57 |
//@} |
//@} |
| 58 |
|
|
| 59 |
/// @memo Implements the GEDCOM 5.5 INDIVIDUAL_RECORD structure |
/// @memo Implements the GEDCOM 5.5 INDIVIDUAL_RECORD structure |
| 60 |
class IndividualRecord |
class IndividualRecord : public GEDCOMElement |
| 61 |
{ |
{ |
| 62 |
public: |
public: |
| 63 |
virtual ~IndividualRecord (void); |
virtual ~IndividualRecord (void); |
| 163 |
{ |
{ |
| 164 |
return (ind._id == id); |
return (ind._id == id); |
| 165 |
}; |
}; |
| 166 |
|
virtual void Accept(GEDCOMParser::GEDCOMVisitor *); |
| 167 |
protected: |
protected: |
| 168 |
std::string _id; |
std::string _id; |
| 169 |
std::string _resn; |
std::string _resn; |