#include <subprocess.h>
Public Member Functions | |
void | Interrupt () |
int | Join () |
SubProcess (const std::vector< std::string > &args) | |
~SubProcess () | |
Private Member Functions | |
SubProcess & | operator= (const SubProcess &other) |
SubProcess (const SubProcess &other) | |
Private Attributes | |
gpr_subprocess *const | subprocess_ |
Definition at line 30 of file test/cpp/util/subprocess.h.
|
explicit |
Definition at line 35 of file test/cpp/util/subprocess.cc.
grpc::SubProcess::~SubProcess | ( | ) |
Definition at line 38 of file test/cpp/util/subprocess.cc.
|
private |
void grpc::SubProcess::Interrupt | ( | ) |
Definition at line 42 of file test/cpp/util/subprocess.cc.
int grpc::SubProcess::Join | ( | ) |
Definition at line 40 of file test/cpp/util/subprocess.cc.
|
private |
|
private |
Definition at line 42 of file test/cpp/util/subprocess.h.