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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/Association.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 27  Line 27 
27  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
28  #include "GEDCOMParser/NoteStructure.hh"  #include "GEDCOMParser/NoteStructure.hh"
29  #include "GEDCOMParser/SourceCitation.hh"  #include "GEDCOMParser/SourceCitation.hh"
30    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
31    
32  /// Package GEDCOMParser  /// Package GEDCOMParser
33  namespace GEDCOMParser  namespace GEDCOMParser
34  {  {
35      class GEDCOMVisitor;
36    
37    ///@name typedefs    ///@name typedefs
38    //@{    //@{
39    /// @doc handling of many individus    /// @doc handling of many individus
# Line 41  namespace GEDCOMParser Line 44  namespace GEDCOMParser
44    
45    //@}    //@}
46    /// @memo Implements the GEDCOM 5.5 ASSOCIATION_STRUCTURE structure    /// @memo Implements the GEDCOM 5.5 ASSOCIATION_STRUCTURE structure
47    class Association    class Association : public GEDCOMElement
48    {    {
49    public:    public:
50      virtual ~Association(void)      virtual ~Association(void)
# Line 73  namespace GEDCOMParser Line 76  namespace GEDCOMParser
76      ///      ///
77      SourceCitations_t const & getSourceCitations(void) const;      SourceCitations_t const & getSourceCitations(void) const;
78      //@}      //@}
79        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
80    protected:    protected:
81      IndiXrefs_t _indi_xrefs;      IndiXrefs_t _indi_xrefs;
82      std::string _type;      std::string _type;

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