OpenSWMM Engine
6.0.0-alpha.3
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.3)
Loading...
Searching...
No Matches
TitleHandler.hpp
Go to the documentation of this file.
1
10
11
#ifndef OPENSWMM_ENGINE_TITLE_HANDLER_HPP
12
#define OPENSWMM_ENGINE_TITLE_HANDLER_HPP
13
14
#include <vector>
15
#include <string>
16
17
namespace
openswmm
{
struct
SimulationContext
; }
18
19
namespace
openswmm::input
{
20
35
void
handle_title
(SimulationContext& ctx,
const
std::vector<std::string>& lines);
36
37
}
/* namespace openswmm::input */
38
39
#endif
/* OPENSWMM_ENGINE_TITLE_HANDLER_HPP */
openswmm::input
Definition
CatchmentHandler.cpp:51
openswmm::input::handle_title
void handle_title(SimulationContext &ctx, const std::vector< std::string > &lines)
Parse [TITLE] into ctx.title_notes.
Definition
TitleHandler.cpp:18
openswmm
Definition
NodeCoupling.cpp:15
openswmm::SimulationContext
Central, reentrant simulation context.
Definition
SimulationContext.hpp:292
src
engine
input
handlers
TitleHandler.hpp
Generated by
1.13.2