19#ifndef SRECORD_INPUT_FILE_MOS_TECH_H
20#define SRECORD_INPUT_FILE_MOS_TECH_H
29class input_file_mos_tech:
67 input_file_mos_tech(
const std::string &file_name);
92 int data_record_count;
97 input_file_mos_tech();
102 input_file_mos_tech(
const input_file_mos_tech &);
107 input_file_mos_tech &operator=(
const input_file_mos_tech &);
The srecord::record class is used to represent a data record read from a file.