|
TPCCLIB
|
#include <libtpcmisc.h>
Data Fields | |
| int | token_nr |
| int | list_size |
| char ** | tok |
STR_TOKEN_LIST structure for functions in readfile.c
Definition at line 387 of file libtpcmisc.h.
| 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().
| 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().
| 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().