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

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

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

revision 1.3 by cpcp, Tue Nov 12 21:25:21 2002 UTC revision 1.4 by cpcp, Sun Jan 26 21:15:21 2003 UTC
# Line 24  Line 24 
24    
25  #include <string>  #include <string>
26  #include "GEDCOMParser/DateManagement/DateValue.hh"  #include "GEDCOMParser/DateManagement/DateValue.hh"
27    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
28    
29  ///  ///
30  namespace GEDCOMParser  namespace GEDCOMParser
# Line 31  namespace GEDCOMParser Line 32  namespace GEDCOMParser
32    /** @memo Implements the GEDCOM 5.5 data structure    /** @memo Implements the GEDCOM 5.5 data structure
33        (used in the HEADER structure)        (used in the HEADER structure)
34    */    */
35    class Data    class GEDCOMVisitor;
36    
37      class Data : public GEDCOMElement
38    {    {
39    protected:    protected:
40      std::string _data;      std::string _data;
# Line 76  namespace GEDCOMParser Line 79  namespace GEDCOMParser
79      ///      ///
80      virtual std::string const getDate(void) const;      virtual std::string const getDate(void) const;
81      ///      ///
82        GEDCOMParser::DateManagement::DateValue const * const getDateObject(void) const;
83        ///
84      virtual std::string const & getCopr(void) const;      virtual std::string const & getCopr(void) const;
85      //@}      //@}
86        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
87    };    };
88  };  };
89  #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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