20#ifndef SRECORD_INPUT_GENERATOR_CONSTANT_H
21#define SRECORD_INPUT_GENERATOR_CONSTANT_H
32class input_generator_constant:
45 input_generator_constant(
const interval &range,
unsigned char datum);
74 input_generator_constant();
79 input_generator_constant(
const input_generator_constant &);
84 input_generator_constant &operator=(
const input_generator_constant &);
The interval class is used to represent a set of integer values, usually composed of runs of adjacent...