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() | DDFRecord | [inline] |
| GetDataSize() | DDFRecord | [inline] |
| GetField(int) | DDFRecord | |
| GetFieldCount() | DDFRecord | [inline] |
| GetFloatSubfield(const char *, int, const char *, int, int *=NULL) | DDFRecord | |
| GetIntSubfield(const char *, int, const char *, int, int *=NULL) | DDFRecord | |
| GetModule() | DDFRecord | [inline] |
| GetStringSubfield(const char *, int, const char *, int, int *=NULL) | 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 | |