EPANET  3.0
EPANET Development Project
Public Member Functions | List of all members
ObjectParser Class Reference

Parses a new network element from a line of input. More...

#include <inputparser.h>

Inheritance diagram for ObjectParser:
InputParser

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
Networknetwork
 

Detailed Description

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.


The documentation for this class was generated from the following files: