|
double | subprocess::monotonic_seconds () |
|
double | subprocess::sleep_seconds (double seconds) |
|
void | subprocess::pipe_thread (PipeHandle input, std::ostream *output) |
|
void | subprocess::pipe_thread (PipeHandle input, FILE *output) |
|
void | subprocess::pipe_thread (FILE *input, PipeHandle output, bool bautoclose) |
|
void | subprocess::pipe_thread (std::string &input, PipeHandle output, bool bautoclose) |
|
void | subprocess::pipe_thread (std::istream *input, PipeHandle output, bool bautoclose) |
|
void | subprocess::setup_redirect_stream (PipeHandle input, PipeVar &output) |
|
void | subprocess::setup_redirect_stream (PipeVar &input, PipeHandle output) |
|
CompletedProcess | subprocess::run (Popen &popen, bool check) |
|
CompletedProcess | subprocess::run (CommandLine command, RunOptions options) |
|