| 33 |
#include "GEDCOMParser/MultimediaLink.hh" |
#include "GEDCOMParser/MultimediaLink.hh" |
| 34 |
#include "GEDCOMParser/NoteStructure.hh" |
#include "GEDCOMParser/NoteStructure.hh" |
| 35 |
#include "GEDCOMParser/ChangeDate.hh" |
#include "GEDCOMParser/ChangeDate.hh" |
| 36 |
|
#include "GEDCOMParser/Visitor/GEDCOMElement.hh" |
| 37 |
|
|
| 38 |
/// Package GEDCOMParser |
/// Package GEDCOMParser |
| 39 |
namespace GEDCOMParser |
namespace GEDCOMParser |
| 40 |
{ |
{ |
| 41 |
|
class GEDCOMVisitor; |
| 42 |
|
|
| 43 |
///@name typedefs |
///@name typedefs |
| 44 |
//@{ |
//@{ |
| 45 |
/// @doc handling of many child references |
/// @doc handling of many child references |
| 46 |
typedef std::vector<std::string> ChildXrefs_t; |
typedef std::vector<std::string> ChildXrefs_t; |
| 47 |
//@} |
//@} |
| 48 |
/// @memo Implements the GEDCOM 5.5 FAMILY_RECORD structure |
/// @memo Implements the GEDCOM 5.5 FAMILY_RECORD structure |
| 49 |
class FamilyRecord |
class FamilyRecord : public GEDCOMElement |
| 50 |
{ |
{ |
| 51 |
public: |
public: |
| 52 |
///operator == used to find a family by its id |
///operator == used to find a family by its id |
| 118 |
/// |
/// |
| 119 |
SmartPtr<ChangeDate> const & getChangeDate(void) const; |
SmartPtr<ChangeDate> const & getChangeDate(void) const; |
| 120 |
//@} |
//@} |
| 121 |
|
virtual void Accept(GEDCOMParser::GEDCOMVisitor *); |
| 122 |
protected: |
protected: |
| 123 |
std::string _id; |
std::string _id; |
| 124 |
FamilyEvents_t _events; |
FamilyEvents_t _events; |