#include <ConfigOptions.hpp>
Public Member Functions | |
bool | operator< (const ToolLocationInfo &rhs) const |
bool | operator== (const ToolLocationInfo &rhs) const |
ToolLocationInfo () | |
ToolLocationInfo (const ToolType &t_type, const openstudio::path &t_bindir) | |
Public Attributes | |
openstudio::path | binaryDir |
Location of binary for local execution. More... | |
ToolType | toolType |
Type of tool at this location. More... | |
Contains information about a tool installation.
|
inline |
openstudio::runmanager::ToolLocationInfo::ToolLocationInfo | ( | const ToolType & | t_type, |
const openstudio::path & | t_bindir | ||
) |
[in] | t_type | Enumeration value specifying a tool/application |
[in] | t_bindir | Path to the binary for local execution |
bool openstudio::runmanager::ToolLocationInfo::operator< | ( | const ToolLocationInfo & | rhs | ) | const |
bool openstudio::runmanager::ToolLocationInfo::operator== | ( | const ToolLocationInfo & | rhs | ) | const |
openstudio::path openstudio::runmanager::ToolLocationInfo::binaryDir |
Location of binary for local execution.
ToolType openstudio::runmanager::ToolLocationInfo::toolType |
Type of tool at this location.