/[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.5 by cpcp, Thu Feb 20 22:09:15 2003 UTC revision 1.6 by cpcp, Thu Mar 13 19:58:06 2003 UTC
# Line 26  Line 26 
26  #include <string>  #include <string>
27  #include <vector>  #include <vector>
28    
29    #include "GEDCOMParser/IndividualRecord.hh"
30  #include "GEDCOMParser/FamilyEvent.hh"  #include "GEDCOMParser/FamilyEvent.hh"
31  #include "GEDCOMParser/UserReference.hh"  #include "GEDCOMParser/UserReference.hh"
32  #include "GEDCOMParser/LdsSpouseSealing.hh"  #include "GEDCOMParser/LdsSpouseSealing.hh"
# Line 66  namespace GEDCOMParser Line 67  namespace GEDCOMParser
67      void setHusb  (std::string const &);      void setHusb  (std::string const &);
68      ///      ///
69      void setWife  (std::string const &);      void setWife  (std::string const &);
70        /// set Husband or Wife according to the sex of individual
71        void setSpouse (IndividualRecord const &);
72        /// return the ID of the spouse of individual
73        std::string getSpouseId(GEDCOMParser::IndividualRecord const &individual) const;
74        ///
75        void RemoveSpouse (IndividualRecord const &);
76      ///      ///
77      void addChilXref  (std::string const &);      void addChilXref  (std::string const &);
78      ///      ///
79        void RemoveChilXref  (std::string const &);
80        ///
81      void setNchi  (std::string const &);      void setNchi  (std::string const &);
82      ///      ///
83      void setSubm  (std::string const &);      void setSubm  (std::string const &);

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

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