Process Builder.
More...
#include <ProcessBuilder.h>
|
std::string | exec |
|
std::vector< std::string > | args |
|
◆ ProcessBuilder()
sese::system::ProcessBuilder::ProcessBuilder |
( |
const std::string & | exec | ) |
|
|
explicit |
Initialize the process builder with the path of the executable file.
- Parameters
-
References exec.
◆ arg()
Specify a single argument for the builder.
- Parameters
-
- Returns
- ProcessBuilder&&
◆ createEx()
◆ args
std::vector<std::string> sese::system::ProcessBuilder::args |
|
private |
◆ exec
std::string sese::system::ProcessBuilder::exec |
|
private |
The documentation for this class was generated from the following files: