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

Data Fields

const char * key
 
bool implicit
 
bool readonly
 
int nkval
 
toml_keyval_t ** kval
 
int narr
 
toml_array_t ** arr
 
int ntab
 
toml_table_t ** tab
 

Detailed Description

Definition at line 306 of file toml.c.

Field Documentation

◆ arr

toml_array_t** toml_table_t::arr

Definition at line 317 of file toml.c.

◆ implicit

bool toml_table_t::implicit

Definition at line 308 of file toml.c.

◆ key

const char* toml_table_t::key

Definition at line 307 of file toml.c.

◆ kval

toml_keyval_t** toml_table_t::kval

Definition at line 313 of file toml.c.

◆ narr

int toml_table_t::narr

Definition at line 316 of file toml.c.

◆ nkval

int toml_table_t::nkval

Definition at line 312 of file toml.c.

◆ ntab

int toml_table_t::ntab

Definition at line 320 of file toml.c.

◆ readonly

bool toml_table_t::readonly

Definition at line 309 of file toml.c.

◆ tab

toml_table_t** toml_table_t::tab

Definition at line 321 of file toml.c.


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