|
TPCCLIB
|
#include <libtpcmisc.h>
Data Fields | |
| char | type |
| short int | sw |
| char * | key |
| char * | value |
IFT item
Definition at line 253 of file libtpcmisc.h.
| char* IFT_KEY_AND_VALUE::key |
Pointer to the NULL terminated key string; NULL if not allocated
Definition at line 259 of file libtpcmisc.h.
Referenced by cptReadOne(), ecat7MainheaderFromIFT(), ecat7WriteSubheaderFromIFT(), iftDeleteItem(), iftdup(), iftEmpty(), iftFindNthKey(), iftGet(), iftGetDoubleValue(), iftGetFloatValue(), iftGetFrom(), iftGetFullmatchFrom(), iftGetIntValue(), iftGetKeyNr(), iftGetNth(), iftPut(), iftReadValue(), iftWriteItem(), and tsvRead().
| short int IFT_KEY_AND_VALUE::sw |
Undefined short integer for the use of programmer
Definition at line 257 of file libtpcmisc.h.
Referenced by cptReadOne(), iftDeleteItem(), iftdup(), and iftPut().
| char IFT_KEY_AND_VALUE::type |
Key (comment) type character: space, #, ;
Definition at line 255 of file libtpcmisc.h.
Referenced by cptReadOne(), iftDeleteItem(), iftdup(), iftPut(), iftWriteItem(), interfileIsHeader(), and tsvRead().
| char* IFT_KEY_AND_VALUE::value |
Pointer to the NULL terminated key value string; NULL if not allocated
Definition at line 261 of file libtpcmisc.h.
Referenced by cptReadOne(), dft_fill_hdr_from_IFT(), ecat7MainheaderFromIFT(), ecat7WriteSubheaderFromIFT(), hrrtMakeCalHdr(), iftDeleteItem(), iftdup(), iftEmpty(), iftFindNthValue(), iftGetDoubleValue(), iftGetFloatValue(), iftGetFullmatchFrom(), iftGetIntValue(), iftPut(), iftReadValue(), iftReplaceNthValue(), iftWriteItem(), imgGetMicropetHeader(), interfileIsHeader(), irdRead(), niftiHeaderFromIFT(), readEcat931Calibrationfile(), tsvRead(), vrdRead(), and xelRead().