Imported Upstream version 1.57.0
[platform/upstream/boost.git] / doc / html / boost_asio / reference / mutable_buffers_1.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>mutable_buffers_1</title>
5 <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.78.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_buffer/operator_plus_/overload2.html" title="mutable_buffer::operator+ (2 of 2 overloads)">
10 <link rel="next" href="mutable_buffers_1/begin.html" title="mutable_buffers_1::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_buffer/operator_plus_/overload2.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="mutable_buffers_1/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.mutable_buffers_1"></a><a class="link" href="mutable_buffers_1.html" title="mutable_buffers_1">mutable_buffers_1</a>
28 </h3></div></div></div>
29 <p>
30         Adapts a single modifiable buffer so that it meets the requirements of the
31         MutableBufferSequence concept.
32       </p>
33 <pre class="programlisting"><span class="keyword">class</span> <span class="identifier">mutable_buffers_1</span> <span class="special">:</span>
34   <span class="keyword">public</span> <span class="identifier">mutable_buffer</span>
35 </pre>
36 <h5>
37 <a name="boost_asio.reference.mutable_buffers_1.h0"></a>
38         <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.types"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.types">Types</a>
39       </h5>
40 <div class="informaltable"><table class="table">
41 <colgroup>
42 <col>
43 <col>
44 </colgroup>
45 <thead><tr>
46 <th>
47                 <p>
48                   Name
49                 </p>
50               </th>
51 <th>
52                 <p>
53                   Description
54                 </p>
55               </th>
56 </tr></thead>
57 <tbody>
58 <tr>
59 <td>
60                 <p>
61                   <a class="link" href="mutable_buffers_1/const_iterator.html" title="mutable_buffers_1::const_iterator"><span class="bold"><strong>const_iterator</strong></span></a>
62                 </p>
63               </td>
64 <td>
65                 <p>
66                   A random-access iterator type that may be used to read elements.
67                 </p>
68               </td>
69 </tr>
70 <tr>
71 <td>
72                 <p>
73                   <a class="link" href="mutable_buffers_1/value_type.html" title="mutable_buffers_1::value_type"><span class="bold"><strong>value_type</strong></span></a>
74                 </p>
75               </td>
76 <td>
77                 <p>
78                   The type for each element in the list of buffers.
79                 </p>
80               </td>
81 </tr>
82 </tbody>
83 </table></div>
84 <h5>
85 <a name="boost_asio.reference.mutable_buffers_1.h1"></a>
86         <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.member_functions"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.member_functions">Member
87         Functions</a>
88       </h5>
89 <div class="informaltable"><table class="table">
90 <colgroup>
91 <col>
92 <col>
93 </colgroup>
94 <thead><tr>
95 <th>
96                 <p>
97                   Name
98                 </p>
99               </th>
100 <th>
101                 <p>
102                   Description
103                 </p>
104               </th>
105 </tr></thead>
106 <tbody>
107 <tr>
108 <td>
109                 <p>
110                   <a class="link" href="mutable_buffers_1/begin.html" title="mutable_buffers_1::begin"><span class="bold"><strong>begin</strong></span></a>
111                 </p>
112               </td>
113 <td>
114                 <p>
115                   Get a random-access iterator to the first element.
116                 </p>
117               </td>
118 </tr>
119 <tr>
120 <td>
121                 <p>
122                   <a class="link" href="mutable_buffers_1/end.html" title="mutable_buffers_1::end"><span class="bold"><strong>end</strong></span></a>
123                 </p>
124               </td>
125 <td>
126                 <p>
127                   Get a random-access iterator for one past the last element.
128                 </p>
129               </td>
130 </tr>
131 <tr>
132 <td>
133                 <p>
134                   <a class="link" href="mutable_buffers_1/mutable_buffers_1.html" title="mutable_buffers_1::mutable_buffers_1"><span class="bold"><strong>mutable_buffers_1</strong></span></a>
135                 </p>
136               </td>
137 <td>
138                 <p>
139                   Construct to represent a given memory range.
140                 </p>
141                 <p>
142                   Construct to represent a single modifiable buffer.
143                 </p>
144               </td>
145 </tr>
146 </tbody>
147 </table></div>
148 <h5>
149 <a name="boost_asio.reference.mutable_buffers_1.h2"></a>
150         <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.related_functions"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.related_functions">Related
151         Functions</a>
152       </h5>
153 <div class="informaltable"><table class="table">
154 <colgroup>
155 <col>
156 <col>
157 </colgroup>
158 <thead><tr>
159 <th>
160                 <p>
161                   Name
162                 </p>
163               </th>
164 <th>
165                 <p>
166                   Description
167                 </p>
168               </th>
169 </tr></thead>
170 <tbody><tr>
171 <td>
172                 <p>
173                   <a class="link" href="mutable_buffers_1/operator_plus_.html" title="mutable_buffers_1::operator+"><span class="bold"><strong>operator+</strong></span></a>
174                 </p>
175               </td>
176 <td>
177                 <p>
178                   Create a new modifiable buffer that is offset from the start of
179                   another.
180                 </p>
181               </td>
182 </tr></tbody>
183 </table></div>
184 <h5>
185 <a name="boost_asio.reference.mutable_buffers_1.h3"></a>
186         <span class="phrase"><a name="boost_asio.reference.mutable_buffers_1.requirements"></a></span><a class="link" href="mutable_buffers_1.html#boost_asio.reference.mutable_buffers_1.requirements">Requirements</a>
187       </h5>
188 <p>
189         <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/buffer.hpp</code>
190       </p>
191 <p>
192         <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
193       </p>
194 </div>
195 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
196 <td align="left"></td>
197 <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
198         Distributed under the Boost Software License, Version 1.0. (See accompanying
199         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>)
200       </p>
201 </div></td>
202 </tr></table>
203 <hr>
204 <div class="spirit-nav">
205 <a accesskey="p" href="mutable_buffer/operator_plus_/overload2.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="mutable_buffers_1/begin.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
206 </div>
207 </body>
208 </html>