/[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.2 by cpcp, Mon Sep 23 13:36:56 2002 UTC revision 1.3 by cpcp, Sun Jan 26 21:15:21 2003 UTC
# Line 26  Line 26 
26  #include <vector>  #include <vector>
27  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
28  #include "GEDCOMParser/NoteStructure.hh"  #include "GEDCOMParser/NoteStructure.hh"
29    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
30    
31  ///  ///
32  namespace GEDCOMParser  namespace GEDCOMParser
33  {  {
34      class GEDCOMVisitor;
35    /// @memo Implements the GEDCOM 5.5 SPOUSE_TO_FAMILY_LINK structure    /// @memo Implements the GEDCOM 5.5 SPOUSE_TO_FAMILY_LINK structure
36    class SpouseToFamilyLink    class SpouseToFamilyLink : public GEDCOMElement
37    {    {
38    public:    public:
39      virtual ~SpouseToFamilyLink(void) {};      virtual ~SpouseToFamilyLink(void) {};
# Line 51  namespace GEDCOMParser Line 53  namespace GEDCOMParser
53      ///      ///
54      NoteStructures_t const &getNoteStructures(void) const;      NoteStructures_t const &getNoteStructures(void) const;
55      //@}      //@}
56        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
57    protected:    protected:
58      std::string _fams_xref;      std::string _fams_xref;
59      NoteStructures_t _notes;      NoteStructures_t _notes;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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