19#ifndef SRECORD_INPUT_FILE_FOUR_PACKED_CODE_H
20#define SRECORD_INPUT_FILE_FOUR_PACKED_CODE_H
31class input_file_four_packed_code:
69 input_file_four_packed_code(
const std::string &file_name);
98 unsigned get_byte_pos;
106 unsigned long get_byte_value;
113 bool garbage_warning;
120 bool seen_some_input;
127 unsigned long running_address;
132 input_file_four_packed_code();
137 input_file_four_packed_code(
const input_file_four_packed_code &);
142 input_file_four_packed_code &operator=(
const input_file_four_packed_code &);
The srecord::record class is used to represent a data record read from a file.