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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/PersonalName.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 27  Line 27 
27  #include "patterns/SmartPtr.hh"  #include "patterns/SmartPtr.hh"
28  #include "GEDCOMParser/SourceCitation.hh"  #include "GEDCOMParser/SourceCitation.hh"
29  #include "GEDCOMParser/NoteStructure.hh"  #include "GEDCOMParser/NoteStructure.hh"
30    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
31    
32  ///  ///
33  namespace GEDCOMParser  namespace GEDCOMParser
34  {  {
35      class GEDCOMVisitor;
36    class PersonalName;    class PersonalName;
37    ///@name typedefs    ///@name typedefs
38    //@{    //@{
# Line 43  namespace GEDCOMParser Line 45  namespace GEDCOMParser
45  namespace GEDCOMParser  namespace GEDCOMParser
46  {  {
47    /// @memo Implements the GEDCOM 5.5 PERSONAL_NAME_STRUCTURE structure      /// @memo Implements the GEDCOM 5.5 PERSONAL_NAME_STRUCTURE structure  
48    class PersonalName    class PersonalName : public GEDCOMElement
49    {    {
50    protected:    protected:
51      std::string _raw_name;      std::string _raw_name;
# Line 111  namespace GEDCOMParser Line 113  namespace GEDCOMParser
113      ///      ///
114      NoteStructures_t const &getNoteStructures(void) const;      NoteStructures_t const &getNoteStructures(void) const;
115      //@}      //@}
116        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
117    };    };
118  };  };
119  #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