| 52 |
virtual std::string const &getFamsXref(void) const; |
virtual std::string const &getFamsXref(void) const; |
| 53 |
/// |
/// |
| 54 |
NoteStructures_t const &getNoteStructures(void) const; |
NoteStructures_t const &getNoteStructures(void) const; |
| 55 |
|
/// |
| 56 |
|
class IsEqualByFamsXref { |
| 57 |
|
public: |
| 58 |
|
IsEqualByFamsXref(std::string const &xref) : _xref(xref) |
| 59 |
|
{}; |
| 60 |
|
std::string _xref; |
| 61 |
|
bool operator () (SmartPtr < GEDCOMParser::SpouseToFamilyLink > const &link) |
| 62 |
|
{ |
| 63 |
|
return _xref == link->getFamsXref(); |
| 64 |
|
}; |
| 65 |
|
}; |
| 66 |
//@} |
//@} |
| 67 |
virtual void Accept(GEDCOMParser::GEDCOMVisitor *); |
virtual void Accept(GEDCOMParser::GEDCOMVisitor *); |
| 68 |
protected: |
protected: |