TPCCLIB
Loading...
Searching...
No Matches
STR_TOKEN_LIST Struct Reference

#include <libtpcmisc.h>

Data Fields

int token_nr
int list_size
char ** tok

Detailed Description

STR_TOKEN_LIST structure for functions in readfile.c

Definition at line 387 of file libtpcmisc.h.

Field Documentation

◆ list_size

int STR_TOKEN_LIST::list_size

Number of allocated list items

Definition at line 391 of file libtpcmisc.h.

Referenced by str_token_list_add(), str_token_list_empty(), and str_token_list_init().

◆ tok

char** STR_TOKEN_LIST::tok

List of string tokens

Definition at line 393 of file libtpcmisc.h.

Referenced by roi_read(), sifRead(), str_token_list_add(), str_token_list_del(), str_token_list_empty(), and str_token_list_init().

◆ token_nr

int STR_TOKEN_LIST::token_nr

Number of available string tokens

Definition at line 389 of file libtpcmisc.h.

Referenced by roi_read(), sifRead(), str_token_list_add(), str_token_list_del(), str_token_list_empty(), and str_token_list_init().


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