cpptoml
A C++11 parser for TOML
Loading...
Searching...
No Matches
cpptoml::offset_datetime Struct Reference
Inheritance diagram for cpptoml::offset_datetime:
cpptoml::local_datetime cpptoml::zone_offset cpptoml::local_date cpptoml::local_time

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

The documentation for this struct was generated from the following file: