GVM User Suite
User tools for the GVM open source project.
Data Fields
toml_arritem_t Struct Reference
Collaboration diagram for toml_arritem_t:
Collaboration graph
[legend]

Data Fields

int valtype
 
char * val
 
toml_array_tarr
 
toml_table_ttab
 

Detailed Description

Definition at line 288 of file toml.c.

Field Documentation

◆ arr

toml_array_t* toml_arritem_t::arr

Definition at line 292 of file toml.c.

◆ tab

toml_table_t* toml_arritem_t::tab

Definition at line 293 of file toml.c.

◆ val

char* toml_arritem_t::val

Definition at line 291 of file toml.c.

◆ valtype

int toml_arritem_t::valtype

Definition at line 289 of file toml.c.


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