GVM User Suite
User tools for the GVM open source project.
Data Fields
toml_timestamp_t Struct Reference

#include <toml.h>

Data Fields

struct {
   int   year
 
   int   month
 
   int   day
 
   int   hour
 
   int   minute
 
   int   second
 
   int   millisec
 
   char   z [10]
 
__buffer
 
int * year
 
int * month
 
int * day
 
int * hour
 
int * minute
 
int * second
 
int * millisec
 
char * z
 

Detailed Description

Definition at line 68 of file toml.h.

Field Documentation

◆ 

struct { ... } toml_timestamp_t::__buffer

◆ day [1/2]

int toml_timestamp_t::day

Definition at line 70 of file toml.h.

◆ day [2/2]

int * toml_timestamp_t::day

Definition at line 74 of file toml.h.

◆ hour [1/2]

int toml_timestamp_t::hour

Definition at line 71 of file toml.h.

◆ hour [2/2]

int* toml_timestamp_t::hour

Definition at line 75 of file toml.h.

◆ millisec [1/2]

int toml_timestamp_t::millisec

Definition at line 71 of file toml.h.

◆ millisec [2/2]

int * toml_timestamp_t::millisec

Definition at line 75 of file toml.h.

◆ minute [1/2]

int toml_timestamp_t::minute

Definition at line 71 of file toml.h.

◆ minute [2/2]

int * toml_timestamp_t::minute

Definition at line 75 of file toml.h.

◆ month [1/2]

int toml_timestamp_t::month

Definition at line 70 of file toml.h.

◆ month [2/2]

int * toml_timestamp_t::month

Definition at line 74 of file toml.h.

◆ second [1/2]

int toml_timestamp_t::second

Definition at line 71 of file toml.h.

◆ second [2/2]

int * toml_timestamp_t::second

Definition at line 75 of file toml.h.

◆ year [1/2]

int toml_timestamp_t::year

Definition at line 70 of file toml.h.

◆ year [2/2]

int* toml_timestamp_t::year

Definition at line 74 of file toml.h.

◆ z [1/2]

char toml_timestamp_t::z[10]

Definition at line 72 of file toml.h.

◆ z [2/2]

char* toml_timestamp_t::z

Definition at line 76 of file toml.h.


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