libtpcmisc
 All Data Structures Files Functions Variables Enumerator Defines
Data Fields
IFT Struct Reference

#include <ift.h>

Collaboration diagram for IFT:
[legend]

Data Fields

int _memNr
int keyNr
int type
const char * status
IFT_KEY_AND_VALUEitem
size_t datasize
unsigned char * data

Detailed Description

Definition at line 53 of file ift.h.


Field Documentation

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

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

Type of the parameter file: 0=unknown, 1=interfile ':=' , 2=setup '=', 3=result ':', 4=space ' ' 5=tab, 6=',', 7=';'

Definition at line 62 of file ift.h.

Referenced by defRead(), iftdup(), iftRead(), and iftWriteItem().


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