19#ifndef SRECORD_INPUT_FILE_TI_TAGGED_H
20#define SRECORD_INPUT_FILE_TI_TAGGED_H
30class input_file_ti_tagged:
67 input_file_ti_tagged(
const std::string &file_name);
89 unsigned long address;
100 input_file_ti_tagged();
105 input_file_ti_tagged(
const input_file_ti_tagged &);
110 input_file_ti_tagged &operator=(
const input_file_ti_tagged &);
The srecord::record class is used to represent a data record read from a file.