Implements the GEDCOM 5.5 EVENT_DETAIL structure
Public Methods
-
Accessors (set)
-
Accessors (get)
Documentation
Implements the GEDCOM 5.5 EVENT_DETAIL structure
Accessors (set)
void setDate(std::string const &)
void setPlace(Place* const)
void setAddress(Address* const)
void setAge(std::string const &)
void setAgnc(std::string const &)
void setCaus(std::string const &)
void addNoteStructure(NoteStructure* const)
void addSourceCitation(SourceCitation* const)
void addMultimediaLink(MultimediaLink* const)
Accessors (get)
virtual std::string const& getType(void) const
virtual std::string const getDate(void) const
SmartPtr<Place> const& getPlace(void) const
SmartPtr<Address> const& getAddress(void) const
virtual std::string const& getAge(void) const
virtual std::string const& getAgnc(void) const
virtual std::string const& getCaus(void) const
NoteStructures_t const& getNoteStructures(void) const
SourceCitations_t const& getSourceCitations(void) const
MultimediaLinks_t const& getMultimediaLinks(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++.