GVM User Suite
User tools for the GVM open source project.
Data Fields
token_t Struct Reference

Data Fields

tokentype_t tok
 
int lineno
 
char * ptr
 
int len
 
int eof
 

Detailed Description

Definition at line 344 of file toml.c.

Field Documentation

◆ eof

int token_t::eof

Definition at line 349 of file toml.c.

◆ len

int token_t::len

Definition at line 348 of file toml.c.

◆ lineno

int token_t::lineno

Definition at line 346 of file toml.c.

◆ ptr

char* token_t::ptr

Definition at line 347 of file toml.c.

◆ tok

tokentype_t token_t::tok

Definition at line 345 of file toml.c.


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