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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/LineageLinkageGedcom.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 32  Line 32 
32  #include "GEDCOMParser/RepositoryRecord.hh"  #include "GEDCOMParser/RepositoryRecord.hh"
33  #include "GEDCOMParser/SourceRecord.hh"  #include "GEDCOMParser/SourceRecord.hh"
34  #include "GEDCOMParser/SubmitterRecord.hh"  #include "GEDCOMParser/SubmitterRecord.hh"
35    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
36    
37  #include <algorithm>  #include <algorithm>
38  #include <functional>  #include <functional>
# Line 39  Line 40 
40    
41  /// Package GEDCOMParser  /// Package GEDCOMParser
42  namespace GEDCOMParser {  namespace GEDCOMParser {
43      class GEDCOMVisitor;
44    /// @memo Implements the GEDCOM 5.5 LINEAGE_LINKED_GEDCOM structure    /// @memo Implements the GEDCOM 5.5 LINEAGE_LINKED_GEDCOM structure
45    class LineageLinkageGedcom    class LineageLinkageGedcom : public GEDCOMElement
46    {    {
47    public:    public:
48      /// spouses enumeration (typedef'd to enumParents)      /// spouses enumeration (typedef'd to enumParents)
# Line 112  namespace GEDCOMParser { Line 114  namespace GEDCOMParser {
114      //@}      //@}
115      /// @return true if the individual record has at least one child in the current transmission      /// @return true if the individual record has at least one child in the current transmission
116      bool hasChildren(IndividualRecord const * const) const;      bool hasChildren(IndividualRecord const * const) const;
117        void Accept(GEDCOMParser::GEDCOMVisitor *);
118    private:    private:
119      SmartPtr < Header >   _header;      SmartPtr < Header >   _header;
120      SmartPtr < Submission > _submission;      SmartPtr < Submission > _submission;

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