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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/SourceRepositoryCitation.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 26  Line 26 
26  #include <vector>  #include <vector>
27  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
28  #include "GEDCOMParser/NoteStructure.hh"  #include "GEDCOMParser/NoteStructure.hh"
29    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
30    
31  ///  ///
32  namespace GEDCOMParser  namespace GEDCOMParser
33  {  {
34      class GEDCOMVisitor;
35    /// @memo Implements the GEDCOM 5.5 SOURCE_REPOSITORY_CITATION structure    /// @memo Implements the GEDCOM 5.5 SOURCE_REPOSITORY_CITATION structure
36    class SourceRepositoryCitation    class SourceRepositoryCitation : public GEDCOMElement
37    {    {
38    public:    public:
39      /// @memo Implements the SOURCE_CALL_NUMBER members of the SOURCE_REPOSITORY_CITATION structure      /// @memo Implements the SOURCE_CALL_NUMBER members of the SOURCE_REPOSITORY_CITATION structure
40      class SourceCallNumber      class SourceCallNumber : public GEDCOMElement
41      {      {
42      public:      public:
43        virtual ~SourceCallNumber(void)        virtual ~SourceCallNumber(void)
# Line 55  namespace GEDCOMParser Line 57  namespace GEDCOMParser
57        virtual std::string const &getCallNumber(void) const;        virtual std::string const &getCallNumber(void) const;
58        ///              ///      
59        virtual std::string const &getMedi(void) const;        virtual std::string const &getMedi(void) const;
60        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
61    
62        //@}            //@}    
63      protected:      protected:
64        std::string _caln;        std::string _caln;
# Line 85  namespace GEDCOMParser Line 89  namespace GEDCOMParser
89      ///      ///
90      SourceCallNumbers_t const &getSourceCallNumbers(void) const;      SourceCallNumbers_t const &getSourceCallNumbers(void) const;
91      //@}      //@}
92        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
93    protected:    protected:
94      std::string _repo_xref;      std::string _repo_xref;
95      NoteStructures_t _notes;      NoteStructures_t _notes;

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