19#ifndef SRECORD_INPUT_FILE_WILSON_H
20#define SRECORD_INPUT_FILE_WILSON_H
32class input_file_wilson:
79 input_file_wilson(
const std::string &file_name);
104 bool termination_seen;
114 input_file_wilson(
const input_file_wilson &);
119 input_file_wilson &operator=(
const input_file_wilson &);
The srecord::record class is used to represent a data record read from a file.