Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost_asio / reference / null_buffers.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>null_buffers</title>
5 <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../boost_asio.html" title="Boost.Asio">
8 <link rel="up" href="../reference.html" title="Reference">
9 <link rel="prev" href="mutable_buffers_1/value_type.html" title="mutable_buffers_1::value_type">
10 <link rel="next" href="null_buffers/begin.html" title="null_buffers::begin">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
15 <td align="center"><a href="../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="mutable_buffers_1/value_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="null_buffers/begin.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h3 class="title">
27 <a name="boost_asio.reference.null_buffers"></a><a class="link" href="null_buffers.html" title="null_buffers">null_buffers</a>
28 </h3></div></div></div>
29 <p>
30         An implementation of both the ConstBufferSequence and MutableBufferSequence
31         concepts to represent a null buffer sequence.
32       </p>
33 <pre class="programlisting"><span class="keyword">class</span> <span class="identifier">null_buffers</span>
34 </pre>
35 <h5>
36 <a name="boost_asio.reference.null_buffers.h0"></a>
37         <span class="phrase"><a name="boost_asio.reference.null_buffers.types"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.types">Types</a>
38       </h5>
39 <div class="informaltable"><table class="table">
40 <colgroup>
41 <col>
42 <col>
43 </colgroup>
44 <thead><tr>
45 <th>
46                 <p>
47                   Name
48                 </p>
49               </th>
50 <th>
51                 <p>
52                   Description
53                 </p>
54               </th>
55 </tr></thead>
56 <tbody>
57 <tr>
58 <td>
59                 <p>
60                   <a class="link" href="null_buffers/const_iterator.html" title="null_buffers::const_iterator"><span class="bold"><strong>const_iterator</strong></span></a>
61                 </p>
62               </td>
63 <td>
64                 <p>
65                   A random-access iterator type that may be used to read elements.
66                 </p>
67               </td>
68 </tr>
69 <tr>
70 <td>
71                 <p>
72                   <a class="link" href="null_buffers/value_type.html" title="null_buffers::value_type"><span class="bold"><strong>value_type</strong></span></a>
73                 </p>
74               </td>
75 <td>
76                 <p>
77                   The type for each element in the list of buffers.
78                 </p>
79               </td>
80 </tr>
81 </tbody>
82 </table></div>
83 <h5>
84 <a name="boost_asio.reference.null_buffers.h1"></a>
85         <span class="phrase"><a name="boost_asio.reference.null_buffers.member_functions"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.member_functions">Member
86         Functions</a>
87       </h5>
88 <div class="informaltable"><table class="table">
89 <colgroup>
90 <col>
91 <col>
92 </colgroup>
93 <thead><tr>
94 <th>
95                 <p>
96                   Name
97                 </p>
98               </th>
99 <th>
100                 <p>
101                   Description
102                 </p>
103               </th>
104 </tr></thead>
105 <tbody>
106 <tr>
107 <td>
108                 <p>
109                   <a class="link" href="null_buffers/begin.html" title="null_buffers::begin"><span class="bold"><strong>begin</strong></span></a>
110                 </p>
111               </td>
112 <td>
113                 <p>
114                   Get a random-access iterator to the first element.
115                 </p>
116               </td>
117 </tr>
118 <tr>
119 <td>
120                 <p>
121                   <a class="link" href="null_buffers/end.html" title="null_buffers::end"><span class="bold"><strong>end</strong></span></a>
122                 </p>
123               </td>
124 <td>
125                 <p>
126                   Get a random-access iterator for one past the last element.
127                 </p>
128               </td>
129 </tr>
130 </tbody>
131 </table></div>
132 <h5>
133 <a name="boost_asio.reference.null_buffers.h2"></a>
134         <span class="phrase"><a name="boost_asio.reference.null_buffers.requirements"></a></span><a class="link" href="null_buffers.html#boost_asio.reference.null_buffers.requirements">Requirements</a>
135       </h5>
136 <p>
137         <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
138       </p>
139 <p>
140         <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
141       </p>
142 </div>
143 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
144 <td align="left"></td>
145 <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2017 Christopher M. Kohlhoff<p>
146         Distributed under the Boost Software License, Version 1.0. (See accompanying
147         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>)
148       </p>
149 </div></td>
150 </tr></table>
151 <hr>
152 <div class="spirit-nav">
153 <a accesskey="p" href="mutable_buffers_1/value_type.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="null_buffers/begin.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
154 </div>
155 </body>
156 </html>