/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/SpouseToFamilyLink.hh
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/SpouseToFamilyLink.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by cpcp, Thu Feb 20 22:09:15 2003 UTC revision 1.5 by cpcp, Thu Mar 13 19:59:35 2003 UTC
# Line 52  namespace GEDCOMParser Line 52  namespace GEDCOMParser
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:

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26