/[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.1.2.3 by cpcp, Wed Oct 16 17:56:19 2002 UTC revision 1.1.2.4 by cpcp, Sat Oct 19 10:06:23 2002 UTC
# Line 46  namespace GEDCOMParser Line 46  namespace GEDCOMParser
46    class PersonalName    class PersonalName
47    {    {
48    protected:    protected:
49        std::string _raw_name;
50      std::string _name;      std::string _name;
51      std::string _npfx;      std::string _npfx;
52      std::string _raw_givn;      std::string _raw_givn;
# Line 86  namespace GEDCOMParser Line 87  namespace GEDCOMParser
87      ///@name Accessors (get)      ///@name Accessors (get)
88      //@{          //@{    
89      /// Returns the Name as Givenname Surname      /// Returns the Name as Givenname Surname
90      virtual std::string const getName(void) const;      virtual std::string const &getName(void) const;
91      /// Returns the Name set by setName      /// Returns the Name set by setName
92      virtual std::string const &getRawName(void) const;      virtual std::string const &getRawName(void) const;
93      ///      ///

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

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