19#ifndef SRECORD_INPUT_FILE_FORMATTED_BINARY_H
20#define SRECORD_INPUT_FILE_FORMATTED_BINARY_H
30class input_file_formatted_binary:
70 input_file_formatted_binary(
const std::string &file_name);
82 unsigned long upper_bound;
88 unsigned long address;
100 unsigned short check_sum;
105 input_file_formatted_binary();
110 input_file_formatted_binary(
const input_file_formatted_binary &);
115 input_file_formatted_binary &operator=(
const input_file_formatted_binary &);
The srecord::record class is used to represent a data record read from a file.