subprocess  0.4.0
Modern subprocess library for c++
Classes | Namespaces | Functions
ProcessBuilder.hpp File Reference
#include <initializer_list>
#include <vector>
#include <string>
#include "pipe.hpp"
#include "PipeVar.hpp"
Include dependency graph for ProcessBuilder.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  subprocess::RunOptions
 
struct  subprocess::Popen
 
class  subprocess::ProcessBuilder
 
struct  subprocess::RunBuilder
 
class  subprocess::StopWatch
 

Namespaces

 subprocess
 

Functions

CompletedProcess subprocess::run (Popen &popen, bool check=false)
 
CompletedProcess subprocess::run (CommandLine command, RunOptions options={})
 
double subprocess::monotonic_seconds ()
 
double subprocess::sleep_seconds (double seconds)