winapi_common
|
Redirect child process's stderr. More...
Public Member Functions | |
Stderr () | |
Stderr (const std::string &file) | |
Stderr (const CanonicalPath &file) | |
Stderr (Pipe &) | |
Public Member Functions inherited from winapi::process::Stream | |
Stream (Handle &&handle) | |
Additional Inherited Members | |
Public Attributes inherited from winapi::process::Stream | |
Handle | handle |
Redirect child process's stderr.
Definition at line 49 of file process_io.hpp.
winapi::process::Stderr::Stderr | ( | ) |
No redirection.
Definition at line 21 of file process_io.cpp.
|
explicit |
Redirect child process's stderr to a file.
Definition at line 31 of file process_io.cpp.
|
explicit |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 33 of file process_io.cpp.
|
explicit |
Redirect child process's stderr to a pipe.
Definition at line 43 of file process_io.cpp.