#include <ToolInfo.hpp>
Public Member Functions | |
bool | operator< (const ToolInfo &ti) const |
bool | operator== (const ToolInfo &t_rhs) const |
ToolInfo () | |
Default constructor, not really a valid ToolInfo object. More... | |
ToolInfo (const std::string &t_name, const ToolVersion &t_version, const openstudio::path &t_localBinPath, const boost::regex &t_outFileFilter) | |
Create a ToolInfo object. More... | |
ToolInfo (const std::string &t_name, const openstudio::path &t_localBinPath) | |
Create a ToolInfo object. More... | |
ToolInfo (const std::string &t_name, const ToolVersion &t_version, const openstudio::path &t_localBinPath) | |
Create a ToolInfo object. More... | |
ToolInfo (const openstudio::path &t_localBinPath) | |
Simplest ToolInfo constructor, useful only for locally executing jobs. More... | |
Public Attributes | |
openstudio::path | localBinPath |
std::string | name |
boost::regex | outFileFilter |
ToolVersion | version |
Used for holding details about a tool binary location.
|
inline |
Default constructor, not really a valid ToolInfo object.
|
inline |
Create a ToolInfo object.
[in] | t_name | Name of tool |
[in] | t_version | Tool version identifier |
[in] | t_localBinPath | Binary location for running locally |
[in] | t_outFileFilter | Filter to use when determining which files were generated by this tool |
|
inline |
Create a ToolInfo object.
Useful only for locally executing jobs
[in] | t_name | Name of tool |
[in] | t_localBinPath | Binary location for running locally |
|
inline |
Create a ToolInfo object.
Useful only for locally executing jobs
[in] | t_name | Name of tool |
[in] | t_version | Version info |
[in] | t_localBinPath | Binary location for running locally |
|
inline |
Simplest ToolInfo constructor, useful only for locally executing jobs.
[in] | t_localBinPath | Binary location for running locally |
|
inline |
|
inline |
openstudio::path openstudio::runmanager::ToolInfo::localBinPath |
std::string openstudio::runmanager::ToolInfo::name |
boost::regex openstudio::runmanager::ToolInfo::outFileFilter |
ToolVersion openstudio::runmanager::ToolInfo::version |