22#ifndef SRECORD_INPUT_FILE_TRS80_H
23#define SRECORD_INPUT_FILE_TRS80_H
34class input_file_trs80:
72 bool termination_seen;
87 input_file_trs80(
const std::string &file_name);
105 input_file_trs80(
const input_file_trs80 &);
110 input_file_trs80 &operator=(
const input_file_trs80 &);
The srecord::record class is used to represent a data record read from a file.