#include <subprocess.h>
◆ SubprocessOptions()
cuttlefish::SubprocessOptions::SubprocessOptions |
( |
| ) |
|
|
inline |
◆ ExitWithParent() [1/3]
bool cuttlefish::SubprocessOptions::ExitWithParent |
( |
| ) |
const |
|
inline |
◆ ExitWithParent() [2/3]
SubprocessOptions & cuttlefish::SubprocessOptions::ExitWithParent |
( |
bool |
exit_with_parent | ) |
& |
◆ ExitWithParent() [3/3]
SubprocessOptions cuttlefish::SubprocessOptions::ExitWithParent |
( |
bool |
exit_with_parent | ) |
&& |
◆ InGroup() [1/3]
bool cuttlefish::SubprocessOptions::InGroup |
( |
| ) |
const |
|
inline |
◆ InGroup() [2/3]
◆ InGroup() [3/3]
◆ SandboxArguments() [1/2]
SubprocessOptions & cuttlefish::SubprocessOptions::SandboxArguments |
( |
std::vector< std::string > |
| ) |
& |
◆ SandboxArguments() [2/2]
SubprocessOptions cuttlefish::SubprocessOptions::SandboxArguments |
( |
std::vector< std::string > |
| ) |
&& |
◆ Strace() [1/3]
const std::string & cuttlefish::SubprocessOptions::Strace |
( |
| ) |
const |
|
inline |
◆ Strace() [2/3]
SubprocessOptions & cuttlefish::SubprocessOptions::Strace |
( |
std::string |
strace_output_path | ) |
& |
◆ Strace() [3/3]
SubprocessOptions cuttlefish::SubprocessOptions::Strace |
( |
std::string |
strace_output_path | ) |
&& |
◆ Verbose() [1/3]
bool cuttlefish::SubprocessOptions::Verbose |
( |
| ) |
const |
|
inline |
◆ Verbose() [2/3]
◆ Verbose() [3/3]
◆ exit_with_parent_
bool cuttlefish::SubprocessOptions::exit_with_parent_ |
|
private |
◆ in_group_
bool cuttlefish::SubprocessOptions::in_group_ |
|
private |
◆ strace_
std::string cuttlefish::SubprocessOptions::strace_ |
|
private |
◆ verbose_
bool cuttlefish::SubprocessOptions::verbose_ |
|
private |
The documentation for this class was generated from the following files: