From def5c50960eea4c112647f88361a3ae7155901a8 Mon Sep 17 00:00:00 2001 From: egor-tensin Date: Tue, 4 Jul 2023 00:48:00 +0000 Subject: =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20egor-tensin/wina?= =?UTF-8?q?pi-common@0c196cbe8b4927c78c02b2c7312fc69a507db845=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- structwinapi_1_1process_1_1Stderr.html | 232 +++++++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 structwinapi_1_1process_1_1Stderr.html (limited to 'structwinapi_1_1process_1_1Stderr.html') diff --git a/structwinapi_1_1process_1_1Stderr.html b/structwinapi_1_1process_1_1Stderr.html new file mode 100644 index 0000000..981c9a1 --- /dev/null +++ b/structwinapi_1_1process_1_1Stderr.html @@ -0,0 +1,232 @@ + + + + + + + +winapi_common: winapi::process::Stderr Struct Reference + + + + + + + + + +
+
+ + + + + + +
+
winapi_common +
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
winapi::process::Stderr Struct Reference
+
+
+ +

Redirect child process's stderr. + More...

+
+Inheritance diagram for winapi::process::Stderr:
+
+
+ + +winapi::process::Stream + +
+ + + + + + + + + + + + + +

+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
 
+

Detailed Description

+

Redirect child process's stderr.

+ +

Definition at line 49 of file process_io.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Stderr() [1/4]

+ +
+
+ + + + + + + +
winapi::process::Stderr::Stderr ()
+
+

No redirection.

+ +

Definition at line 21 of file process_io.cpp.

+ +
+
+ +

◆ Stderr() [2/4]

+ +
+
+ + + + + +
+ + + + + + + + +
winapi::process::Stderr::Stderr (const std::string & file)
+
+explicit
+
+

Redirect child process's stderr to a file.

+ +

Definition at line 31 of file process_io.cpp.

+ +
+
+ +

◆ Stderr() [3/4]

+ +
+
+ + + + + +
+ + + + + + + + +
winapi::process::Stderr::Stderr (const CanonicalPathfile)
+
+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.

+ +
+
+ +

◆ Stderr() [4/4]

+ +
+
+ + + + + +
+ + + + + + + + +
winapi::process::Stderr::Stderr (Pipepipe)
+
+explicit
+
+

Redirect child process's stderr to a pipe.

+ +

Definition at line 43 of file process_io.cpp.

+ +
+
+
The documentation for this struct was generated from the following files: +
+ + + + -- cgit v1.2.3