#include <ProcessComponentRegistry.hpp>
|
| const std::vector< std::string > * | find (const std::string &upper_tag) const |
| | First section with this tag, or nullptr.
|
| |
|
| std::string | source_path |
| | resolved absolute/effective path
|
| |
| std::vector< std::pair< std::string, std::vector< std::string > > > | sections |
| |
A component config file split into its bracketed sections, in file order. Section tags are upper-cased; lines are verbatim minus blank and comment-only lines.
◆ find()
| const std::vector< std::string > * openswmm::components::ComponentConfigSections::find |
( |
const std::string & | upper_tag | ) |
const |
|
inline |
First section with this tag, or nullptr.
◆ sections
| std::vector<std::pair<std::string, std::vector<std::string> > > openswmm::components::ComponentConfigSections::sections |
◆ source_path
| std::string openswmm::components::ComponentConfigSections::source_path |
resolved absolute/effective path
The documentation for this struct was generated from the following file: