|
| | GncDateFormat (const char *fmt, const char *re) |
| | Construct a GncDateFormat with a given format and corresponding regular expression.
|
| |
| | GncDateFormat (const char *fmt, StringToDate str_to_date, const char *re) |
| |
| | GncDateFormat (const char *fmt, StringToDate str_to_date) |
| |
|
| const std::string | m_fmt |
| | A string representing the format.
|
| |
Definition at line 182 of file gnc-datetime.hpp.
◆ GncDateFormat() [1/3]
| GncDateFormat::GncDateFormat |
( |
const char * |
fmt, |
|
|
const char * |
re |
|
) |
| |
|
inline |
Construct a GncDateFormat with a given format and corresponding regular expression.
This should only be used internally by the GncDate implementation. Consumers should never construct a GncDateFormat themselves!
Definition at line 190 of file gnc-datetime.hpp.
190 :
191 m_fmt(fmt), m_re(re) {}
◆ GncDateFormat() [2/3]
| GncDateFormat::GncDateFormat |
( |
const char * |
fmt, |
|
|
StringToDate |
str_to_date, |
|
|
const char * |
re |
|
) |
| |
|
inline |
◆ GncDateFormat() [3/3]
| GncDateFormat::GncDateFormat |
( |
const char * |
fmt, |
|
|
StringToDate |
str_to_date |
|
) |
| |
|
inline |
◆ GncDateImpl
◆ m_fmt
| const std::string GncDateFormat::m_fmt |
The documentation for this class was generated from the following file: