|
Android-cuttlefish cvd tool
|
#include <sysdeps.h>
Public Member Functions | |
| constexpr | Process (pid_t pid) |
| constexpr | Process (Process &&other) |
| constexpr | operator bool () const |
| void | wait () |
| void | kill () |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (Process) | |
Private Attributes | |
| pid_t | pid_ |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
|
private |
|
inline |
|
inlineexplicitconstexpr |
|
inline |
|
private |