blob: fa2cbba180ad3f2f51cd56647cef57187a655b95 [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/message.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('message_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">message.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="message_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_MESSAGE_HPP</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="preprocessor">#define PROTON_MESSAGE_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="duration_8hpp.html">./duration.hpp</a>&quot;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="timestamp_8hpp.html">./timestamp.hpp</a>&quot;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="value_8hpp.html">./value.hpp</a>&quot;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="map_8hpp.html">./map.hpp</a>&quot;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="preprocessor">#include &quot;./internal/pn_unique_ptr.hpp&quot;</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="preprocessor">#include &lt;proton/type_compat.h&gt;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></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"> 41</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="keyword">struct </span>pn_message_t;</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="classproton_1_1message.html"> 50</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1message.html">message</a> {</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a071e4357cc12168d97a7251b5a5b9784"> 53</a></span>&#160; <span class="keyword">typedef</span> <a class="code" href="classproton_1_1map.html">map&lt;std::string, scalar&gt;</a> <a class="code" href="classproton_1_1message.html#a071e4357cc12168d97a7251b5a5b9784">property_map</a>;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a3c6892bfc5d3b4b1972dc23c004929b7"> 56</a></span>&#160; <span class="keyword">typedef</span> <a class="code" href="classproton_1_1map.html">map&lt;annotation_key, value&gt;</a> <a class="code" href="classproton_1_1message.html#a3c6892bfc5d3b4b1972dc23c004929b7">annotation_map</a>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; </div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915"> 59</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>();</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; </div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a583555130839030cf9aa09d81ff1eb1b"> 62</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#a583555130839030cf9aa09d81ff1eb1b">message</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1message.html">message</a>&amp;);</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#af7deffda335cb4457af3830b798182f4"> 65</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html">message</a>&amp; <a class="code" href="classproton_1_1message.html#af7deffda335cb4457af3830b798182f4">operator=</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1message.html">message</a>&amp;);</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#if PN_CPP_HAS_RVALUE_REFERENCES</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>(<a class="code" href="classproton_1_1message.html">message</a>&amp;&amp;);</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f"> 72</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html">message</a>&amp; <a class="code" href="classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f">operator=</a>(<a class="code" href="classproton_1_1message.html">message</a>&amp;&amp;);</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; </div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#aa99aeff68b6093da4e3c11ecf898376d"> 77</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aa99aeff68b6093da4e3c11ecf898376d">message</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1value.html">value</a>&amp; x);</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; </div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; PN_CPP_EXTERN ~<a class="code" href="classproton_1_1message.html">message</a>();</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160; </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_1message.html#ac8bb3912a3ce86b15842e79d0b421204"> 85</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#ac8bb3912a3ce86b15842e79d0b421204">clear</a>();</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; </div>
<div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a84811758e758988a802673edca6b77cb"> 91</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a84811758e758988a802673edca6b77cb">id</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1message__id.html">message_id</a>&amp;);</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; </div>
<div class="line"><a name="l00094"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#adfd60b48e376c1242e6ee0336804df6e"> 94</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1message__id.html">message_id</a> <a class="code" href="classproton_1_1message.html#adfd60b48e376c1242e6ee0336804df6e">id</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; </div>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a0b0bee09eb1678dcfa1b72c0038a6c17"> 97</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a0b0bee09eb1678dcfa1b72c0038a6c17">user</a>(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; </div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a9444df7d81bd265e0a8e1726fd12b058"> 100</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1message.html#a9444df7d81bd265e0a8e1726fd12b058">user</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; </div>
<div class="line"><a name="l00104"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a004ad90b21d243511631fd7f7deae3b7"> 104</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a004ad90b21d243511631fd7f7deae3b7">encode</a>(std::vector&lt;char&gt;&amp;) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#af21dd518ce50ffce76da4cfa7009e56a"> 107</a></span>&#160; PN_CPP_EXTERN std::vector&lt;char&gt; <a class="code" href="classproton_1_1message.html#af21dd518ce50ffce76da4cfa7009e56a">encode</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; </div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a53538e1ae48ba56e7285ca859d9cee50"> 110</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a53538e1ae48ba56e7285ca859d9cee50">decode</a>(<span class="keyword">const</span> std::vector&lt;char&gt;&amp;);</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160; </div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; </div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a2fda6a98616365e06f1d4a627d1a58ac"> 118</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a2fda6a98616365e06f1d4a627d1a58ac">to</a>(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a814dc49160018ce6fc68495b95557917"> 121</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1message.html#a814dc49160018ce6fc68495b95557917">to</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; </div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> address(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; PN_CPP_EXTERN std::string address() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160; </div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a4032b495d721bd6d29bfa33ebb8ac5fe"> 130</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a4032b495d721bd6d29bfa33ebb8ac5fe">reply_to</a>(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; </div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#afaf0d21a2f84f02a3cf129934e2a4245"> 133</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1message.html#afaf0d21a2f84f02a3cf129934e2a4245">reply_to</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160; </div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ad159656f1742235cd22a9c6aaabf9d2d"> 136</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#ad159656f1742235cd22a9c6aaabf9d2d">correlation_id</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1message__id.html">message_id</a>&amp;);</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; </div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#af315e837ef0814fac5c50cb9e1ef3c3a"> 139</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1message__id.html">message_id</a> <a class="code" href="classproton_1_1message.html#af315e837ef0814fac5c50cb9e1ef3c3a">correlation_id</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; </div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; </div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; </div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ae9af642f154a68ec0eb8e715ecaf95ae"> 147</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#ae9af642f154a68ec0eb8e715ecaf95ae">body</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1value.html">value</a>&amp; x);</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; </div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a96b6a6416cd89708ff96558bba498305"> 150</a></span>&#160; PN_CPP_EXTERN <span class="keyword">const</span> <a class="code" href="classproton_1_1value.html">value</a>&amp; <a class="code" href="classproton_1_1message.html#a96b6a6416cd89708ff96558bba498305">body</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; </div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a2b826744dc9d3d3d0988ffe05c81a41d"> 153</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1value.html">value</a>&amp; <a class="code" href="classproton_1_1message.html#a2b826744dc9d3d3d0988ffe05c81a41d">body</a>();</div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; </div>
<div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a35502b25971d91fb8fc1dea7f364f541"> 156</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a35502b25971d91fb8fc1dea7f364f541">subject</a>(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; </div>
<div class="line"><a name="l00159"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a828b19a7f783474c26f7535bbe652c5d"> 159</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1message.html#a828b19a7f783474c26f7535bbe652c5d">subject</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; </div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#af1529feca8d8ebbec7b699b80094a86f"> 162</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#af1529feca8d8ebbec7b699b80094a86f">content_type</a>(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; </div>
<div class="line"><a name="l00165"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a95e69c65a7be45de4459481aabf3282c"> 165</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1message.html#a95e69c65a7be45de4459481aabf3282c">content_type</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; </div>
<div class="line"><a name="l00168"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a4989509fabaa148e9e56030cf0b9d23d"> 168</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a4989509fabaa148e9e56030cf0b9d23d">content_encoding</a>(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; </div>
<div class="line"><a name="l00171"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#aae09423b599b0711618dba1fea27e5c5"> 171</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1message.html#aae09423b599b0711618dba1fea27e5c5">content_encoding</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; </div>
<div class="line"><a name="l00174"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a427bad59f1cf8f267fe2b396379b4698"> 174</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a427bad59f1cf8f267fe2b396379b4698">expiry_time</a>(<a class="code" href="classproton_1_1timestamp.html">timestamp</a>);</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; </div>
<div class="line"><a name="l00177"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a797add180df080ad92c640303b2c5fc8"> 177</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1timestamp.html">timestamp</a> <a class="code" href="classproton_1_1message.html#a797add180df080ad92c640303b2c5fc8">expiry_time</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; </div>
<div class="line"><a name="l00180"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a52000cda4f3d84e541a6aa15dfe3bbbc"> 180</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a52000cda4f3d84e541a6aa15dfe3bbbc">creation_time</a>(<a class="code" href="classproton_1_1timestamp.html">timestamp</a>);</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160; </div>
<div class="line"><a name="l00183"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a178b791501dfdb0b0b01922d6a3ddcb1"> 183</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1timestamp.html">timestamp</a> <a class="code" href="classproton_1_1message.html#a178b791501dfdb0b0b01922d6a3ddcb1">creation_time</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; </div>
<div class="line"><a name="l00194"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a0952cced87e1a210acf6c603eb1b6895"> 194</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">bool</span> <a class="code" href="classproton_1_1message.html#a0952cced87e1a210acf6c603eb1b6895">inferred</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160; </div>
<div class="line"><a name="l00197"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a174b1b064de4042d155727e4327b3dd7"> 197</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a174b1b064de4042d155727e4327b3dd7">inferred</a>(<span class="keywordtype">bool</span>);</div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160; </div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; </div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; </div>
<div class="line"><a name="l00208"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a55c609ea272a8ec55ce723b6bd0325ea"> 208</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">bool</span> <a class="code" href="classproton_1_1message.html#a55c609ea272a8ec55ce723b6bd0325ea">durable</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; </div>
<div class="line"><a name="l00211"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a84f7e28685ffb38fb86e9896743600cd"> 211</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a84f7e28685ffb38fb86e9896743600cd">durable</a>(<span class="keywordtype">bool</span>);</div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160; </div>
<div class="line"><a name="l00220"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a7d214bd08f8c6c4698bb91dedc5aed89"> 220</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1duration.html">duration</a> <a class="code" href="classproton_1_1message.html#a7d214bd08f8c6c4698bb91dedc5aed89">ttl</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160; </div>
<div class="line"><a name="l00223"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a62106618909df7a4a43e88316a9e9d61"> 223</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a62106618909df7a4a43e88316a9e9d61">ttl</a>(<a class="code" href="classproton_1_1duration.html">duration</a>);</div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; </div>
<div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ab558bc7b971e0c09d6ca1f4f93d71b41"> 232</a></span>&#160; PN_CPP_EXTERN uint8_t <a class="code" href="classproton_1_1message.html#ab558bc7b971e0c09d6ca1f4f93d71b41">priority</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160; </div>
<div class="line"><a name="l00235"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a74cc6581e2fa3d3c9f3a885921063b92"> 235</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a74cc6581e2fa3d3c9f3a885921063b92">priority</a>(uint8_t);</div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160; </div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; </div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; <span class="comment">// XXX The triple-not in the last sentence above is confusing.</span></div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; </div>
<div class="line"><a name="l00248"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a6b98f907faac42172e8ae1bdaa080e58"> 248</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">bool</span> <a class="code" href="classproton_1_1message.html#a6b98f907faac42172e8ae1bdaa080e58">first_acquirer</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160; </div>
<div class="line"><a name="l00251"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a6d4420c66252887a803043d03d3df998"> 251</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a6d4420c66252887a803043d03d3df998">first_acquirer</a>(<span class="keywordtype">bool</span>);</div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; </div>
<div class="line"><a name="l00257"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2"> 257</a></span>&#160; PN_CPP_EXTERN uint32_t <a class="code" href="classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2">delivery_count</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160; </div>
<div class="line"><a name="l00260"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1"> 260</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1">delivery_count</a>(uint32_t);</div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160; </div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160; </div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; </div>
<div class="line"><a name="l00268"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ac203a412f35c34fce9de3016a9d57fb4"> 268</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#ac203a412f35c34fce9de3016a9d57fb4">group_id</a>(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160; </div>
<div class="line"><a name="l00271"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a691ee3d0e9c9a156357b63a5661d206a"> 271</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1message.html#a691ee3d0e9c9a156357b63a5661d206a">group_id</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160; </div>
<div class="line"><a name="l00274"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a818be2ba3bb11b0fe8e1e0d514401889"> 274</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a818be2ba3bb11b0fe8e1e0d514401889">reply_to_group_id</a>(<span class="keyword">const</span> std::string&amp;);</div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160; </div>
<div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a9df0c7820d7beaf3c317c8a0a2545fd1"> 277</a></span>&#160; PN_CPP_EXTERN std::string <a class="code" href="classproton_1_1message.html#a9df0c7820d7beaf3c317c8a0a2545fd1">reply_to_group_id</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160; </div>
<div class="line"><a name="l00284"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#afad787e06e9c46c11e72b7c117c278e9"> 284</a></span>&#160; PN_CPP_EXTERN int32_t <a class="code" href="classproton_1_1message.html#afad787e06e9c46c11e72b7c117c278e9">group_sequence</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160; </div>
<div class="line"><a name="l00287"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a2c47345d04743821765ec83e13396f29"> 287</a></span>&#160; PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#a2c47345d04743821765ec83e13396f29">group_sequence</a>(int32_t);</div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160; </div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160; </div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160; </div>
<div class="line"><a name="l00296"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ac163919aa25a6ed5b33a29a96d04e028"> 296</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1map.html">property_map</a>&amp; <a class="code" href="classproton_1_1message.html#ac163919aa25a6ed5b33a29a96d04e028">properties</a>();</div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160; </div>
<div class="line"><a name="l00299"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ac7c0f75dbd504b5cde8b586a4005e262"> 299</a></span>&#160; PN_CPP_EXTERN <span class="keyword">const</span> <a class="code" href="classproton_1_1map.html">property_map</a>&amp; <a class="code" href="classproton_1_1message.html#ac7c0f75dbd504b5cde8b586a4005e262">properties</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160; </div>
<div class="line"><a name="l00303"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a5d96699458d8be84d821f5651a7b3717"> 303</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1map.html">annotation_map</a>&amp; <a class="code" href="classproton_1_1message.html#a5d96699458d8be84d821f5651a7b3717">message_annotations</a>();</div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160; </div>
<div class="line"><a name="l00306"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a05ea365ef83130c85ffbb74498955ca3"> 306</a></span>&#160; PN_CPP_EXTERN <span class="keyword">const</span> <a class="code" href="classproton_1_1map.html">annotation_map</a>&amp; <a class="code" href="classproton_1_1message.html#a05ea365ef83130c85ffbb74498955ca3">message_annotations</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160; </div>
<div class="line"><a name="l00310"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#adb613430bba5478feb0c458d8a9e7145"> 310</a></span>&#160; PN_CPP_EXTERN <a class="code" href="classproton_1_1map.html">annotation_map</a>&amp; <a class="code" href="classproton_1_1message.html#adb613430bba5478feb0c458d8a9e7145">delivery_annotations</a>();</div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160; </div>
<div class="line"><a name="l00313"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a61a343c78248490a76ea6999e8fccb65"> 313</a></span>&#160; PN_CPP_EXTERN <span class="keyword">const</span> <a class="code" href="classproton_1_1map.html">annotation_map</a>&amp; <a class="code" href="classproton_1_1message.html#a61a343c78248490a76ea6999e8fccb65">delivery_annotations</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160; </div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160; </div>
<div class="line"><a name="l00318"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a2014354e2553f4acc49fc9a921da7e92"> 318</a></span>&#160; PN_CPP_EXTERN <span class="keyword">static</span> <span class="keyword">const</span> uint8_t <a class="code" href="classproton_1_1message.html#a2014354e2553f4acc49fc9a921da7e92">default_priority</a>;</div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160; </div>
<div class="line"><a name="l00321"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a73bbb12abb592f610dc46ee3cc00ffa8"> 321</a></span>&#160; <span class="keyword">friend</span> PN_CPP_EXTERN std::ostream&amp; <a class="code" href="classproton_1_1message.html#a73bbb12abb592f610dc46ee3cc00ffa8">operator&lt;&lt;</a>(std::ostream&amp;, <span class="keyword">const</span> <a class="code" href="classproton_1_1message.html">message</a>&amp;);</div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; </div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160; <span class="keyword">struct </span>impl;</div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160; pn_message_t* pn_msg() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160; <span class="keyword">struct </span>impl&amp; impl() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160; </div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; <span class="keyword">mutable</span> pn_message_t* pn_msg_;</div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160; </div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160; PN_CPP_EXTERN <span class="keyword">friend</span> <span class="keywordtype">void</span> <a class="code" href="namespaceproton.html#ac316ee696bc5099a42ecec8ed4d8f656">swap</a>(<a class="code" href="classproton_1_1message.html">message</a>&amp;, <a class="code" href="classproton_1_1message.html">message</a>&amp;);</div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160;};</div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160; </div>
<div class="line"><a name="l00336"></a><span class="lineno"><a class="line" href="namespaceproton.html#aa06e1abe8e9c848ba20d89405436fb1f"> 336</a></span>&#160;PN_CPP_EXTERN std::string <a class="code" href="namespaceproton.html#aa06e1abe8e9c848ba20d89405436fb1f">to_string</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1message.html">message</a>&amp;);</div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160; </div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160;} <span class="comment">// proton</span></div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160; </div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160;<span class="preprocessor">#endif // PROTON_MESSAGE_HPP</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclassproton_1_1message_html_a52000cda4f3d84e541a6aa15dfe3bbbc"><div class="ttname"><a href="classproton_1_1message.html#a52000cda4f3d84e541a6aa15dfe3bbbc">proton::message::creation_time</a></div><div class="ttdeci">void creation_time(timestamp)</div><div class="ttdoc">Set the creation time.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a6b98f907faac42172e8ae1bdaa080e58"><div class="ttname"><a href="classproton_1_1message.html#a6b98f907faac42172e8ae1bdaa080e58">proton::message::first_acquirer</a></div><div class="ttdeci">bool first_acquirer() const</div><div class="ttdoc">Get the first acquirer flag.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ac163919aa25a6ed5b33a29a96d04e028"><div class="ttname"><a href="classproton_1_1message.html#ac163919aa25a6ed5b33a29a96d04e028">proton::message::properties</a></div><div class="ttdeci">property_map &amp; properties()</div><div class="ttdoc">Get the application properties map.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a6d4420c66252887a803043d03d3df998"><div class="ttname"><a href="classproton_1_1message.html#a6d4420c66252887a803043d03d3df998">proton::message::first_acquirer</a></div><div class="ttdeci">void first_acquirer(bool)</div><div class="ttdoc">Set the first acquirer flag.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a9df0c7820d7beaf3c317c8a0a2545fd1"><div class="ttname"><a href="classproton_1_1message.html#a9df0c7820d7beaf3c317c8a0a2545fd1">proton::message::reply_to_group_id</a></div><div class="ttdeci">std::string reply_to_group_id() const</div><div class="ttdoc">Get the reply-to group ID.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a814dc49160018ce6fc68495b95557917"><div class="ttname"><a href="classproton_1_1message.html#a814dc49160018ce6fc68495b95557917">proton::message::to</a></div><div class="ttdeci">std::string to() const</div><div class="ttdoc">Get the destination address.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a174b1b064de4042d155727e4327b3dd7"><div class="ttname"><a href="classproton_1_1message.html#a174b1b064de4042d155727e4327b3dd7">proton::message::inferred</a></div><div class="ttdeci">void inferred(bool)</div><div class="ttdoc">Set the inferred flag.</div></div>
<div class="ttc" id="aclassproton_1_1value_html"><div class="ttname"><a href="classproton_1_1value.html">proton::value</a></div><div class="ttdoc">A holder for any AMQP value, simple or complex.</div><div class="ttdef"><b>Definition:</b> value.hpp:57</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a004ad90b21d243511631fd7f7deae3b7"><div class="ttname"><a href="classproton_1_1message.html#a004ad90b21d243511631fd7f7deae3b7">proton::message::encode</a></div><div class="ttdeci">void encode(std::vector&lt; char &gt; &amp;) const</div><div class="ttdoc">Encode entire message into a byte vector, growing it if necessary.</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_1message_html_a071e4357cc12168d97a7251b5a5b9784"><div class="ttname"><a href="classproton_1_1message.html#a071e4357cc12168d97a7251b5a5b9784">proton::message::property_map</a></div><div class="ttdeci">map&lt; std::string, scalar &gt; property_map</div><div class="ttdoc">A map of string keys and AMQP scalar values.</div><div class="ttdef"><b>Definition:</b> message.hpp:53</div></div>
<div class="ttc" id="amap_8hpp_html"><div class="ttname"><a href="map_8hpp.html">map.hpp</a></div><div class="ttdoc">A collection of key-value pairs.</div></div>
<div class="ttc" id="aclassproton_1_1message__id_html"><div class="ttname"><a href="classproton_1_1message__id.html">proton::message_id</a></div><div class="ttdoc">An AMQP message ID.</div><div class="ttdef"><b>Definition:</b> message_id.hpp:47</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a2c47345d04743821765ec83e13396f29"><div class="ttname"><a href="classproton_1_1message.html#a2c47345d04743821765ec83e13396f29">proton::message::group_sequence</a></div><div class="ttdeci">void group_sequence(int32_t)</div><div class="ttdoc">Set the group sequence for a message.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a818be2ba3bb11b0fe8e1e0d514401889"><div class="ttname"><a href="classproton_1_1message.html#a818be2ba3bb11b0fe8e1e0d514401889">proton::message::reply_to_group_id</a></div><div class="ttdeci">void reply_to_group_id(const std::string &amp;)</div><div class="ttdoc">Set the reply-to group ID.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ac8bb3912a3ce86b15842e79d0b421204"><div class="ttname"><a href="classproton_1_1message.html#ac8bb3912a3ce86b15842e79d0b421204">proton::message::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdoc">Clear the message content and properties.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a2b826744dc9d3d3d0988ffe05c81a41d"><div class="ttname"><a href="classproton_1_1message.html#a2b826744dc9d3d3d0988ffe05c81a41d">proton::message::body</a></div><div class="ttdeci">value &amp; body()</div><div class="ttdoc">Get a reference to the body that can be modified in place.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_af1529feca8d8ebbec7b699b80094a86f"><div class="ttname"><a href="classproton_1_1message.html#af1529feca8d8ebbec7b699b80094a86f">proton::message::content_type</a></div><div class="ttdeci">void content_type(const std::string &amp;)</div><div class="ttdoc">Set the content type of the body.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ab8eed6909bec0a2ca6a76abed732a7e2"><div class="ttname"><a href="classproton_1_1message.html#ab8eed6909bec0a2ca6a76abed732a7e2">proton::message::delivery_count</a></div><div class="ttdeci">uint32_t delivery_count() const</div><div class="ttdoc">Get the delivery count.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a9444df7d81bd265e0a8e1726fd12b058"><div class="ttname"><a href="classproton_1_1message.html#a9444df7d81bd265e0a8e1726fd12b058">proton::message::user</a></div><div class="ttdeci">std::string user() const</div><div class="ttdoc">Get the user name or ID.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_aba502b8bb024cc38b45756fdf581f915"><div class="ttname"><a href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">proton::message::message</a></div><div class="ttdeci">message()</div><div class="ttdoc">Create an empty message.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a7d214bd08f8c6c4698bb91dedc5aed89"><div class="ttname"><a href="classproton_1_1message.html#a7d214bd08f8c6c4698bb91dedc5aed89">proton::message::ttl</a></div><div class="ttdeci">duration ttl() const</div><div class="ttdoc">Get the TTL.</div></div>
<div class="ttc" id="anamespaceproton_html_ac316ee696bc5099a42ecec8ed4d8f656"><div class="ttname"><a href="namespaceproton.html#ac316ee696bc5099a42ecec8ed4d8f656">proton::swap</a></div><div class="ttdeci">void swap(map&lt; K, T &gt; &amp;, map&lt; K, T &gt; &amp;)</div><div class="ttdoc">Swap proton::map instances.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_aae09423b599b0711618dba1fea27e5c5"><div class="ttname"><a href="classproton_1_1message.html#aae09423b599b0711618dba1fea27e5c5">proton::message::content_encoding</a></div><div class="ttdeci">std::string content_encoding() const</div><div class="ttdoc">Get the content encoding of the body.</div></div>
<div class="ttc" id="aclassproton_1_1map_html"><div class="ttname"><a href="classproton_1_1map.html">proton::map</a></div><div class="ttdoc">A collection of key-value pairs.</div><div class="ttdef"><b>Definition:</b> map.hpp:67</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ab558bc7b971e0c09d6ca1f4f93d71b41"><div class="ttname"><a href="classproton_1_1message.html#ab558bc7b971e0c09d6ca1f4f93d71b41">proton::message::priority</a></div><div class="ttdeci">uint8_t priority() const</div><div class="ttdoc">Get the priority.</div></div>
<div class="ttc" id="aclassproton_1_1duration_html"><div class="ttname"><a href="classproton_1_1duration.html">proton::duration</a></div><div class="ttdoc">A span of time in milliseconds.</div><div class="ttdef"><b>Definition:</b> duration.hpp:39</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a61a343c78248490a76ea6999e8fccb65"><div class="ttname"><a href="classproton_1_1message.html#a61a343c78248490a76ea6999e8fccb65">proton::message::delivery_annotations</a></div><div class="ttdeci">const annotation_map &amp; delivery_annotations() const</div><div class="ttdoc">Examine the delivery annotations map.</div></div>
<div class="ttc" id="anamespaceproton_html_aa06e1abe8e9c848ba20d89405436fb1f"><div class="ttname"><a href="namespaceproton.html#aa06e1abe8e9c848ba20d89405436fb1f">proton::to_string</a></div><div class="ttdeci">std::string to_string(const message &amp;)</div><div class="ttdoc">Human readable string representation.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ac7c0f75dbd504b5cde8b586a4005e262"><div class="ttname"><a href="classproton_1_1message.html#ac7c0f75dbd504b5cde8b586a4005e262">proton::message::properties</a></div><div class="ttdeci">const property_map &amp; properties() const</div><div class="ttdoc">Examine the application properties map.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a797add180df080ad92c640303b2c5fc8"><div class="ttname"><a href="classproton_1_1message.html#a797add180df080ad92c640303b2c5fc8">proton::message::expiry_time</a></div><div class="ttdeci">timestamp expiry_time() const</div><div class="ttdoc">Get the expiration time.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a05ea365ef83130c85ffbb74498955ca3"><div class="ttname"><a href="classproton_1_1message.html#a05ea365ef83130c85ffbb74498955ca3">proton::message::message_annotations</a></div><div class="ttdeci">const annotation_map &amp; message_annotations() const</div><div class="ttdoc">Examine the message annotations map.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a4989509fabaa148e9e56030cf0b9d23d"><div class="ttname"><a href="classproton_1_1message.html#a4989509fabaa148e9e56030cf0b9d23d">proton::message::content_encoding</a></div><div class="ttdeci">void content_encoding(const std::string &amp;)</div><div class="ttdoc">Set the content encoding of the body.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_aa99aeff68b6093da4e3c11ecf898376d"><div class="ttname"><a href="classproton_1_1message.html#aa99aeff68b6093da4e3c11ecf898376d">proton::message::message</a></div><div class="ttdeci">message(const value &amp;x)</div><div class="ttdoc">Create a message with its body set from any value that can be converted to a proton::value.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ac203a412f35c34fce9de3016a9d57fb4"><div class="ttname"><a href="classproton_1_1message.html#ac203a412f35c34fce9de3016a9d57fb4">proton::message::group_id</a></div><div class="ttdeci">void group_id(const std::string &amp;)</div><div class="ttdoc">Set the message group ID.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a55c609ea272a8ec55ce723b6bd0325ea"><div class="ttname"><a href="classproton_1_1message.html#a55c609ea272a8ec55ce723b6bd0325ea">proton::message::durable</a></div><div class="ttdeci">bool durable() const</div><div class="ttdoc">Get the durable flag.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_afad787e06e9c46c11e72b7c117c278e9"><div class="ttname"><a href="classproton_1_1message.html#afad787e06e9c46c11e72b7c117c278e9">proton::message::group_sequence</a></div><div class="ttdeci">int32_t group_sequence() const</div><div class="ttdoc">Get the group sequence.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a0b0bee09eb1678dcfa1b72c0038a6c17"><div class="ttname"><a href="classproton_1_1message.html#a0b0bee09eb1678dcfa1b72c0038a6c17">proton::message::user</a></div><div class="ttdeci">void user(const std::string &amp;)</div><div class="ttdoc">Set the user name or ID.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a74cc6581e2fa3d3c9f3a885921063b92"><div class="ttname"><a href="classproton_1_1message.html#a74cc6581e2fa3d3c9f3a885921063b92">proton::message::priority</a></div><div class="ttdeci">void priority(uint8_t)</div><div class="ttdoc">Set the priority.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a53538e1ae48ba56e7285ca859d9cee50"><div class="ttname"><a href="classproton_1_1message.html#a53538e1ae48ba56e7285ca859d9cee50">proton::message::decode</a></div><div class="ttdeci">void decode(const std::vector&lt; char &gt; &amp;)</div><div class="ttdoc">Decode from string data into the message.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a2014354e2553f4acc49fc9a921da7e92"><div class="ttname"><a href="classproton_1_1message.html#a2014354e2553f4acc49fc9a921da7e92">proton::message::default_priority</a></div><div class="ttdeci">static const uint8_t default_priority</div><div class="ttdoc">Default priority assigned to new messages.</div><div class="ttdef"><b>Definition:</b> message.hpp:318</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a73bbb12abb592f610dc46ee3cc00ffa8"><div class="ttname"><a href="classproton_1_1message.html#a73bbb12abb592f610dc46ee3cc00ffa8">proton::message::operator&lt;&lt;</a></div><div class="ttdeci">friend std::ostream &amp; operator&lt;&lt;(std::ostream &amp;, const message &amp;)</div><div class="ttdoc">Human readable string representation.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_afaf0d21a2f84f02a3cf129934e2a4245"><div class="ttname"><a href="classproton_1_1message.html#afaf0d21a2f84f02a3cf129934e2a4245">proton::message::reply_to</a></div><div class="ttdeci">std::string reply_to() const</div><div class="ttdoc">Get the address for replies.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_af21dd518ce50ffce76da4cfa7009e56a"><div class="ttname"><a href="classproton_1_1message.html#af21dd518ce50ffce76da4cfa7009e56a">proton::message::encode</a></div><div class="ttdeci">std::vector&lt; char &gt; encode() const</div><div class="ttdoc">Return encoded message as a byte vector.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ad159656f1742235cd22a9c6aaabf9d2d"><div class="ttname"><a href="classproton_1_1message.html#ad159656f1742235cd22a9c6aaabf9d2d">proton::message::correlation_id</a></div><div class="ttdeci">void correlation_id(const message_id &amp;)</div><div class="ttdoc">Set the ID for matching related messages.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_af7deffda335cb4457af3830b798182f4"><div class="ttname"><a href="classproton_1_1message.html#af7deffda335cb4457af3830b798182f4">proton::message::operator=</a></div><div class="ttdeci">message &amp; operator=(const message &amp;)</div><div class="ttdoc">Copy a message.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a96b6a6416cd89708ff96558bba498305"><div class="ttname"><a href="classproton_1_1message.html#a96b6a6416cd89708ff96558bba498305">proton::message::body</a></div><div class="ttdeci">const value &amp; body() const</div><div class="ttdoc">Get the body.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_adfd60b48e376c1242e6ee0336804df6e"><div class="ttname"><a href="classproton_1_1message.html#adfd60b48e376c1242e6ee0336804df6e">proton::message::id</a></div><div class="ttdeci">message_id id() const</div><div class="ttdoc">Get the message ID.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a5d96699458d8be84d821f5651a7b3717"><div class="ttname"><a href="classproton_1_1message.html#a5d96699458d8be84d821f5651a7b3717">proton::message::message_annotations</a></div><div class="ttdeci">annotation_map &amp; message_annotations()</div><div class="ttdoc">Get the message annotations map.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a35502b25971d91fb8fc1dea7f364f541"><div class="ttname"><a href="classproton_1_1message.html#a35502b25971d91fb8fc1dea7f364f541">proton::message::subject</a></div><div class="ttdeci">void subject(const std::string &amp;)</div><div class="ttdoc">Set the subject.</div></div>
<div class="ttc" id="avalue_8hpp_html"><div class="ttname"><a href="value_8hpp.html">value.hpp</a></div><div class="ttdoc">A holder for any AMQP value, simple or complex.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a62106618909df7a4a43e88316a9e9d61"><div class="ttname"><a href="classproton_1_1message.html#a62106618909df7a4a43e88316a9e9d61">proton::message::ttl</a></div><div class="ttdeci">void ttl(duration)</div><div class="ttdoc">Set the TTL.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a583555130839030cf9aa09d81ff1eb1b"><div class="ttname"><a href="classproton_1_1message.html#a583555130839030cf9aa09d81ff1eb1b">proton::message::message</a></div><div class="ttdeci">message(const message &amp;)</div><div class="ttdoc">Copy a message.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a427bad59f1cf8f267fe2b396379b4698"><div class="ttname"><a href="classproton_1_1message.html#a427bad59f1cf8f267fe2b396379b4698">proton::message::expiry_time</a></div><div class="ttdeci">void expiry_time(timestamp)</div><div class="ttdoc">Set the expiration time.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a178b791501dfdb0b0b01922d6a3ddcb1"><div class="ttname"><a href="classproton_1_1message.html#a178b791501dfdb0b0b01922d6a3ddcb1">proton::message::creation_time</a></div><div class="ttdeci">timestamp creation_time() const</div><div class="ttdoc">Get the creation time.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a84811758e758988a802673edca6b77cb"><div class="ttname"><a href="classproton_1_1message.html#a84811758e758988a802673edca6b77cb">proton::message::id</a></div><div class="ttdeci">void id(const message_id &amp;)</div><div class="ttdoc">Set the message ID.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ae9af642f154a68ec0eb8e715ecaf95ae"><div class="ttname"><a href="classproton_1_1message.html#ae9af642f154a68ec0eb8e715ecaf95ae">proton::message::body</a></div><div class="ttdeci">void body(const value &amp;x)</div><div class="ttdoc">Set the body. Equivalent to body() = x.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a691ee3d0e9c9a156357b63a5661d206a"><div class="ttname"><a href="classproton_1_1message.html#a691ee3d0e9c9a156357b63a5661d206a">proton::message::group_id</a></div><div class="ttdeci">std::string group_id() const</div><div class="ttdoc">Get the message group ID.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a4032b495d721bd6d29bfa33ebb8ac5fe"><div class="ttname"><a href="classproton_1_1message.html#a4032b495d721bd6d29bfa33ebb8ac5fe">proton::message::reply_to</a></div><div class="ttdeci">void reply_to(const std::string &amp;)</div><div class="ttdoc">Set the address for replies.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_adb613430bba5478feb0c458d8a9e7145"><div class="ttname"><a href="classproton_1_1message.html#adb613430bba5478feb0c458d8a9e7145">proton::message::delivery_annotations</a></div><div class="ttdeci">annotation_map &amp; delivery_annotations()</div><div class="ttdoc">Get the delivery annotations map.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_ac7abf26f9566b75b59af27ca13b2182f"><div class="ttname"><a href="classproton_1_1message.html#ac7abf26f9566b75b59af27ca13b2182f">proton::message::operator=</a></div><div class="ttdeci">message &amp; operator=(message &amp;&amp;)</div><div class="ttdoc">Move a message.</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="atimestamp_8hpp_html"><div class="ttname"><a href="timestamp_8hpp.html">timestamp.hpp</a></div><div class="ttdoc">A 64-bit timestamp in milliseconds since the Unix epoch.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_af315e837ef0814fac5c50cb9e1ef3c3a"><div class="ttname"><a href="classproton_1_1message.html#af315e837ef0814fac5c50cb9e1ef3c3a">proton::message::correlation_id</a></div><div class="ttdeci">message_id correlation_id() const</div><div class="ttdoc">Get the ID for matching related messages.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a2fda6a98616365e06f1d4a627d1a58ac"><div class="ttname"><a href="classproton_1_1message.html#a2fda6a98616365e06f1d4a627d1a58ac">proton::message::to</a></div><div class="ttdeci">void to(const std::string &amp;)</div><div class="ttdoc">Set the destination address.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a84f7e28685ffb38fb86e9896743600cd"><div class="ttname"><a href="classproton_1_1message.html#a84f7e28685ffb38fb86e9896743600cd">proton::message::durable</a></div><div class="ttdeci">void durable(bool)</div><div class="ttdoc">Set the durable flag.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a95e69c65a7be45de4459481aabf3282c"><div class="ttname"><a href="classproton_1_1message.html#a95e69c65a7be45de4459481aabf3282c">proton::message::content_type</a></div><div class="ttdeci">std::string content_type() const</div><div class="ttdoc">Get the content type of the body.</div></div>
<div class="ttc" id="aclassproton_1_1timestamp_html"><div class="ttname"><a href="classproton_1_1timestamp.html">proton::timestamp</a></div><div class="ttdoc">A 64-bit timestamp in milliseconds since the Unix epoch.</div><div class="ttdef"><b>Definition:</b> timestamp.hpp:35</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a828b19a7f783474c26f7535bbe652c5d"><div class="ttname"><a href="classproton_1_1message.html#a828b19a7f783474c26f7535bbe652c5d">proton::message::subject</a></div><div class="ttdeci">std::string subject() const</div><div class="ttdoc">Get the subject.</div></div>
<div class="ttc" id="aclassproton_1_1message_html"><div class="ttname"><a href="classproton_1_1message.html">proton::message</a></div><div class="ttdoc">An AMQP message.</div><div class="ttdef"><b>Definition:</b> message.hpp:50</div></div>
<div class="ttc" id="aduration_8hpp_html"><div class="ttname"><a href="duration_8hpp.html">duration.hpp</a></div><div class="ttdoc">A span of time in milliseconds.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a3c6892bfc5d3b4b1972dc23c004929b7"><div class="ttname"><a href="classproton_1_1message.html#a3c6892bfc5d3b4b1972dc23c004929b7">proton::message::annotation_map</a></div><div class="ttdeci">map&lt; annotation_key, value &gt; annotation_map</div><div class="ttdoc">A map of AMQP annotation keys and AMQP values.</div><div class="ttdef"><b>Definition:</b> message.hpp:56</div></div>
<div class="ttc" id="aclassproton_1_1message_html_aaaf044a6b10403eafed371d20d5ba5c1"><div class="ttname"><a href="classproton_1_1message.html#aaaf044a6b10403eafed371d20d5ba5c1">proton::message::delivery_count</a></div><div class="ttdeci">void delivery_count(uint32_t)</div><div class="ttdoc">Get the delivery count.</div></div>
<div class="ttc" id="aclassproton_1_1message_html_a0952cced87e1a210acf6c603eb1b6895"><div class="ttname"><a href="classproton_1_1message.html#a0952cced87e1a210acf6c603eb1b6895">proton::message::inferred</a></div><div class="ttdeci">bool inferred() const</div><div class="ttdoc">Get the inferred flag.</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="message_8hpp.html">message.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>