OpenSWMM Engine
6.0.0-alpha.3
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.3)
Loading...
Searching...
No Matches
FilesHandler.hpp
Go to the documentation of this file.
1
30
31
#ifndef OPENSWMM_ENGINE_FILES_HANDLER_HPP
32
#define OPENSWMM_ENGINE_FILES_HANDLER_HPP
33
34
#include <vector>
35
#include <string>
36
37
namespace
openswmm
{
struct
SimulationContext
; }
38
39
namespace
openswmm::input
{
40
47
void
handle_files
(SimulationContext& ctx,
const
std::vector<std::string>& lines);
48
49
}
/* namespace openswmm::input */
50
51
#endif
/* OPENSWMM_ENGINE_FILES_HANDLER_HPP */
openswmm::input
Definition
CatchmentHandler.cpp:51
openswmm::input::handle_files
void handle_files(SimulationContext &ctx, const std::vector< std::string > &lines)
Parse the [FILES] section into ctx.files.
Definition
FilesHandler.cpp:44
openswmm
Definition
NodeCoupling.cpp:15
openswmm::SimulationContext
Central, reentrant simulation context.
Definition
SimulationContext.hpp:292
src
engine
input
handlers
FilesHandler.hpp
Generated by
1.13.2