45#ifndef OPENSWMM_ENGINE_SECTION_REGISTRY_HPP
46#define OPENSWMM_ENGINE_SECTION_REGISTRY_HPP
52#include <unordered_map>
73 const std::vector<std::string>&
137 bool has(std::string_view tag)
const;
144 bool is_custom(std::string_view tag)
const;
161 std::string_view tag,
163 const std::vector<std::string>& lines
176 std::unordered_map<std::string, SectionHandler> builtin_;
177 std::unordered_map<std::string, SectionHandler> custom_;
179 std::string normalize_tag(std::string_view tag)
const;
Definition NodeCoupling.cpp:16
Central, reentrant simulation context.
Definition SimulationContext.hpp:353