Data Fields
IFT_KEY_AND_VALUE Struct Reference

#include <ift.h>

Collaboration diagram for IFT_KEY_AND_VALUE:
Collaboration graph

Data Fields

char type
 
short int sw
 
char * key
 
char * value
 

Field Documentation

◆ key

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().

◆ sw

short int IFT_KEY_AND_VALUE::sw

Undefined short integer for the use of programmer

Referenced by iftDeleteItem(), and iftPut().

◆ type

char IFT_KEY_AND_VALUE::type

Key (comment) type character: space, #, ;

Referenced by iftDeleteItem(), iftPut(), and iftWriteItem().

◆ value

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().


The documentation for this struct was generated from the following file: