summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/ip__udp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/ip__udp')
-rw-r--r--doc/html/boost_asio/reference/ip__udp/endpoint.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/family.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/protocol.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/resolver.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/socket.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/type.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/v4.html5
-rw-r--r--doc/html/boost_asio/reference/ip__udp/v6.html5
10 files changed, 30 insertions, 20 deletions
diff --git a/doc/html/boost_asio/reference/ip__udp/endpoint.html b/doc/html/boost_asio/reference/ip__udp/endpoint.html
index 44b92f72c5..0f30227edf 100644
--- a/doc/html/boost_asio/reference/ip__udp/endpoint.html
+++ b/doc/html/boost_asio/reference/ip__udp/endpoint.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.endpoint"></a><a class="link" href="endpoint.html" title="ip::udp::endpoint">ip::udp::endpoint</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179371152"></a>
+ <a class="indexterm" name="idp150308752"></a>
The type of a UDP endpoint.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_endpoint</span><span class="special">&lt;</span> <span class="identifier">udp</span> <span class="special">&gt;</span> <span class="identifier">endpoint</span><span class="special">;</span>
@@ -394,7 +394,8 @@ The type of a UDP endpoint.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/family.html b/doc/html/boost_asio/reference/ip__udp/family.html
index ce12f4752f..af44e9c809 100644
--- a/doc/html/boost_asio/reference/ip__udp/family.html
+++ b/doc/html/boost_asio/reference/ip__udp/family.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.family"></a><a class="link" href="family.html" title="ip::udp::family">ip::udp::family</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179483184"></a>
+ <a class="indexterm" name="idp150421328"></a>
Obtain an identifier for the protocol family.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">family</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,8 @@ Obtain an identifier for the protocol family.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html b/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html
index 93dbb92c7b..9b00cb6525 100644
--- a/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html
+++ b/doc/html/boost_asio/reference/ip__udp/operator_eq__eq_.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.operator_eq__eq_"></a><a class="link" href="operator_eq__eq_.html" title="ip::udp::operator==">ip::udp::operator==</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179509184"></a>
+ <a class="indexterm" name="idp150447344"></a>
Compare two protocols for equality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">==(</span>
@@ -47,7 +47,8 @@ Compare two protocols for equality.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html b/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html
index 2f6915f7a4..1d99cd3f74 100644
--- a/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html
+++ b/doc/html/boost_asio/reference/ip__udp/operator_not__eq_.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="ip::udp::operator!=">ip::udp::operator!=</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179490400"></a>
+ <a class="indexterm" name="idp150428544"></a>
Compare two protocols for inequality.
</p>
<pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span>
@@ -47,7 +47,8 @@ Compare two protocols for inequality.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/protocol.html b/doc/html/boost_asio/reference/ip__udp/protocol.html
index 0cdbba8490..b536de6732 100644
--- a/doc/html/boost_asio/reference/ip__udp/protocol.html
+++ b/doc/html/boost_asio/reference/ip__udp/protocol.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.protocol"></a><a class="link" href="protocol.html" title="ip::udp::protocol">ip::udp::protocol</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179527808"></a>
+ <a class="indexterm" name="idp150466032"></a>
Obtain an identifier for the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">protocol</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,8 @@ Obtain an identifier for the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/resolver.html b/doc/html/boost_asio/reference/ip__udp/resolver.html
index ced5afc4b2..13366cd2ec 100644
--- a/doc/html/boost_asio/reference/ip__udp/resolver.html
+++ b/doc/html/boost_asio/reference/ip__udp/resolver.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.resolver"></a><a class="link" href="resolver.html" title="ip::udp::resolver">ip::udp::resolver</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179534864"></a>
+ <a class="indexterm" name="idp150473152"></a>
The UDP resolver type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_resolver</span><span class="special">&lt;</span> <span class="identifier">udp</span> <span class="special">&gt;</span> <span class="identifier">resolver</span><span class="special">;</span>
@@ -348,7 +348,8 @@ The UDP resolver type.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/socket.html b/doc/html/boost_asio/reference/ip__udp/socket.html
index befcd2c71c..753ad36251 100644
--- a/doc/html/boost_asio/reference/ip__udp/socket.html
+++ b/doc/html/boost_asio/reference/ip__udp/socket.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.socket"></a><a class="link" href="socket.html" title="ip::udp::socket">ip::udp::socket</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179635536"></a>
+ <a class="indexterm" name="idp150574304"></a>
The UDP socket type.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">basic_datagram_socket</span><span class="special">&lt;</span> <span class="identifier">udp</span> <span class="special">&gt;</span> <span class="identifier">socket</span><span class="special">;</span>
@@ -977,7 +977,8 @@ The UDP socket type.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/type.html b/doc/html/boost_asio/reference/ip__udp/type.html
index 0d04ff0181..e8d07c15f4 100644
--- a/doc/html/boost_asio/reference/ip__udp/type.html
+++ b/doc/html/boost_asio/reference/ip__udp/type.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.type"></a><a class="link" href="type.html" title="ip::udp::type">ip::udp::type</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179904160"></a>
+ <a class="indexterm" name="idp150843632"></a>
Obtain an identifier for the type of the protocol.
</p>
<pre class="programlisting"><span class="keyword">int</span> <span class="identifier">type</span><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
@@ -35,7 +35,8 @@ Obtain an identifier for the type of the protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/v4.html b/doc/html/boost_asio/reference/ip__udp/v4.html
index 609868ed11..3e3e54eace 100644
--- a/doc/html/boost_asio/reference/ip__udp/v4.html
+++ b/doc/html/boost_asio/reference/ip__udp/v4.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.v4"></a><a class="link" href="v4.html" title="ip::udp::v4">ip::udp::v4</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179911152"></a>
+ <a class="indexterm" name="idp150850688"></a>
Construct to represent the IPv4 UDP protocol.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">udp</span> <span class="identifier">v4</span><span class="special">();</span>
@@ -35,7 +35,8 @@ Construct to represent the IPv4 UDP protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>
diff --git a/doc/html/boost_asio/reference/ip__udp/v6.html b/doc/html/boost_asio/reference/ip__udp/v6.html
index ac63bd6e62..bdfeaae2ae 100644
--- a/doc/html/boost_asio/reference/ip__udp/v6.html
+++ b/doc/html/boost_asio/reference/ip__udp/v6.html
@@ -27,7 +27,7 @@
<a name="boost_asio.reference.ip__udp.v6"></a><a class="link" href="v6.html" title="ip::udp::v6">ip::udp::v6</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp179917632"></a>
+ <a class="indexterm" name="idp150857232"></a>
Construct to represent the IPv6 UDP protocol.
</p>
<pre class="programlisting"><span class="keyword">static</span> <span class="identifier">udp</span> <span class="identifier">v6</span><span class="special">();</span>
@@ -35,7 +35,8 @@ Construct to represent the IPv6 UDP protocol.
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 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>