winapi_common
|
Redirect child process's stdout. More...
Public Member Functions | |
Stdout () | |
Stdout (const std::string &file) | |
Stdout (const CanonicalPath &file) | |
Stdout (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 stdout.
Definition at line 37 of file process_io.hpp.
winapi::process::Stdout::Stdout | ( | ) |
No redirection.
Definition at line 19 of file process_io.cpp.
|
explicit |
Redirect child process's stdout to a file.
Definition at line 27 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 29 of file process_io.cpp.
|
explicit |
Redirect child process's stdout to a pipe.
Definition at line 39 of file process_io.cpp.