20#ifndef SRECORD_INPUT_FILTER_SEQUENCE_H
21#define SRECORD_INPUT_FILTER_SEQUENCE_H
33class input_filter_sequence:
66 unsigned long last_address;
82 input_filter_sequence();
87 input_filter_sequence(
const input_filter_sequence &);
92 input_filter_sequence &operator=(
const input_filter_sequence &);
The srecord::record class is used to represent a data record read from a file.