My Project
|
#include <ift.h>
Data Fields | |
int | _memNr |
int | keyNr |
int | type |
char * | status |
IFT_KEY_AND_VALUE * | item |
size_t | datasize |
unsigned char * | data |
int IFT::_memNr |
Number of allocated places for keys and values
Referenced by iftEmpty(), iftInit(), and iftPut().
unsigned char* IFT::data |
Pointer to binary data; not yet supported
Referenced by iftEmpty(), and iftInit().
size_t IFT::datasize |
Size of binary data (in bytes); not yet supported
Referenced by iftEmpty(), and iftInit().
IFT_KEY_AND_VALUE* IFT::item |
List of key-value -pairs
Referenced by iftDeleteItem(), iftEmpty(), iftFindNthKey(), iftFindNthValue(), iftGet(), iftGetNth(), iftInit(), iftPut(), iftReplaceNthValue(), and iftWriteItem().
int IFT::keyNr |
Number of stored keys and their values
Referenced by iftDeleteItem(), iftEmpty(), iftFindNthKey(), iftFindNthValue(), iftGet(), iftGetNth(), iftInit(), iftPut(), iftRead(), iftReplaceNthValue(), iftWrite(), and iftWriteItem().
char* IFT::status |
Pointer to a status message
Referenced by iftSetStatus().
int IFT::type |
Type of the parameter file: 0=unknown, 1=interfile ':=' , 2=setup '=', 3=result ':'
Referenced by iftRead(), and iftWriteItem().