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

#include <toml.h>

Collaboration diagram for toml_datum_t:
Collaboration graph
[legend]

Data Fields

int ok
 
union {
   toml_timestamp_t *   ts
 
   char *   s
 
   int   b
 
   int64_t   i
 
   double   d
 
u
 

Detailed Description

Definition at line 82 of file toml.h.

Field Documentation

◆ b

int toml_datum_t::b

Definition at line 87 of file toml.h.

◆ d

double toml_datum_t::d

Definition at line 89 of file toml.h.

◆ i

int64_t toml_datum_t::i

Definition at line 88 of file toml.h.

◆ ok

int toml_datum_t::ok

Definition at line 83 of file toml.h.

◆ s

char* toml_datum_t::s

Definition at line 86 of file toml.h.

◆ ts

toml_timestamp_t* toml_datum_t::ts

Definition at line 85 of file toml.h.

◆ 

union { ... } toml_datum_t::u

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