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

Diff of /ghosts/gedcomparser/src/GEDCOMParser/Address.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 22  Line 22 
22  #ifndef _GEDCOMPARSER_ADDRESS_HH_  #ifndef _GEDCOMPARSER_ADDRESS_HH_
23  #define _GEDCOMPARSER_ADDRESS_HH_  #define _GEDCOMPARSER_ADDRESS_HH_
24    
25    #include "GEDCOMParser/Visitor/GEDCOMElement.hh"
26    
27  #include <string>  #include <string>
28    
   
29  /** @memo  /** @memo
30      This package handles the GEDCOM 5.5 format ;      This package handles the GEDCOM 5.5 format ;
31      full specifications for GEDCOM 5.5 format are available \URL[here]{http://www.gendex.com/gedcom55/55gctoc.htm}      full specifications for GEDCOM 5.5 format are available \URL[here]{http://www.gendex.com/gedcom55/55gctoc.htm}
32  */  */
33  namespace GEDCOMParser  namespace GEDCOMParser
34  {  {
35      class GEDCOMVisitor;
36    /** @memo Implements the GEDCOM 5.5 ADDRESS_STRUCTURE structure    /** @memo Implements the GEDCOM 5.5 ADDRESS_STRUCTURE structure
37    */    */
38    class Address    class Address : public GEDCOMElement
39    {    {
40    protected:    protected:
41      std::string _addr;      std::string _addr;
# Line 93  namespace GEDCOMParser Line 94  namespace GEDCOMParser
94      ///      ///
95      virtual std::string const &getPhone (void) const;      virtual std::string const &getPhone (void) const;
96      //@}      //@}
97        virtual void Accept(GEDCOMParser::GEDCOMVisitor *);
98    };    };
99  };  };
100    

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