blob: dbbfd71ad383d76cf89f254e5c81a7682b6ccee0 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Qpid Proton C++ API: proton/link.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Qpid Proton C++ API
&#160;<span id="projectnumber">0.32.0</span>
</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.svg"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('link_8hpp_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">link.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="link_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="preprocessor">#ifndef PROTON_LINK_HPP</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define PROTON_LINK_HPP</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; </div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * or more contributor license agreements. See the NOTICE file</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * regarding copyright ownership. The ASF licenses this file</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * with the License. You may obtain a copy of the License at</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * KIND, either express or implied. See the License for the</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * under the License.</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; </div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="fwd_8hpp.html">./fwd.hpp</a>&quot;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;./internal/export.hpp&quot;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="endpoint_8hpp.html">./endpoint.hpp</a>&quot;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;./internal/object.hpp&quot;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="keyword">struct </span>pn_link_t;</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="classproton_1_1link.html"> 41</a></span>&#160;<span class="keyword">class</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;PN_CPP_CLASS_EXTERN <a class="code" href="classproton_1_1link.html">link</a> : <span class="keyword">public</span> internal::object&lt;pn_link_t&gt; , <span class="keyword">public</span> <a class="code" href="classproton_1_1endpoint.html">endpoint</a> {</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; <a class="code" href="classproton_1_1link.html">link</a>(pn_link_t* l) : internal::object&lt;pn_link_t&gt;(l) {}</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#ad29b379b3621ec393ac9f28b4ba8b010"> 49</a></span>&#160; <a class="code" href="classproton_1_1link.html#ad29b379b3621ec393ac9f28b4ba8b010">link</a>() : internal::object&lt;pn_link_t&gt;(0) {}</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#ab51c3843057c4c187574e2d44839f815"> 51</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">bool</span> <a class="code" href="classproton_1_1link.html#ab51c3843057c4c187574e2d44839f815">uninitialized</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#ad9735e23cb0888fb98e1c5893aecff7e"> 52</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">bool</span> <a class="code" href="classproton_1_1link.html#ad9735e23cb0888fb98e1c5893aecff7e">active</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#a090a10fab22d7faf0f74c8ccda0f1470"> 53</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">bool</span> closed() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; PN_CPP_EXTERN <span class="keyword">class </span><a class="code" href="classproton_1_1error__condition.html">error_condition</a> <a class="code" href="structproton_1_1error.html">error</a>() const;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#a5ae591df94fc66ccb85cbb6565368bca"> 57</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1link.html#a5ae591df94fc66ccb85cbb6565368bca">close</a>();</div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#a817883d28ce0ac8a29d917d196796f68"> 58</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1link.html#a817883d28ce0ac8a29d917d196796f68">close</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1error__condition.html">error_condition</a>&amp;);</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="comment">// XXX Should take error condition</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#ac295bade8aee589f6718dfa79edc2a34"> 65</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1link.html#ac295bade8aee589f6718dfa79edc2a34">detach</a>();</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#afd27bd11ba72d7df51c44f71b15749eb"> 68</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">int</span> <a class="code" href="classproton_1_1link.html#afd27bd11ba72d7df51c44f71b15749eb">credit</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; </div>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#a19c36a38b50e8080b94a47230a56234f"> 76</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">bool</span> <a class="code" href="classproton_1_1link.html#a19c36a38b50e8080b94a47230a56234f">draining</a>();</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; </div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#a1d89c28bd42ba9a52da008bb69367171"> 79</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1link.html#a1d89c28bd42ba9a52da008bb69367171">name</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; </div>
<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#a2f632b80247e868b8264b8a025b84baf"> 82</a></span>&#160; PN_CPP_EXTERN <span class="keyword">class </span><a class="code" href="classproton_1_1container.html">container</a> &amp;<a class="code" href="classproton_1_1link.html#a2f632b80247e868b8264b8a025b84baf">container</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; </div>
<div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="classproton_1_1link.html#a7c755d6ac6385e007adb61966598ba63"> 85</a></span>&#160; PN_CPP_EXTERN <span class="keyword">class </span><a class="code" href="classproton_1_1work__queue.html">work_queue</a>&amp; <a class="code" href="classproton_1_1link.html#a7c755d6ac6385e007adb61966598ba63">work_queue</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; </div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; PN_CPP_EXTERN <span class="keyword">class </span><a class="code" href="classproton_1_1connection.html">connection</a> <a class="code" href="classproton_1_1connection.html">connection</a>() const;</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; </div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; PN_CPP_EXTERN <span class="keyword">class </span><a class="code" href="classproton_1_1session.html">session</a> <a class="code" href="classproton_1_1session.html">session</a>() const;</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; </div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; </div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <span class="comment">// Initiate the AMQP attach frame.</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; <span class="keywordtype">void</span> attach();</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; </div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <span class="keyword">friend</span> <span class="keyword">class </span>internal::factory&lt;<a class="code" href="classproton_1_1link.html">link</a>&gt;;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; </div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;};</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; </div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;}</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="preprocessor">#endif // PROTON_LINK_HPP</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclassproton_1_1error__condition_html"><div class="ttname"><a href="classproton_1_1error__condition.html">proton::error_condition</a></div><div class="ttdoc">Describes an endpoint error state.</div><div class="ttdef"><b>Definition:</b> error_condition.hpp:40</div></div>
<div class="ttc" id="aclassproton_1_1link_html_ac295bade8aee589f6718dfa79edc2a34"><div class="ttname"><a href="classproton_1_1link.html#ac295bade8aee589f6718dfa79edc2a34">proton::link::detach</a></div><div class="ttdeci">void detach()</div><div class="ttdoc">Suspend the link without closing it.</div></div>
<div class="ttc" id="aclassproton_1_1link_html_a2f632b80247e868b8264b8a025b84baf"><div class="ttname"><a href="classproton_1_1link.html#a2f632b80247e868b8264b8a025b84baf">proton::link::container</a></div><div class="ttdeci">class container &amp; container() const</div><div class="ttdoc">The container for this link.</div></div>
<div class="ttc" id="astructproton_1_1error_html"><div class="ttname"><a href="structproton_1_1error.html">proton::error</a></div><div class="ttdoc">The base Proton error.</div><div class="ttdef"><b>Definition:</b> error.hpp:41</div></div>
<div class="ttc" id="aclassproton_1_1container_html"><div class="ttname"><a href="classproton_1_1container.html">proton::container</a></div><div class="ttdoc">A top-level container of connections, sessions, and links.</div><div class="ttdef"><b>Definition:</b> container.hpp:50</div></div>
<div class="ttc" id="afwd_8hpp_html"><div class="ttname"><a href="fwd_8hpp.html">fwd.hpp</a></div><div class="ttdoc">Forward declarations.</div></div>
<div class="ttc" id="aclassproton_1_1endpoint_html"><div class="ttname"><a href="classproton_1_1endpoint.html">proton::endpoint</a></div><div class="ttdoc">The base class for session, connection, and link.</div><div class="ttdef"><b>Definition:</b> endpoint.hpp:37</div></div>
<div class="ttc" id="aclassproton_1_1connection_html"><div class="ttname"><a href="classproton_1_1connection.html">proton::connection</a></div><div class="ttdoc">A connection to a remote AMQP peer.</div><div class="ttdef"><b>Definition:</b> connection.hpp:45</div></div>
<div class="ttc" id="aclassproton_1_1link_html_ad29b379b3621ec393ac9f28b4ba8b010"><div class="ttname"><a href="classproton_1_1link.html#ad29b379b3621ec393ac9f28b4ba8b010">proton::link::link</a></div><div class="ttdeci">link()</div><div class="ttdoc">Create an empty link.</div><div class="ttdef"><b>Definition:</b> link.hpp:49</div></div>
<div class="ttc" id="aclassproton_1_1link_html_a5ae591df94fc66ccb85cbb6565368bca"><div class="ttname"><a href="classproton_1_1link.html#a5ae591df94fc66ccb85cbb6565368bca">proton::link::close</a></div><div class="ttdeci">void close()</div><div class="ttdoc">Close the endpoint.</div></div>
<div class="ttc" id="aendpoint_8hpp_html"><div class="ttname"><a href="endpoint_8hpp.html">endpoint.hpp</a></div><div class="ttdoc">The base class for session, connection, and link.</div></div>
<div class="ttc" id="aclassproton_1_1link_html_a817883d28ce0ac8a29d917d196796f68"><div class="ttname"><a href="classproton_1_1link.html#a817883d28ce0ac8a29d917d196796f68">proton::link::close</a></div><div class="ttdeci">void close(const error_condition &amp;)</div><div class="ttdoc">Close the endpoint with an error condition.</div></div>
<div class="ttc" id="aclassproton_1_1link_html_a1d89c28bd42ba9a52da008bb69367171"><div class="ttname"><a href="classproton_1_1link.html#a1d89c28bd42ba9a52da008bb69367171">proton::link::name</a></div><div class="ttdeci">std::string name() const</div><div class="ttdoc">Get the link name.</div></div>
<div class="ttc" id="aclassproton_1_1link_html_ab51c3843057c4c187574e2d44839f815"><div class="ttname"><a href="classproton_1_1link.html#ab51c3843057c4c187574e2d44839f815">proton::link::uninitialized</a></div><div class="ttdeci">bool uninitialized() const</div><div class="ttdoc">True if the local end is uninitialized.</div></div>
<div class="ttc" id="aclassproton_1_1link_html_a19c36a38b50e8080b94a47230a56234f"><div class="ttname"><a href="classproton_1_1link.html#a19c36a38b50e8080b94a47230a56234f">proton::link::draining</a></div><div class="ttdeci">bool draining()</div><div class="ttdoc">Unsettled API - True for a receiver if a drain cycle has been started and the corresponding on_receiv...</div></div>
<div class="ttc" id="aclassproton_1_1link_html_ad9735e23cb0888fb98e1c5893aecff7e"><div class="ttname"><a href="classproton_1_1link.html#ad9735e23cb0888fb98e1c5893aecff7e">proton::link::active</a></div><div class="ttdeci">bool active() const</div><div class="ttdoc">True if the local end is active.</div></div>
<div class="ttc" id="aclassproton_1_1link_html_afd27bd11ba72d7df51c44f71b15749eb"><div class="ttname"><a href="classproton_1_1link.html#afd27bd11ba72d7df51c44f71b15749eb">proton::link::credit</a></div><div class="ttdeci">int credit() const</div><div class="ttdoc">Credit available on the link.</div></div>
<div class="ttc" id="aclassproton_1_1link_html_a7c755d6ac6385e007adb61966598ba63"><div class="ttname"><a href="classproton_1_1link.html#a7c755d6ac6385e007adb61966598ba63">proton::link::work_queue</a></div><div class="ttdeci">class work_queue &amp; work_queue() const</div><div class="ttdoc">Get the work_queue for the link.</div></div>
<div class="ttc" id="anamespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdoc">The main Proton namespace.</div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:33</div></div>
<div class="ttc" id="aclassproton_1_1link_html"><div class="ttname"><a href="classproton_1_1link.html">proton::link</a></div><div class="ttdoc">A named channel for sending or receiving messages.</div><div class="ttdef"><b>Definition:</b> link.hpp:42</div></div>
<div class="ttc" id="aclassproton_1_1session_html"><div class="ttname"><a href="classproton_1_1session.html">proton::session</a></div><div class="ttdoc">A container of senders and receivers.</div><div class="ttdef"><b>Definition:</b> session.hpp:42</div></div>
<div class="ttc" id="aclassproton_1_1work__queue_html"><div class="ttname"><a href="classproton_1_1work__queue.html">proton::work_queue</a></div><div class="ttdoc">Unsettled API - A context for thread-safe execution of work.</div><div class="ttdef"><b>Definition:</b> work_queue.hpp:339</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_3a71568e5d046e5ed52679664c3002a5.html">proton</a></li><li class="navelem"><a class="el" href="link_8hpp.html">link.hpp</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>
</body>
</html>