55#ifndef OPENSWMM_ENGINE_INPUT_READER_HPP
56#define OPENSWMM_ENGINE_INPUT_READER_HPP
115 return skipped_sections_;
121 std::vector<std::string> skipped_sections_;
132 static std::string parse_section_header(std::string_view line);
137 void dispatch_section(
138 const std::string& tag,
139 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:353