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

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

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

revision 1.5 by cpcp, Wed Feb 19 22:17:12 2003 UTC revision 1.6 by cpcp, Thu Feb 20 22:09:15 2003 UTC
# Line 113  namespace GEDCOMParser Line 113  namespace GEDCOMParser
113        ///@name Accessors (set)        ///@name Accessors (set)
114        //@{            //@{    
115        ///              ///      
116        void addEvent(Event * const);        GEDCOMParser::SourceRecord::Data::Event * addEvent(GEDCOMParser::SourceRecord::Data::Event * const data = 0);
117        ///              ///      
118        void setAgnc(std::string const &);        void setAgnc(std::string const &);
119        ///              ///      
120        void addNoteStructure(NoteStructure * const);        GEDCOMParser::NoteStructure * addNoteStructure(NoteStructure * const data = 0);
121        //@}        //@}
122            
123        ///@name Accessors (get)        ///@name Accessors (get)
# Line 143  namespace GEDCOMParser Line 143  namespace GEDCOMParser
143      ///            ///      
144      void setId  (std::string const &);      void setId  (std::string const &);
145      ///            ///      
146      void setData (Data * const);      GEDCOMParser::SourceRecord::Data  * setData (SourceRecord::Data  * const data = 0);
147      ///            ///      
148      void contAuth  (std::string const &);      void contAuth  (std::string const &);
149      ///            ///      
# Line 163  namespace GEDCOMParser Line 163  namespace GEDCOMParser
163      ///            ///      
164      void concText  (std::string const &);      void concText  (std::string const &);
165      ///            ///      
166      void setSourceRepositoryCitation (SourceRepositoryCitation * const);      GEDCOMParser::SourceRepositoryCitation  * setSourceRepositoryCitation (SourceRepositoryCitation  * const data = 0);
167      ///            ///      
168      void addMultimediaLink (MultimediaLink * const);      GEDCOMParser::MultimediaLink  * addMultimediaLink (MultimediaLink  * const data = 0);
169      ///            ///      
170      void addNoteStructure (NoteStructure * const);      GEDCOMParser::NoteStructure  * addNoteStructure (NoteStructure  * const data = 0);
171      ///            ///      
172      void addUserReference (UserReference * const);      GEDCOMParser::UserReference  * addUserReference (UserReference  * const data = 0);
173      ///            ///      
174      void setRin  (std::string const &);      void setRin  (std::string const &);
175      ///            ///      
176      void setChangeDate (ChangeDate * const);      GEDCOMParser::ChangeDate  * setChangeDate (ChangeDate  * const data = 0);
177      //@}      //@}
178    
179      ///@name Accessors (get)      ///@name Accessors (get)

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