1 #ifndef INPUT_OUTPUT_PARTITION_H
2 #define INPUT_OUTPUT_PARTITION_H
15 static std::runtime_error bad_file_format_exception(std::size_t line_number);
19 std::vector<std::string> input_variables;
20 std::vector<std::string> output_variables;
30 bool is_input(
const std::string& var_name);
35 bool is_output(
const std::string& var_name);