#include <ift.h>
Data Fields | |
| int | _memNr |
| int | keyNr |
| int | type |
| const char * | status |
| IFT_KEY_AND_VALUE * | item |
| size_t | datasize |
| unsigned char * | data |
| int IFT::_memNr |
Number of allocated places for keys and values
Definition at line 55 of file ift.h.
Referenced by iftEmpty(), iftInit(), and iftPut().
| unsigned char* IFT::data |
Pointer to binary data; not yet supported
Definition at line 70 of file ift.h.
Referenced by iftEmpty(), and iftInit().
| size_t IFT::datasize |
Size of binary data (in bytes); not yet supported
Definition at line 68 of file ift.h.
Referenced by iftEmpty(), and iftInit().
List of key-value -pairs
Definition at line 66 of file ift.h.
Referenced by iftDeleteItem(), iftdup(), iftEmpty(), iftFindNthKey(), iftFindNthValue(), iftGet(), iftGetFloatValue(), iftGetFrom(), iftGetFullmatchFrom(), iftGetIntValue(), iftGetNth(), iftInit(), iftPut(), iftReplaceNthValue(), and iftWriteItem().
| int IFT::keyNr |
Number of stored keys and their values
Definition at line 57 of file ift.h.
Referenced by defRead(), iftDeleteItem(), iftdup(), iftEmpty(), iftFindNthKey(), iftFindNthValue(), iftGet(), iftGetFloatValue(), iftGetFrom(), iftGetFullmatchFrom(), iftGetIntValue(), iftGetNth(), iftInit(), iftPut(), iftRead(), iftReplaceNthValue(), iftWrite(), and iftWriteItem().
| const char* IFT::status |
Pointer to a status message
Definition at line 64 of file ift.h.
Referenced by iftdup(), and iftSetStatus().
| int IFT::type |
1.8.0