#include <toml.h>
Definition at line 68 of file toml.h.
struct { ... } toml_timestamp_t::__buffer |
◆ day [1/2]
int toml_timestamp_t::day |
◆ day [2/2]
int * toml_timestamp_t::day |
◆ hour [1/2]
int toml_timestamp_t::hour |
◆ hour [2/2]
int* toml_timestamp_t::hour |
◆ millisec [1/2]
int toml_timestamp_t::millisec |
◆ millisec [2/2]
int * toml_timestamp_t::millisec |
◆ minute [1/2]
int toml_timestamp_t::minute |
◆ minute [2/2]
int * toml_timestamp_t::minute |
◆ month [1/2]
int toml_timestamp_t::month |
◆ month [2/2]
int * toml_timestamp_t::month |
◆ second [1/2]
int toml_timestamp_t::second |
◆ second [2/2]
int * toml_timestamp_t::second |
◆ year [1/2]
int toml_timestamp_t::year |
◆ year [2/2]
int* toml_timestamp_t::year |
◆ z [1/2]
char toml_timestamp_t::z[10] |
◆ z [2/2]
char* toml_timestamp_t::z |
The documentation for this struct was generated from the following file: