|
EPANET
3.0
EPANET Development Project
|
Parses a new network element from a line of input. More...
#include <inputparser.h>
Public Member Functions | |
| ObjectParser (Network *nw) | |
| void | parseLine (std::string &line, int section) |
Public Member Functions inherited from InputParser | |
| InputParser (Network *nw) | |
Additional Inherited Members | |
Public Attributes inherited from InputParser | |
| Network * | network |
Parses a new network element from a line of input.
Once a new element (junction node, pipe link, time pattern, etc) is detected in a line of input, a new object is created with the ID name parsed from the input line.
1.8.11