#include <ErrorFile.hpp>
Public Member Functions | |
bool | completed () const |
did EnergyPlus complete or crash More... | |
bool | completedSuccessfully () const |
completed successfully More... | |
ErrorFile (const openstudio::path &errPath) | |
constructor More... | |
std::vector< std::string > | fatalErrors () const |
get fatal errors More... | |
std::vector< std::string > | severeErrors () const |
get severe errors More... | |
std::vector< std::string > | warnings () const |
get warnings More... | |
openstudio::energyplus::ErrorFile::ErrorFile | ( | const openstudio::path & | errPath | ) |
constructor
bool openstudio::energyplus::ErrorFile::completed | ( | ) | const |
did EnergyPlus complete or crash
bool openstudio::energyplus::ErrorFile::completedSuccessfully | ( | ) | const |
completed successfully
std::vector<std::string> openstudio::energyplus::ErrorFile::fatalErrors | ( | ) | const |
get fatal errors
std::vector<std::string> openstudio::energyplus::ErrorFile::severeErrors | ( | ) | const |
get severe errors
std::vector<std::string> openstudio::energyplus::ErrorFile::warnings | ( | ) | const |
get warnings