![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <Treatment.hpp>
Public Attributes | |
| std::vector< Token > | tokens |
| Postfix (RPN) token list. | |
| int | pollutant_idx = -1 |
| Which pollutant this expression applies to. | |
| bool | is_removal = false |
| True if expression computes R (removal), false if C. | |
| bool openswmm::treatment::TreatExpr::is_removal = false |
True if expression computes R (removal), false if C.
| int openswmm::treatment::TreatExpr::pollutant_idx = -1 |
Which pollutant this expression applies to.
| std::vector<Token> openswmm::treatment::TreatExpr::tokens |
Postfix (RPN) token list.