class GEDCOMParser::DateManagement::DateValue

Implements the GEDCOM 5.5 DATE_VALUE primitive element

Public Methods

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

Public Members

[more]enum _enumDateValueTypes
Implements the range types enumeration (typedef'd to enumRangeTypes)


Documentation

Implements the GEDCOM 5.5 DATE_VALUE primitive element
oenum _enumDateValueTypes
Implements the range types enumeration (typedef'd to enumRangeTypes)

o e_Null

o e_Date

o e_DatePhrase

o e_Range

o e_Period

o e_Interpreted

o Accessors (set)

ovoid setType(enumDateValueTypes type)

ovoid setDate(GEDCOMParser::DateManagement::Date const &date)

ovoid setDatePhrase(GEDCOMParser::DateManagement::DatePhrase const &date_phrase)

ovoid setPeriod(GEDCOMParser::DateManagement::Period const &period)

ovoid setRange(GEDCOMParser::DateManagement::Range const &range)

ovoid setValue(std::string const &value)

ovoid setParseError(bool)

o Accessors (get)

ostd::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++.