19#ifndef SRECORD_INPUT_FILE_DEC_BINARY_H
20#define SRECORD_INPUT_FILE_DEC_BINARY_H
31class input_file_dec_binary:
72 input_file_dec_binary(
const std::string &file_name);
95 unsigned long current_pos;
102 unsigned long current_length;
110 unsigned long current_address;
115 input_file_dec_binary(
const input_file_dec_binary &);
120 input_file_dec_binary &operator=(
const input_file_dec_binary &);
The srecord::record class is used to represent a data record read from a file.