329 lines
12 KiB
HTML
329 lines
12 KiB
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>basic_readable_pipe</title>
|
||
|
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
|
||
|
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
|
||
|
<link rel="home" href="../../index.html" title="Asio">
|
||
|
<link rel="up" href="../reference.html" title="Reference">
|
||
|
<link rel="prev" href="basic_raw_socket__rebind_executor/other.html" title="basic_raw_socket::rebind_executor::other">
|
||
|
<link rel="next" href="basic_readable_pipe/assign.html" title="basic_readable_pipe::assign">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
</head>
|
||
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||
|
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../asio.png"></td></tr></table>
|
||
|
<hr>
|
||
|
<div class="spirit-nav">
|
||
|
<a accesskey="p" href="basic_raw_socket__rebind_executor/other.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="basic_readable_pipe/assign.html"><img src="../../next.png" alt="Next"></a>
|
||
|
</div>
|
||
|
<div class="section">
|
||
|
<div class="titlepage"><div><div><h3 class="title">
|
||
|
<a name="asio.reference.basic_readable_pipe"></a><a class="link" href="basic_readable_pipe.html" title="basic_readable_pipe">basic_readable_pipe</a>
|
||
|
</h3></div></div></div>
|
||
|
<p>
|
||
|
<a class="indexterm" name="asio.indexterm.basic_readable_pipe"></a>
|
||
|
</p>
|
||
|
<p>
|
||
|
Provides pipe functionality.
|
||
|
</p>
|
||
|
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||
|
<span class="keyword">typename</span> <a class="link" href="Executor1.html" title="Executor requirements">Executor</a> <span class="special">=</span> <span class="identifier">any_io_executor</span><span class="special">></span>
|
||
|
<span class="keyword">class</span> <span class="identifier">basic_readable_pipe</span>
|
||
|
</pre>
|
||
|
<h5>
|
||
|
<a name="asio.reference.basic_readable_pipe.h0"></a>
|
||
|
<span><a name="asio.reference.basic_readable_pipe.types"></a></span><a class="link" href="basic_readable_pipe.html#asio.reference.basic_readable_pipe.types">Types</a>
|
||
|
</h5>
|
||
|
<div class="informaltable"><table class="table">
|
||
|
<colgroup>
|
||
|
<col>
|
||
|
<col>
|
||
|
</colgroup>
|
||
|
<thead><tr>
|
||
|
<th>
|
||
|
<p>
|
||
|
Name
|
||
|
</p>
|
||
|
</th>
|
||
|
<th>
|
||
|
<p>
|
||
|
Description
|
||
|
</p>
|
||
|
</th>
|
||
|
</tr></thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe__rebind_executor.html" title="basic_readable_pipe::rebind_executor"><span class="bold"><strong>rebind_executor</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Rebinds the pipe type to another executor.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/executor_type.html" title="basic_readable_pipe::executor_type"><span class="bold"><strong>executor_type</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
The type of the executor associated with the object.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/lowest_layer_type.html" title="basic_readable_pipe::lowest_layer_type"><span class="bold"><strong>lowest_layer_type</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
A basic_readable_pipe is always the lowest layer.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/native_handle_type.html" title="basic_readable_pipe::native_handle_type"><span class="bold"><strong>native_handle_type</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
The native representation of a pipe.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table></div>
|
||
|
<h5>
|
||
|
<a name="asio.reference.basic_readable_pipe.h1"></a>
|
||
|
<span><a name="asio.reference.basic_readable_pipe.member_functions"></a></span><a class="link" href="basic_readable_pipe.html#asio.reference.basic_readable_pipe.member_functions">Member
|
||
|
Functions</a>
|
||
|
</h5>
|
||
|
<div class="informaltable"><table class="table">
|
||
|
<colgroup>
|
||
|
<col>
|
||
|
<col>
|
||
|
</colgroup>
|
||
|
<thead><tr>
|
||
|
<th>
|
||
|
<p>
|
||
|
Name
|
||
|
</p>
|
||
|
</th>
|
||
|
<th>
|
||
|
<p>
|
||
|
Description
|
||
|
</p>
|
||
|
</th>
|
||
|
</tr></thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/assign.html" title="basic_readable_pipe::assign"><span class="bold"><strong>assign</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Assign an existing native pipe to the pipe.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/async_read_some.html" title="basic_readable_pipe::async_read_some"><span class="bold"><strong>async_read_some</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Start an asynchronous read.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/basic_readable_pipe.html" title="basic_readable_pipe::basic_readable_pipe"><span class="bold"><strong>basic_readable_pipe</strong></span></a> <span class="silver">[constructor]</span>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Construct a basic_readable_pipe without opening it. <br> <span class="silver"> —</span><br>
|
||
|
Construct a basic_readable_pipe on an existing native pipe. <br>
|
||
|
<span class="silver"> —</span><br> Move-construct a basic_readable_pipe from another. <br>
|
||
|
<span class="silver"> —</span><br> Move-construct a basic_readable_pipe from a pipe of another
|
||
|
executor type.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/cancel.html" title="basic_readable_pipe::cancel"><span class="bold"><strong>cancel</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Cancel all asynchronous operations associated with the pipe.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/close.html" title="basic_readable_pipe::close"><span class="bold"><strong>close</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Close the pipe.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/get_executor.html" title="basic_readable_pipe::get_executor"><span class="bold"><strong>get_executor</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Get the executor associated with the object.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/is_open.html" title="basic_readable_pipe::is_open"><span class="bold"><strong>is_open</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Determine whether the pipe is open.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/lowest_layer.html" title="basic_readable_pipe::lowest_layer"><span class="bold"><strong>lowest_layer</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Get a reference to the lowest layer. <br> <span class="silver"> —</span><br> Get a const
|
||
|
reference to the lowest layer.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/native_handle.html" title="basic_readable_pipe::native_handle"><span class="bold"><strong>native_handle</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Get the native pipe representation.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/operator_eq_.html" title="basic_readable_pipe::operator="><span class="bold"><strong>operator=</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Move-assign a basic_readable_pipe from another. <br> <span class="silver"> —</span><br> Move-assign
|
||
|
a basic_readable_pipe from a pipe of another executor type.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/read_some.html" title="basic_readable_pipe::read_some"><span class="bold"><strong>read_some</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Read some data from the pipe.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/release.html" title="basic_readable_pipe::release"><span class="bold"><strong>release</strong></span></a>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Release ownership of the underlying native pipe.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<p>
|
||
|
<a class="link" href="basic_readable_pipe/_basic_readable_pipe.html" title="basic_readable_pipe::~basic_readable_pipe"><span class="bold"><strong>~basic_readable_pipe</strong></span></a> <span class="silver">[destructor]</span>
|
||
|
</p>
|
||
|
</td>
|
||
|
<td>
|
||
|
<p>
|
||
|
Destroys the pipe.
|
||
|
</p>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table></div>
|
||
|
<p>
|
||
|
The <a class="link" href="basic_readable_pipe.html" title="basic_readable_pipe"><code class="computeroutput"><span class="identifier">basic_readable_pipe</span></code></a>
|
||
|
class provides a wrapper over pipe functionality.
|
||
|
</p>
|
||
|
<h5>
|
||
|
<a name="asio.reference.basic_readable_pipe.h2"></a>
|
||
|
<span><a name="asio.reference.basic_readable_pipe.thread_safety"></a></span><a class="link" href="basic_readable_pipe.html#asio.reference.basic_readable_pipe.thread_safety">Thread
|
||
|
Safety</a>
|
||
|
</h5>
|
||
|
<p>
|
||
|
<span class="emphasis"><em>Distinct</em></span> <span class="emphasis"><em>objects:</em></span> Safe.
|
||
|
</p>
|
||
|
<p>
|
||
|
<span class="emphasis"><em>Shared</em></span> <span class="emphasis"><em>objects:</em></span> Unsafe.
|
||
|
</p>
|
||
|
<h5>
|
||
|
<a name="asio.reference.basic_readable_pipe.h3"></a>
|
||
|
<span><a name="asio.reference.basic_readable_pipe.requirements"></a></span><a class="link" href="basic_readable_pipe.html#asio.reference.basic_readable_pipe.requirements">Requirements</a>
|
||
|
</h5>
|
||
|
<p>
|
||
|
<span class="emphasis"><em>Header: </em></span><code class="literal">asio/basic_readable_pipe.hpp</code>
|
||
|
</p>
|
||
|
<p>
|
||
|
<span class="emphasis"><em>Convenience header: </em></span><code class="literal">asio.hpp</code>
|
||
|
</p>
|
||
|
</div>
|
||
|
<div class="copyright-footer">Copyright © 2003-2023 Christopher M. Kohlhoff<p>
|
||
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||
|
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||
|
</p>
|
||
|
</div>
|
||
|
<hr>
|
||
|
<div class="spirit-nav">
|
||
|
<a accesskey="p" href="basic_raw_socket__rebind_executor/other.html"><img src="../../prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../home.png" alt="Home"></a><a accesskey="n" href="basic_readable_pipe/assign.html"><img src="../../next.png" alt="Next"></a>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|