20#ifndef SRECORD_INPUT_GENERATOR_REPEAT_H
21#define SRECORD_INPUT_GENERATOR_REPEAT_H
32class input_generator_repeat:
52 input_generator_repeat(
const interval &range,
unsigned char *data,
86 unsigned long address;
103 input_generator_repeat();
108 input_generator_repeat(
const input_generator_repeat &);
113 input_generator_repeat &operator=(
const input_generator_repeat &);
The interval class is used to represent a set of integer values, usually composed of runs of adjacent...