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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/FamilyRecord.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 33  Line 33 
33  #include "GEDCOMParser/MultimediaLink.hh"  #include "GEDCOMParser/MultimediaLink.hh"
34  #include "GEDCOMParser/NoteStructure.hh"  #include "GEDCOMParser/NoteStructure.hh"
35  #include "GEDCOMParser/ChangeDate.hh"  #include "GEDCOMParser/ChangeDate.hh"
36    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
37    
38  /// Package GEDCOMParser  /// Package GEDCOMParser
39  namespace GEDCOMParser  namespace GEDCOMParser
40  {  {
41      class GEDCOMVisitor;
42      
43    ///@name typedefs    ///@name typedefs
44    //@{    //@{
45    /// @doc handling of many child references    /// @doc handling of many child references
46    typedef std::vector<std::string> ChildXrefs_t;    typedef std::vector<std::string> ChildXrefs_t;
47    //@}    //@}
48    /// @memo Implements the GEDCOM 5.5 FAMILY_RECORD structure    /// @memo Implements the GEDCOM 5.5 FAMILY_RECORD structure
49    class FamilyRecord    class FamilyRecord : public GEDCOMElement
50    {    {
51    public:    public:
52      ///operator == used to find a family by its id      ///operator == used to find a family by its id
# Line 115  namespace GEDCOMParser Line 118  namespace GEDCOMParser
118      ///      ///
119      SmartPtr<ChangeDate> const & getChangeDate(void) const;      SmartPtr<ChangeDate> const & getChangeDate(void) const;
120      //@}      //@}
121        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
122    protected:    protected:
123      std::string _id;      std::string _id;
124      FamilyEvents_t _events;      FamilyEvents_t _events;

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