/[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.10 by cpcp, Sun Feb 23 21:34:44 2003 UTC revision 1.11 by cpcp, Thu Mar 13 19:58:52 2003 UTC
# Line 62  namespace GEDCOMParser Line 62  namespace GEDCOMParser
62    public:    public:
63      IndividualRecord(std::string const &id = "");      IndividualRecord(std::string const &id = "");
64      virtual ~IndividualRecord (void);      virtual ~IndividualRecord (void);
65        static std::string const MALE;
66        static std::string const FEMALE;
67                
68      ///@name Accessors (set)      ///@name Accessors (set)
69      //@{            //@{      
# Line 110  namespace GEDCOMParser Line 112  namespace GEDCOMParser
112      GEDCOMParser::ChangeDate  * setChangeDate (ChangeDate  * const data = 0);      GEDCOMParser::ChangeDate  * setChangeDate (ChangeDate  * const data = 0);
113      ///      ///
114      //@}      //@}
115        ///@name Individual edition facilities
116        //@{    
117        ///
118        void RemoveFamilyLink(GEDCOMParser::SpouseToFamilyLink *);
119        ///
120        void RemoveFamilyLink(GEDCOMParser::ChildToFamilyLink *);
121        //@}
122    
123      ///@name Accessors (get)      ///@name Accessors (get)
124      //@{          //@{    
# Line 137  namespace GEDCOMParser Line 146  namespace GEDCOMParser
146      ///      ///
147      ChildToFamilyLinks_t const &getChildToFamilyLinks(void) const ;      ChildToFamilyLinks_t const &getChildToFamilyLinks(void) const ;
148      ///      ///
     ChildToFamilyLinks_t &getChildToFamilyLinks(void);  
     ///  
149      SpouseToFamilyLinks_t const &getSpouseToFamilyLinks(void) const ;      SpouseToFamilyLinks_t const &getSpouseToFamilyLinks(void) const ;
150      ///      ///
151      SubmXrefs_t const &getSubmXrefs(void) const;      SubmXrefs_t const &getSubmXrefs(void) const;
# Line 199  namespace GEDCOMParser Line 206  namespace GEDCOMParser
206      std::string _rin;      std::string _rin;
207      SmartPtr<ChangeDate> _change_date;      SmartPtr<ChangeDate> _change_date;
208    };    };
209    
210    ///@name typedefs    ///@name typedefs
211    //@{    //@{
212    /// @doc handling of many individus    /// @doc handling of many individus

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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