OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
PostParseResolver.hpp
Go to the documentation of this file.
1
25#ifndef OPENSWMM_ENGINE_POST_PARSE_RESOLVER_HPP
26#define OPENSWMM_ENGINE_POST_PARSE_RESOLVER_HPP
27
28namespace openswmm {
29 struct SimulationContext;
30}
31
32namespace openswmm::input {
33
43void resolve_cross_references(SimulationContext& ctx);
44
45} /* namespace openswmm::input */
46
47#endif /* OPENSWMM_ENGINE_POST_PARSE_RESOLVER_HPP */
Definition CatchmentHandler.cpp:44
void resolve_cross_references(SimulationContext &ctx)
Resolve all cross-references in ctx after all sections are parsed.
Definition PostParseResolver.cpp:20
Definition Controls.cpp:24