54#ifndef OPENSWMM_ENGINE_MULTI_COLUMN_SERIES_FILE_HPP
55#define OPENSWMM_ENGINE_MULTI_COLUMN_SERIES_FILE_HPP
59#include <unordered_map>
104 return headers.size() > 1 ? 1 : -1;
143 ParsedSeriesFile& out,
144 std::vector<std::string>& errors,
186 std::string& path_out,
187 std::string& column_out);
208 std::vector<std::string>& errors,
219 std::unordered_map<std::string, Entry> files_;
220 int parse_count_ = 0;