19#ifndef SRECORD_INPUT_FILE_IDT_H
20#define SRECORD_INPUT_FILE_IDT_H
70 input_file_idt(
const std::string &file_name);
76 unsigned long data_count;
94 void record_format_error(
void);
104 input_file_idt(
const input_file_idt &);
109 input_file_idt &operator=(
const input_file_idt &);
The srecord::record class is used to represent a data record read from a file.