|
cpptoml
A C++11 parser for TOML
|
Static Public Member Functions | |
| static struct offset_datetime | from_zoned (const struct tm &t) |
| static struct offset_datetime | from_local (const struct tm &t) |
| static struct offset_datetime | from_utc (const struct tm &t) |
Additional Inherited Members | |
| Public Attributes inherited from cpptoml::local_date | |
| int | year = 0 |
| int | month = 0 |
| int | day = 0 |
| Public Attributes inherited from cpptoml::local_time | |
| int | hour = 0 |
| int | minute = 0 |
| int | second = 0 |
| int | microsecond = 0 |
| Public Attributes inherited from cpptoml::zone_offset | |
| int | hour_offset = 0 |
| int | minute_offset = 0 |