Gromacs
2016.6
|
Default implementation for IExecutableEnvironment.
Used if IExecutableEnvironment is not explicitly provided when constructing CommandLineProgramContext.
Public Member Functions | |
virtual std::string | getWorkingDirectory () const |
Returns the working directory when the program was launched. | |
virtual std::vector< std::string > | getExecutablePaths () const |
Returns list of paths where executables are searched for. More... | |
Static Public Member Functions | |
static ExecutableEnvironmentPointer | create () |
Allocates a default environment. | |
|
inlinevirtual |
Returns list of paths where executables are searched for.
The returned list should be in priority order. An empty string in the returned list corresponds to getWorkindDirectory().
Implements gmx::IExecutableEnvironment.