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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/IndividualRecord.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by cpcp, Wed Feb 19 21:13:05 2003 UTC revision 1.9 by cpcp, Thu Feb 20 22:09:15 2003 UTC
# Line 77  namespace GEDCOMParser Line 77  namespace GEDCOMParser
77      ///      ///
78      IndividualAttribute *  addIndividualAttribute (IndividualAttribute * const attr = 0);      IndividualAttribute *  addIndividualAttribute (IndividualAttribute * const attr = 0);
79      ///      ///
80      void addLdsIndividualOrdinance (LdsIndividualOrdinance * const);      GEDCOMParser::LdsIndividualOrdinance  * addLdsIndividualOrdinance (LdsIndividualOrdinance  * const data = 0);
81      ///      ///
82      void addChildToFamilyLink (ChildToFamilyLink * const);      GEDCOMParser::ChildToFamilyLink  * addChildToFamilyLink (ChildToFamilyLink  * const data = 0);
83      ///      ///
84      void addSpouseToFamilyLink (SpouseToFamilyLink * const);      GEDCOMParser::SpouseToFamilyLink  * addSpouseToFamilyLink (SpouseToFamilyLink  * const data = 0);
85      ///      ///
86      void addSubmXref  (std::string const &);      void addSubmXref  (std::string const &);
87      ///      ///
88      void addAssociation (Association * const);      GEDCOMParser::Association  * addAssociation (Association  * const data = 0);
89      ///      ///
90      void addAliaXref  (std::string const &);      void addAliaXref  (std::string const &);
91      ///      ///
# Line 93  namespace GEDCOMParser Line 93  namespace GEDCOMParser
93      ///      ///
94      void addDesiXref  (std::string const &);      void addDesiXref  (std::string const &);
95      ///      ///
96      void addSourceCitation (SourceCitation * const);      GEDCOMParser::SourceCitation  * addSourceCitation (SourceCitation  * const data = 0);
97      ///      ///
98      void addMultimediaLink (MultimediaLink * const);      GEDCOMParser::MultimediaLink  * addMultimediaLink (MultimediaLink  * const data = 0);
99      ///      ///
100      void addNoteStructure (NoteStructure * const);      GEDCOMParser::NoteStructure  * addNoteStructure (NoteStructure  * const data = 0);
101      ///      ///
102      void setRfn  (std::string const &);      void setRfn  (std::string const &);
103      ///      ///
104      void setAfn  (std::string const &);      void setAfn  (std::string const &);
105      ///      ///
106      void addUserReference (UserReference * const);      GEDCOMParser::UserReference  * addUserReference (UserReference  * const data = 0);
107      ///      ///
108      void setRin  (std::string const &);      void setRin  (std::string const &);
109      ///      ///
110      void setChangeDate (ChangeDate * const);      GEDCOMParser::ChangeDate  * setChangeDate (ChangeDate  * const data = 0);
111      ///      ///
112      //@}      //@}
113    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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