| 32 |
#include "GEDCOMParser/RepositoryRecord.hh" |
#include "GEDCOMParser/RepositoryRecord.hh" |
| 33 |
#include "GEDCOMParser/SourceRecord.hh" |
#include "GEDCOMParser/SourceRecord.hh" |
| 34 |
#include "GEDCOMParser/SubmitterRecord.hh" |
#include "GEDCOMParser/SubmitterRecord.hh" |
| 35 |
|
#include "GEDCOMParser/Visitor/GEDCOMElement.hh" |
| 36 |
|
|
| 37 |
#include <algorithm> |
#include <algorithm> |
| 38 |
#include <functional> |
#include <functional> |
| 40 |
|
|
| 41 |
/// Package GEDCOMParser |
/// Package GEDCOMParser |
| 42 |
namespace GEDCOMParser { |
namespace GEDCOMParser { |
| 43 |
|
class GEDCOMVisitor; |
| 44 |
/// @memo Implements the GEDCOM 5.5 LINEAGE_LINKED_GEDCOM structure |
/// @memo Implements the GEDCOM 5.5 LINEAGE_LINKED_GEDCOM structure |
| 45 |
class LineageLinkageGedcom |
class LineageLinkageGedcom : public GEDCOMElement |
| 46 |
{ |
{ |
| 47 |
public: |
public: |
| 48 |
/// spouses enumeration (typedef'd to enumParents) |
/// spouses enumeration (typedef'd to enumParents) |
| 114 |
//@} |
//@} |
| 115 |
/// @return true if the individual record has at least one child in the current transmission |
/// @return true if the individual record has at least one child in the current transmission |
| 116 |
bool hasChildren(IndividualRecord const * const) const; |
bool hasChildren(IndividualRecord const * const) const; |
| 117 |
|
void Accept(GEDCOMParser::GEDCOMVisitor *); |
| 118 |
private: |
private: |
| 119 |
SmartPtr < Header > _header; |
SmartPtr < Header > _header; |
| 120 |
SmartPtr < Submission > _submission; |
SmartPtr < Submission > _submission; |