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

Data Fields

char * start
 
char * stop
 
char * errbuf
 
int errbufsz
 
token_t tok
 
toml_table_troot
 
toml_table_tcurtab
 
struct {
   int   top
 
   char *   key [10]
 
   token_t   tok [10]
 
tpath
 

Detailed Description

Definition at line 353 of file toml.c.

Field Documentation

◆ curtab

toml_table_t* context_t::curtab

Definition at line 361 of file toml.c.

◆ errbuf

char* context_t::errbuf

Definition at line 356 of file toml.c.

◆ errbufsz

int context_t::errbufsz

Definition at line 357 of file toml.c.

◆ key

char* context_t::key[10]

Definition at line 365 of file toml.c.

◆ root

toml_table_t* context_t::root

Definition at line 360 of file toml.c.

◆ start

char* context_t::start

Definition at line 354 of file toml.c.

◆ stop

char* context_t::stop

Definition at line 355 of file toml.c.

◆ tok

token_t context_t::tok[10]

Definition at line 359 of file toml.c.

◆ top

int context_t::top

Definition at line 364 of file toml.c.

◆ 

struct { ... } context_t::tpath

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