ROSE
0.11.109.0
|
Settings for controling the engine behavior.
These settings control the behavior of the engine itself irrespective of how the partitioner is configured. The runtime descriptions and command-line parser for these switches can be obtained from the Engine::settings property.
Definition at line 536 of file BinaryAnalysis/Partitioner2/BasicTypes.h.
#include <Rose/BinaryAnalysis/Partitioner2/BasicTypes.h>
Public Attributes | |
std::vector< std::string > | configurationNames |
List of configuration files and/or directories. More... | |
bool | exitOnError |
If true, emit error message and exit non-zero, else throw. More... | |
std::vector<std::string> Rose::BinaryAnalysis::Partitioner2::EngineSettings::configurationNames |
List of configuration files and/or directories.
Definition at line 537 of file BinaryAnalysis/Partitioner2/BasicTypes.h.
Referenced by Rose::BinaryAnalysis::Partitioner2::EngineJvm::configurationNames().
bool Rose::BinaryAnalysis::Partitioner2::EngineSettings::exitOnError |
If true, emit error message and exit non-zero, else throw.
Definition at line 538 of file BinaryAnalysis/Partitioner2/BasicTypes.h.
Referenced by Rose::BinaryAnalysis::Partitioner2::EngineJvm::exitOnError().