39#ifndef OPENSWMM_ENGINE_INPUT_READER_HPP
40#define OPENSWMM_ENGINE_INPUT_READER_HPP
99 return skipped_sections_;
105 std::vector<std::string> skipped_sections_;
116 static std::string parse_section_header(std::string_view line);
121 void dispatch_section(
122 const std::string& tag,
123 const std::vector<std::string>& lines,
Registry that maps SWMM section tags to handler functions.
The central, reentrant simulation context for the new engine.
Central, reentrant simulation context.
Definition SimulationContext.hpp:292