|
generator
1.2
|
It reads the desired properties of instances from the text file. More...
#include <ProjectParametersParser.h>
Collaboration diagram for ProjectParametersParser:Public Member Functions | |||
| ProjectParametersParser (std::string inputFile=Settings::PROJECT_CONFIGURATION_FILE) | |||
It parses the configuration file and fills ProjectParameters structure.
| |||
| ProjectParameters | getParameters () const | ||
Private Attributes | |
| ProjectParameters | mParsedParameters |
| The structure determining the properties of the generated instances. | |
It reads the desired properties of instances from the text file.
The class parses the project configuration text file and fills the desired properties of instances to the ProjectParameters structure.
Definition at line 35 of file ProjectParametersParser.h.
| ProjectParametersParser::ProjectParametersParser | ( | std::string | inputFile = Settings::PROJECT_CONFIGURATION_FILE | ) |
It parses the configuration file and fills ProjectParameters structure.
| runtime_error | Input configuration file is badly formed. |
| inputFile | The project configuration file specifying the desired properties of instances. |
Definition at line 29 of file ProjectParametersParser.cpp.
1.8.9.1