class GEDCOMParser::PersonalName

Implements the GEDCOM 5.5 PERSONAL_NAME_STRUCTURE structure

Public Methods

[more] Accessors (set)
[more] Accessors (get)


Documentation

Implements the GEDCOM 5.5 PERSONAL_NAME_STRUCTURE structure
o Accessors (set)

ovoid setName(std::string const &)
setName runs the parsing of Given name and Surname ;

ovoid setNpfx(std::string const &)

ovoid setGivn(std::string const &)
set the given name (for instance from a GEDCOM file)

ovoid setNick(std::string const &)

ovoid setSpfx(std::string const &)

ovoid setSurn(std::string const &)
set the surname (for instance from a GEDCOM file)

ovoid setNsfx(std::string const &)

ovoid addSourceCitation(SourceCitation* const)

ovoid addNoteStructure(NoteStructure* const)

o Accessors (get)

ovirtual std::string const& getName(void) const
Returns the Name as Givenname Surname

ovirtual std::string const& getRawName(void) const
Returns the Name set by setName

ovirtual std::string const& getNpfx(void) const

ovirtual std::string const& getGivn(void) const
Returns the Given name parsed by setName

ovirtual std::string const& getRawGivn(void) const
Returns the Given name set by setGivn

ovirtual std::string const& getNick(void) const

ovirtual std::string const& getSpfx(void) const

ovirtual std::string const& getSurn(void) const
Returns the Surname parsed by setName

ovirtual std::string const& getRawSurn(void) const
Returns the Surname set by setSurn

ovirtual std::string const& getNsfx(void) const

oSourceCitations_t const& getSourceCitations(void) const

oNoteStructures_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++.