20#ifndef SRECORD_INPUT_FILTER_UNFILL_H
21#define SRECORD_INPUT_FILTER_UNFILL_H
41class input_filter_unfill:
61 input_filter_unfill(
const input::pointer &deeper,
int value,
int minimum);
110 input_filter_unfill();
115 input_filter_unfill(
const input_filter_unfill &);
120 input_filter_unfill &operator=(
const input_filter_unfill &);
The srecord::record class is used to represent a data record read from a file.
uint8_t data_t
The type of record data values.
uint32_t address_t
The type of record addresses.