GVM User Suite
User tools for the GVM open source project.
|
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 |
toml_array_t** toml_table_t::arr |
toml_keyval_t** toml_table_t::kval |
toml_table_t** toml_table_t::tab |