EPANET  3.0
EPANET Development Project
Public Member Functions | Public Attributes | List of all members
InputParser Class Referenceabstract

Parses lines of network input data from a text file. More...

#include <inputparser.h>

Inheritance diagram for InputParser:
ObjectParser PropertyParser

Public Member Functions

 InputParser (Network *nw)
 
virtual void parseLine (std::string &line, int section)=0
 

Public Attributes

Networknetwork
 

Detailed Description

Parses lines of network input data from a text file.

This is an abstract class with two derived child classes:


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