OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::input::ParsedLine Struct Reference

One data row together with its associated object comment. More...

#include <SectionParser.hpp>

Collaboration diagram for openswmm::input::ParsedLine:

Public Attributes

std::string data
 Stripped data line ready for tokenisation.
 
std::string comment
 Object comment joined with literal "\\n"; "" = none.
 

Detailed Description

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.

Member Data Documentation

◆ comment

std::string openswmm::input::ParsedLine::comment

Object comment joined with literal "\\n"; "" = none.

◆ data

std::string openswmm::input::ParsedLine::data

Stripped data line ready for tokenisation.


The documentation for this struct was generated from the following file: