19#ifndef SRECORD_INPUT_FILE_EMON52_H
20#define SRECORD_INPUT_FILE_EMON52_H
30class input_file_emon52:
68 input_file_emon52(
const std::string &file_name);
75 void skip_white_space(
void);
85 input_file_emon52(
const input_file_emon52 &);
90 input_file_emon52 &operator=(
const input_file_emon52 &);
The srecord::record class is used to represent a data record read from a file.