ISO8211Lib
DDFRecord Member List

This is the complete list of members for DDFRecord, including all inherited members.

AddField(DDFFieldDefn *)DDFRecord
Clone()DDFRecord
CloneOn(DDFModule *)DDFRecord
CreateDefaultFieldInstance(DDFField *poField, int iIndexWithinField)DDFRecord
DeleteField(DDFField *poField)DDFRecord
Dump(FILE *)DDFRecord
FindField(const char *, int=0)DDFRecord
GetData() constDDFRecordinline
GetDataSize() constDDFRecordinline
GetField(int)DDFRecord
GetFieldCount() constDDFRecordinline
GetFloatSubfield(const char *, int, const char *, int, int *=nullptr)DDFRecord
GetIntSubfield(const char *, int, const char *, int, int *=nullptr)DDFRecord
GetModule()DDFRecordinline
GetStringSubfield(const char *, int, const char *, int, int *=nullptr)DDFRecord
ResizeField(DDFField *poField, int nNewDataSize)DDFRecord
SetFieldRaw(DDFField *poField, int iIndexWithinField, const char *pachRawData, int nRawDataSize)DDFRecord
SetFloatSubfield(const char *pszField, int iFieldIndex, const char *pszSubfield, int iSubfieldIndex, double dfNewValue)DDFRecord
SetIntSubfield(const char *pszField, int iFieldIndex, const char *pszSubfield, int iSubfieldIndex, int nValue)DDFRecord
SetStringSubfield(const char *pszField, int iFieldIndex, const char *pszSubfield, int iSubfieldIndex, const char *pszValue, int nValueLength=-1)DDFRecord
Write()DDFRecord