|
cpptoml
A C++11 parser for TOML
|
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 |