class GEDCOMParser::IndividualEvent

Implements the GEDCOM 5.5 INDIVIDUAL_EVENT_STRUCTURE structure

Public Methods

[more] Accessors (set)
[more] Accessors (get)
[more] return(eve._type == (IndividualEvent::enumIndividualEvents)type)

Public Members

[more]enum _enumIndividualEvents
Implements the GEDCOM 5.5 EVENT_TYPE_INDIVIDUAL enumeration (typedef'd to enumIndividualEvents)


Documentation

Implements the GEDCOM 5.5 INDIVIDUAL_EVENT_STRUCTURE structure
oenum _enumIndividualEvents
Implements the GEDCOM 5.5 EVENT_TYPE_INDIVIDUAL enumeration (typedef'd to enumIndividualEvents)

o e_None

o e_Birt

o e_Chr

o e_Deat

o e_Buri

o e_Crem

o e_Adop

o e_Bapm

o e_Barm

o e_Basm

o e_Bles

o e_Chra

o e_Conf

o e_Fcom

o e_Ordn

o e_Natu

o e_Emig

o e_Immi

o e_Cens

o e_Prob

o e_Will

o e_Grad

o e_Reti

o e_Even

o Accessors (set)

ovoid setType(enumIndividualEvents)

ovoid setEvent(Event* )

ovoid setFamcXref(std::string const &)

ovoid setAdop(std::string const &)

o Accessors (get)

ovirtual enumIndividualEvents getRawType(void) const
returns the type

ovirtual std::string const getType(void) const
returns the type formatted as a string (translated in the expected locale)

oSmartPtr<Event> const& getEvent(void) const

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

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

o return(eve._type == (IndividualEvent::enumIndividualEvents)type)


This class has no child classes.
Friends:
bool operator==(IndividualEvent const &eve, int type)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.