11#include "tpcclibConfig.h"
65extern int iftPut(
IFT *ift,
const char *key,
const char *value,
char comment,
TPCSTATUS *status);
68extern int iftPutUInt(
IFT *ift,
const char *key,
const unsigned int value,
char comment,
TPCSTATUS *status);
75 IFT *ift1,
IFT *ift2,
int is_key_required,
int is_value_required,
int is_comment_accepted,
TPCSTATUS *status
83extern int iftRead(
IFT *ift, FILE *fp,
int is_key_required,
int is_comment_accepted,
TPCSTATUS *status);
85 IFT *ift,
const char *line,
int is_key_required,
int is_comment_accepted,
TPCSTATUS *status
88 IFT *ift,
const char *line,
int is_comment_accepted,
TPCSTATUS *status
94extern int iftFindKey(
IFT *ift,
const char *key,
int start_index);
95extern int iftFindPair(
IFT *ift,
const char *key,
const char *value,
int start_index);
Header file for library libtpcextensions.
int iftPutInt(IFT *ift, const char *key, const int value, char comment, TPCSTATUS *status)
int iftPutFromString(IFT *ift, const char *line, int is_key_required, int is_comment_accepted, TPCSTATUS *status)
int iftSearchValue(IFT *ift, const char *s, int start_index)
int iftGetUInt(IFT *ift, int index, unsigned int *v)
int iftPutFromStringWithSpaceSeparator(IFT *ift, const char *line, int is_comment_accepted, TPCSTATUS *status)
int iftPutUInt(IFT *ift, const char *key, const unsigned int value, char comment, TPCSTATUS *status)
void iftDeleteKey(IFT *ift, const char *key)
int iftWriteItem(IFT *ift, int item, FILE *fp, TPCSTATUS *status)
int iftReplaceValue(IFT *ift, int i, const char *value, TPCSTATUS *status)
int iftFindPair(IFT *ift, const char *key, const char *value, int start_index)
int iftGetDoubleWithUnit(IFT *ift, int index, double *v, int *unit)
int iftGetFloat(IFT *ift, int index, float *v)
int iftCopyItems(IFT *ift1, IFT *ift2, int is_key_required, int is_value_required, int is_comment_accepted, TPCSTATUS *status)
int iftPut(IFT *ift, const char *key, const char *value, char comment, TPCSTATUS *status)
int iftFindNrOfKeys(IFT *ift, const char *key)
int iftGetDouble(IFT *ift, int index, double *v)
int iftSearchKey(IFT *ift, const char *s, int start_index)
int iftGetInt(IFT *ift, int index, int *v)
int iftReplaceKey(IFT *ift, int i, const char *key, TPCSTATUS *status)
int iftWrite(IFT *ift, FILE *fp, TPCSTATUS *status)
int iftDeleteDuplicateKeys(IFT *ift, TPCSTATUS *status)
int iftRead(IFT *ift, FILE *fp, int is_key_required, int is_comment_accepted, TPCSTATUS *status)
int iftPutDouble(IFT *ift, const char *key, const double value, char comment, TPCSTATUS *status)
int iftFindKey(IFT *ift, const char *key, int start_index)
int iftDelete(IFT *ift, int index)
int iftDuplicate(IFT *ift1, IFT *ift2)
int iftGetDoubleValue(IFT *ift, const char *key, int index, double *v)