#include <epr_record.h>

Public Attributes | |
| char * | dataset_name | 
| EPR_SPtrArray * | field_infos | 
| uint | tot_size | 
The EPR_RecordInfo structure contains meta information about a particular record. 
The name of the dataset to which this record belongs to.
The array of field info pointers.
Referenced by MerisFileData::read_data().
The total size in bytes of all data elements of all fields of a record in a product file. tot_size is a derived variable, it is computed at runtime and not stored in the DSD-DB. 
 1.7.1