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

Data Fields

const char * key
 
int kind
 
int type
 
int nitem
 
toml_arritem_titem
 

Detailed Description

Definition at line 296 of file toml.c.

Field Documentation

◆ item

toml_arritem_t* toml_array_t::item

Definition at line 303 of file toml.c.

◆ key

const char* toml_array_t::key

Definition at line 297 of file toml.c.

◆ kind

int toml_array_t::kind

Definition at line 298 of file toml.c.

◆ nitem

int toml_array_t::nitem

Definition at line 302 of file toml.c.

◆ type

int toml_array_t::type

Definition at line 299 of file toml.c.


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