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) |
![]() | |
InputParser (Network *nw) | |
Additional Inherited Members | |
![]() | |
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.