19#ifndef SRECORD_INPUT_FILE_ATMEL_GENERIC_H
20#define SRECORD_INPUT_FILE_ATMEL_GENERIC_H
31class input_file_atmel_generic:
84 input_file_atmel_generic(
const std::string &file_name,
endian_t end);
107 input_file_atmel_generic();
112 input_file_atmel_generic(
const input_file_atmel_generic &);
117 input_file_atmel_generic &operator=(
const input_file_atmel_generic &);
The srecord::record class is used to represent a data record read from a file.