My Project
|
#include <ift.h>
Data Fields | |
char | type |
short int | sw |
char * | key |
char * | value |
char* IFT_KEY_AND_VALUE::key |
Pointer to the NULL terminated key string; NULL if not allocated
Referenced by iftDeleteItem(), iftEmpty(), iftFindNthKey(), iftGet(), iftGetNth(), iftPut(), and iftWriteItem().
short int IFT_KEY_AND_VALUE::sw |
Undefined short integer for the use of programmer
Referenced by iftDeleteItem(), and iftPut().
char IFT_KEY_AND_VALUE::type |
Key (comment) type character: space, #, ;
Referenced by iftDeleteItem(), iftPut(), and iftWriteItem().
char* IFT_KEY_AND_VALUE::value |
Pointer to the NULL terminated key value string; NULL if not allocated
Referenced by iftDeleteItem(), iftEmpty(), iftFindNthValue(), iftPut(), iftReplaceNthValue(), and iftWriteItem().