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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/ChildToFamilyLink.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:58:01 2003 UTC
# Line 63  namespace GEDCOMParser Line 63  namespace GEDCOMParser
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:

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