| 63 |
virtual std::string const &getFamcXref(void) const; |
virtual std::string const &getFamcXref(void) const; |
| 64 |
/// |
/// |
| 65 |
NoteStructures_t const &getNoteStructures(void) const; |
NoteStructures_t const &getNoteStructures(void) const; |
| 66 |
|
/// |
| 67 |
|
class IsEqualByFamcXref { |
| 68 |
|
public: |
| 69 |
|
IsEqualByFamcXref(std::string const &xref) : _xref(xref) |
| 70 |
|
{}; |
| 71 |
|
std::string _xref; |
| 72 |
|
bool operator () (SmartPtr < GEDCOMParser::ChildToFamilyLink > const &link) |
| 73 |
|
{ |
| 74 |
|
return _xref == link->getFamcXref(); |
| 75 |
|
}; |
| 76 |
|
}; |
| 77 |
|
|
| 78 |
//@} |
//@} |
| 79 |
virtual void Accept(GEDCOMParser::GEDCOMVisitor *); |
virtual void Accept(GEDCOMParser::GEDCOMVisitor *); |
| 80 |
protected: |
protected: |