![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
One data row together with its associated object comment. More...
#include <SectionParser.hpp>
Public Attributes | |
| std::string | data |
| Stripped data line ready for tokenisation. | |
| std::string | comment |
| Object comment joined with literal "\\n"; "" = none. | |
One data row together with its associated object comment.
data is the raw data token string (comment-stripped, ready for Tokenizer::tokenize). comment is the accumulated object comment: multiple ';'-prefixed lines immediately above this data row, joined by the literal two-character sequence "\\n". Empty string when the object has no comment.
| std::string openswmm::input::ParsedLine::comment |
Object comment joined with literal "\\n"; "" = none.
| std::string openswmm::input::ParsedLine::data |
Stripped data line ready for tokenisation.