![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
A (object_type, object_name, flag_name) → value assignment. More...
#include <UserFlags.hpp>
Public Attributes | |
| std::string | object_type |
| e.g. "NODE", "LINK", "SUBCATCHMENT" | |
| std::string | object_name |
| Object identifier as it appears in the model. | |
| std::string | flag_name |
| Must match a name in UserFlags::defs_. | |
| UserFlagValue | value |
| Typed runtime value. | |
A (object_type, object_name, flag_name) → value assignment.
Populated from [USER_FLAG_VALUES].
| std::string openswmm::UserFlagAssignment::flag_name |
Must match a name in UserFlags::defs_.
| std::string openswmm::UserFlagAssignment::object_name |
Object identifier as it appears in the model.
| std::string openswmm::UserFlagAssignment::object_type |
e.g. "NODE", "LINK", "SUBCATCHMENT"
| UserFlagValue openswmm::UserFlagAssignment::value |
Typed runtime value.