Definition at line 30 of file Process.h.
◆ ExecStatus
| Enumerator |
|---|
| CanNotFork | fork() failed
|
| CanNotCreatePipe | The call to pipe2() failed.
|
Definition at line 36 of file Process.h.
◆ addArguments()
| void Arcane::ProcessExecArgs::addArguments |
( |
const String & | v | ) |
|
|
inline |
◆ arguments()
◆ command()
| String Arcane::ProcessExecArgs::command |
( |
| ) |
const |
|
inline |
◆ exitCode()
| int Arcane::ProcessExecArgs::exitCode |
( |
| ) |
const |
|
inline |
Return code of the executed process.
Definition at line 66 of file Process.h.
◆ inputBytes()
◆ outputBytes()
◆ setArguments()
| void Arcane::ProcessExecArgs::setArguments |
( |
const Array< String > & | v | ) |
|
|
inline |
◆ setCommand()
| void Arcane::ProcessExecArgs::setCommand |
( |
const String & | v | ) |
|
|
inline |
◆ setInputBytes()
◆ Process
◆ m_arguments
◆ m_command
| String Arcane::ProcessExecArgs::m_command |
|
private |
◆ m_exit_code
| int Arcane::ProcessExecArgs::m_exit_code = 0 |
|
private |
◆ m_input_bytes
◆ m_output_bytes
The documentation for this class was generated from the following file: