Implements the GEDCOM 5.5 DATE_VALUE primitive element
Public Methods
-
Accessors (set)
-
Accessors (get)
Public Members
-
enum _enumDateValueTypes
- Implements the range types enumeration (typedef'd to enumRangeTypes)
Documentation
Implements the GEDCOM 5.5 DATE_VALUE primitive element
enum _enumDateValueTypes
- Implements the range types enumeration (typedef'd to enumRangeTypes)
e_Null
e_Date
e_DatePhrase
e_Range
e_Period
e_Interpreted
Accessors (set)
void setType(enumDateValueTypes type)
void setDate(GEDCOMParser::DateManagement::Date const &date)
void setDatePhrase(GEDCOMParser::DateManagement::DatePhrase const &date_phrase)
void setPeriod(GEDCOMParser::DateManagement::Period const &period)
void setRange(GEDCOMParser::DateManagement::Range const &range)
void setValue(std::string const &value)
void setParseError(bool)
Accessors (get)
std::string const getDisplayValue(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++.