~ubuntu-branches/ubuntu/jaunty/asio/jaunty

« back to all changes in this revision

Viewing changes to doc/asio/reference/mutable_buffers_1/begin.html

  • Committer: Bazaar Package Importer
  • Author(s): Simon Richter
  • Date: 2008-05-22 00:03:36 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080522000336-82gdbtg5r3gi8ir6
Tags: 1.0.0-1
New upstream release (Closes: #461920)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 
4
<title>mutable_buffers_1::begin</title>
 
5
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 
7
<link rel="start" href="../../../index.html" title="Asio">
 
8
<link rel="up" href="../mutable_buffers_1.html" title="mutable_buffers_1">
 
9
<link rel="prev" href="../mutable_buffers_1.html" title="mutable_buffers_1">
 
10
<link rel="next" href="const_iterator.html" title="mutable_buffers_1::const_iterator">
 
11
</head>
 
12
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
13
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table>
 
14
<hr>
 
15
<div class="spirit-nav">
 
16
<a accesskey="p" href="../mutable_buffers_1.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../mutable_buffers_1.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="const_iterator.html"><img src="../../../next.png" alt="Next"></a>
 
17
</div>
 
18
<div class="section" lang="en">
 
19
<div class="titlepage"><div><div><h4 class="title">
 
20
<a name="asio.reference.mutable_buffers_1.begin"></a><a class="link" href="begin.html" title="mutable_buffers_1::begin"> mutable_buffers_1::begin</a></h4></div></div></div>
 
21
<p>
 
22
          Get a random-access iterator to the first element.
 
23
        </p>
 
24
<pre class="programlisting">
 
25
<span class="identifier">const_iterator</span> <span class="identifier">begin</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
 
26
</pre>
 
27
</div>
 
28
<table width="100%"><tr>
 
29
<td align="left"></td>
 
30
<td align="right"><div class="copyright-footer">Copyright � 2003 - 2008 Christopher M. Kohlhoff<p>
 
31
        Distributed under the Boost Software License, Version 1.0. (See accompanying
 
32
        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>)
 
33
      </p>
 
34
</div></td>
 
35
</tr></table>
 
36
<hr>
 
37
<div class="spirit-nav">
 
38
<a accesskey="p" href="../mutable_buffers_1.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../mutable_buffers_1.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="const_iterator.html"><img src="../../../next.png" alt="Next"></a>
 
39
</div>
 
40
</body>
 
41
</html>