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 --- classwinapi_1_1Pipe.html | 240 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 classwinapi_1_1Pipe.html (limited to 'classwinapi_1_1Pipe.html') diff --git a/classwinapi_1_1Pipe.html b/classwinapi_1_1Pipe.html new file mode 100644 index 0000000..d966bdf --- /dev/null +++ b/classwinapi_1_1Pipe.html @@ -0,0 +1,240 @@ + + + + + + + +winapi_common: winapi::Pipe Class Reference + + + + + + + + + +
+
+ + + + + + +
+
winapi_common +
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
winapi::Pipe Class Reference
+
+
+ +

Anonymous pipe wrapper. + More...

+ + + + + + + + + + + + +

+Public Member Functions

 Pipe ()
 
Handleread_end ()
 
const Handleread_end () const
 
Handlewrite_end ()
 
const Handlewrite_end () const
 
+

Detailed Description

+

Anonymous pipe wrapper.

+ +

Definition at line 15 of file pipe.hpp.

+

Constructor & Destructor Documentation

+ +

◆ Pipe()

+ +
+
+ + + + + + + +
winapi::Pipe::Pipe ()
+
+

Create a new pipe.

+ +

Definition at line 41 of file pipe.cpp.

+ +
+
+

Member Function Documentation

+ +

◆ read_end() [1/2]

+ +
+
+ + + + + +
+ + + + + + + +
Handle& winapi::Pipe::read_end ()
+
+inline
+
+

Get the read end of the pipe.

+ +

Definition at line 21 of file pipe.hpp.

+ +
+
+ +

◆ read_end() [2/2]

+ +
+
+ + + + + +
+ + + + + + + +
const Handle& winapi::Pipe::read_end () const
+
+inline
+
+

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 23 of file pipe.hpp.

+ +
+
+ +

◆ write_end() [1/2]

+ +
+
+ + + + + +
+ + + + + + + +
Handle& winapi::Pipe::write_end ()
+
+inline
+
+

Get the write end of the pipe.

+ +

Definition at line 25 of file pipe.hpp.

+ +
+
+ +

◆ write_end() [2/2]

+ +
+
+ + + + + +
+ + + + + + + +
const Handle& winapi::Pipe::write_end () const
+
+inline
+
+

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 27 of file pipe.hpp.

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