| 39 |
_period(0), |
_period(0), |
| 40 |
_range(0) |
_range(0) |
| 41 |
{ |
{ |
| 42 |
_raw_value = value; |
setValue(value); |
|
datevalue_runparse(value, this); |
|
| 43 |
return; |
return; |
| 44 |
} |
} |
| 45 |
|
|
| 101 |
return; |
return; |
| 102 |
} |
} |
| 103 |
|
|
| 104 |
|
void GEDCOMParser::DateManagement::DateValue::setValue(std::string const &value) |
| 105 |
|
{ |
| 106 |
|
_raw_value = value; |
| 107 |
|
datevalue_runparse(value, this); |
| 108 |
|
return; |
| 109 |
|
} |
| 110 |
|
|
| 111 |
std::string const GEDCOMParser::DateManagement::DateValue::getDisplayValue(void) const |
std::string const GEDCOMParser::DateManagement::DateValue::getDisplayValue(void) const |
| 112 |
{ |
{ |
| 113 |
std::string res; |
std::string res; |