winapi_common
|
Redirect child process's stdin. More...
Public Member Functions | |
Stdin () | |
Stdin (const std::string &file) | |
Stdin (const CanonicalPath &file) | |
Stdin (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 stdin.
Definition at line 25 of file process_io.hpp.
winapi::process::Stdin::Stdin | ( | ) |
No redirection.
Definition at line 17 of file process_io.cpp.
|
explicit |
Make child process read form a file.
Definition at line 23 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 25 of file process_io.cpp.
|
explicit |
Make child process read form a pipe.
Definition at line 35 of file process_io.cpp.