Implements the GEDCOM 5.5 PERSONAL_NAME_STRUCTURE structure
Public Methods
-
Accessors (set)
-
Accessors (get)
Documentation
Implements the GEDCOM 5.5 PERSONAL_NAME_STRUCTURE structure
- Accessors (set)
- void setName(std::string const &)
- setName runs the parsing of Given name and Surname ;
- void setNpfx(std::string const &)
- void setGivn(std::string const &)
- set the given name (for instance from a GEDCOM file)
- void setNick(std::string const &)
- void setSpfx(std::string const &)
- void setSurn(std::string const &)
- set the surname (for instance from a GEDCOM file)
- void setNsfx(std::string const &)
- void addSourceCitation(SourceCitation* const)
- void addNoteStructure(NoteStructure* const)
- Accessors (get)
- virtual std::string const& getName(void) const
- Returns the Name as Givenname Surname
- virtual std::string const& getRawName(void) const
- Returns the Name set by setName
- virtual std::string const& getNpfx(void) const
- virtual std::string const& getGivn(void) const
- Returns the Given name parsed by setName
- virtual std::string const& getRawGivn(void) const
- Returns the Given name set by setGivn
- virtual std::string const& getNick(void) const
- virtual std::string const& getSpfx(void) const
- virtual std::string const& getSurn(void) const
- Returns the Surname parsed by setName
- virtual std::string const& getRawSurn(void) const
- Returns the Surname set by setSurn
- virtual std::string const& getNsfx(void) const
- SourceCitations_t const& getSourceCitations(void) const
- NoteStructures_t const& getNoteStructures(void) const
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.