19#ifndef LIB_INPUT_FILE_STEWIE_H
20#define LIB_INPUT_FILE_STEWIE_H
31class input_file_stewie:
74 input_file_stewie(
const std::string &file_name);
80 unsigned long data_count;
110 bool termination_seen;
120 input_file_stewie(
const input_file_stewie &);
125 input_file_stewie &operator=(
const input_file_stewie &);
The srecord::record class is used to represent a data record read from a file.