Modified: qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/message_8hpp_source.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/message_8hpp_source.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/message_8hpp_source.html (original) +++ qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/message_8hpp_source.html Thu Mar 24 12:41:32 2016 @@ -117,44 +117,44 @@ $(document).ready(function(){initNavTree <div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment"> *</span></div> <div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment"> */</span></div> <div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div> -<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include "proton/export.hpp"</span></div> -<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include "proton/message_id.hpp"</span></div> -<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include "proton/annotation_key.hpp"</span></div> -<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include "proton/pn_unique_ptr.hpp"</span></div> -<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include "proton/value.hpp"</span></div> -<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include "proton/duration.hpp"</span></div> -<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> </div> -<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> <span class="preprocessor">#include <string></span></div> -<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <vector></span></div> -<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include <utility></span></div> -<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div> -<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> <span class="keyword">struct </span>pn_message_t;</div> -<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> </div> -<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div> -<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div> -<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="keyword">class </span>link;</div> -<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">class </span>delivery;</div> -<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">class </span>message_id;</div> -<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">class </span>annotation_key;</div> -<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div> -<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="classproton_1_1message.html"> 48</a></span> <span class="keyword">class </span><a class="code" href="classproton_1_1message.html">message</a> {</div> -<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">public</span>:</div> -<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ab5d677a9545b923706388b12699115cb"> 51</a></span>  <span class="keyword">typedef</span> std::map<std::string, scalar> <a class="code" href="classproton_1_1message.html#ab5d677a9545b923706388b12699115cb">property_map</a>;</div> -<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> </div> -<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a9e6632424a9202af17b1665ccf975377"> 54</a></span>  <span class="keyword">typedef</span> std::map<annotation_key, value> <a class="code" href="classproton_1_1message.html#a9e6632424a9202af17b1665ccf975377">annotation_map</a>;</div> -<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> </div> -<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>();</div> -<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> </div> -<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1message.html">message</a>&);</div> -<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> </div> -<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> <span class="preprocessor">#if PN_CPP_HAS_CPP11</span></div> -<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>(<a class="code" href="classproton_1_1message.html">message</a>&&);</div> -<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> </div> -<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="comment">// XXX move assignment operator? - do this in general for CPP11</span></div> -<div class="line"><a name="l00067"></a><span class="lineno"> 67</span> <span class="preprocessor">#endif</span></div> -<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> </div> -<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a1cb4fe3f44b3f14e42146d8c7f1c87a5"> 71</a></span>  <span class="keyword">template</span> <<span class="keyword">class</span> T> <a class="code" href="classproton_1_1message.html#a1cb4fe3f44b3f14e42146d8c7f1c87a5">message</a>(<span class="keyword">const</span> T& x, <span class="keyword">typename</span> enable_amqp_type<T>::type * = 0) :</div> -<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  pn_msg_(0) { <a class="code" href="classproton_1_1message.html#ae982d85d2308abfe19bcf0d124299f8b">body</a>() = x; }</div> +<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <proton/map.hpp></span></div> +<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <proton/annotation_key.hpp></span></div> +<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <proton/duration.hpp></span></div> +<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="preprocessor">#include <proton/export.hpp></span></div> +<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="preprocessor">#include <proton/message_id.hpp></span></div> +<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#include <proton/pn_unique_ptr.hpp></span></div> +<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#include <proton/value.hpp></span></div> +<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div> +<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include <string></span></div> +<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include <vector></span></div> +<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> <span class="preprocessor">#include <utility></span></div> +<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div> +<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">struct </span>pn_message_t;</div> +<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> </div> +<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div> +<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> </div> +<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">class </span>link;</div> +<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">class </span>delivery;</div> +<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">class </span>message_id;</div> +<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">class </span>annotation_key;</div> +<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div> +<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="classproton_1_1message.html"> 49</a></span> <span class="keyword">class </span><a class="code" href="classproton_1_1message.html">message</a> {</div> +<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">public</span>:</div> +<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ab5d677a9545b923706388b12699115cb"> 52</a></span>  <span class="keyword">typedef</span> std::map<std::string, scalar> <a class="code" href="classproton_1_1message.html#ab5d677a9545b923706388b12699115cb">property_map</a>;</div> +<div class="line"><a name="l00053"></a><span class="lineno"> 53</span> </div> +<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#a9e6632424a9202af17b1665ccf975377"> 55</a></span>  <span class="keyword">typedef</span> std::map<annotation_key, value> <a class="code" href="classproton_1_1message.html#a9e6632424a9202af17b1665ccf975377">annotation_map</a>;</div> +<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> </div> +<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>();</div> +<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> </div> +<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1message.html">message</a>&);</div> +<div class="line"><a name="l00062"></a><span class="lineno"> 62</span> </div> +<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> <span class="preprocessor">#if PN_CPP_HAS_CPP11</span></div> +<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>(<a class="code" href="classproton_1_1message.html">message</a>&&);</div> +<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> </div> +<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="comment">// XXX move assignment operator? - do this in general for CPP11</span></div> +<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="preprocessor">#endif</span></div> +<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div> +<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  PN_CPP_EXTERN <a class="code" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1value.html">value</a>& x);</div> <div class="line"><a name="l00073"></a><span class="lineno"> 73</span> </div> <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  PN_CPP_EXTERN ~<a class="code" href="classproton_1_1message.html">message</a>();</div> <div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div> @@ -188,7 +188,7 @@ $(document).ready(function(){initNavTree <div class="line"><a name="l00119"></a><span class="lineno"> 119</span> </div> <div class="line"><a name="l00121"></a><span class="lineno"> 121</span> </div> <div class="line"><a name="l00124"></a><span class="lineno"> 124</span> </div> -<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c"> 126</a></span>  <span class="keyword">template</span><<span class="keyword">class</span> T> <span class="keyword">typename</span> enable_amqp_type<T>::type <a class="code" href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c">body</a>(<span class="keyword">const</span> T& v) { <a class="code" href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c">body</a>() = v; }</div> +<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  PN_CPP_EXTERN <span class="keywordtype">void</span> <a class="code" href="classproton_1_1message.html#ae982d85d2308abfe19bcf0d124299f8b">body</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1value.html">value</a>& x);</div> <div class="line"><a name="l00127"></a><span class="lineno"> 127</span> </div> <div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  PN_CPP_EXTERN <span class="keyword">const</span> <a class="code" href="classproton_1_1value.html">value</a>& <a class="code" href="classproton_1_1message.html#ae982d85d2308abfe19bcf0d124299f8b">body</a>() <span class="keyword">const</span>;</div> <div class="line"><a name="l00130"></a><span class="lineno"> 130</span> </div> @@ -276,31 +276,29 @@ $(document).ready(function(){initNavTree <div class="line"><a name="l00280"></a><span class="lineno"> 280</span> </div> <div class="line"><a name="l00281"></a><span class="lineno"> 281</span> <span class="preprocessor">#endif // PROTON_CPP_MESSAGE_H</span></div> <div class="ttc" id="classproton_1_1message_html_a3ae8a20748fb23fc17a7c221f435a326"><div class="ttname"><a href="classproton_1_1message.html#a3ae8a20748fb23fc17a7c221f435a326">proton::message::ttl</a></div><div class="ttdeci">duration ttl() const </div><div class="ttdoc">Get the TTL for a message. </div></div> -<div class="ttc" id="classproton_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:48</div></div> -<div class="ttc" id="classproton_1_1message_html_ab5d677a9545b923706388b12699115cb"><div class="ttname"><a href="classproton_1_1message.html#ab5d677a9545b923706388b12699115cb">proton::message::property_map</a></div><div class="ttdeci">std::map< std::string, scalar > property_map</div><div class="ttdoc">A map of string keys and AMQP scalar values. </div><div class="ttdef"><b>Definition:</b> message.hpp:51</div></div> +<div class="ttc" id="classproton_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:49</div></div> +<div class="ttc" id="classproton_1_1message_html_ab5d677a9545b923706388b12699115cb"><div class="ttname"><a href="classproton_1_1message.html#ab5d677a9545b923706388b12699115cb">proton::message::property_map</a></div><div class="ttdeci">std::map< std::string, scalar > property_map</div><div class="ttdoc">A map of string keys and AMQP scalar values. </div><div class="ttdef"><b>Definition:</b> message.hpp:52</div></div> <div class="ttc" id="classproton_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:34</div></div> -<div class="ttc" id="classproton_1_1message_html_ab28bab8ae43f7d731696cd717a65922c"><div class="ttname"><a href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c">proton::message::body</a></div><div class="ttdeci">enable_amqp_type< T >::type body(const T &v)</div><div class="ttdoc">Set the body, equivalent to body() = v. </div><div class="ttdef"><b>Definition:</b> message.hpp:126</div></div> <div class="ttc" id="classproton_1_1message_html_a72fbad8f3ef14c3d485f7478271f2cd4"><div class="ttname"><a href="classproton_1_1message.html#a72fbad8f3ef14c3d485f7478271f2cd4">proton::message::decode</a></div><div class="ttdeci">void decode(const std::vector< char > &bytes)</div><div class="ttdoc">Decode from string data into the message. </div></div> <div class="ttc" id="classproton_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 & message_annotations()</div><div class="ttdoc">Message annotations map, can be modified in place. </div></div> <div class="ttc" id="classproton_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 & delivery_annotations()</div><div class="ttdoc">Delivery annotations map, can be modified in place. </div></div> <div class="ttc" id="classproton_1_1message_html_a44ddc8be3787f1e396789dd0b1b965a9"><div class="ttname"><a href="classproton_1_1message.html#a44ddc8be3787f1e396789dd0b1b965a9">proton::message::application_properties</a></div><div class="ttdeci">property_map & application_properties()</div><div class="ttdoc">Application properties map, can be modified in place. </div></div> <div class="ttc" id="classproton_1_1delivery_html"><div class="ttname"><a href="classproton_1_1delivery.html">proton::delivery</a></div><div class="ttdoc">A message transfer. </div><div class="ttdef"><b>Definition:</b> delivery.hpp:36</div></div> -<div class="ttc" id="classproton_1_1message_html_a1cb4fe3f44b3f14e42146d8c7f1c87a5"><div class="ttname"><a href="classproton_1_1message.html#a1cb4fe3f44b3f14e42146d8c7f1c87a5">proton::message::message</a></div><div class="ttdeci">message(const T &x, typename enable_amqp_type< T >::type *=0)</div><div class="ttdoc">Create a message with its body set from any value that can be assigned to a proton::value. </div><div class="ttdef"><b>Definition:</b> message.hpp:71</div></div> <div class="ttc" id="classproton_1_1message_html_abeb7d9304ab3f637889e8039083647fa"><div class="ttname"><a href="classproton_1_1message.html#abeb7d9304ab3f637889e8039083647fa">proton::message::delivery_count</a></div><div class="ttdeci">uint32_t delivery_count() const </div><div class="ttdoc">Get the delivery count for a message. </div></div> <div class="ttc" id="classproton_1_1timestamp_html"><div class="ttname"><a href="classproton_1_1timestamp.html">proton::timestamp</a></div><div class="ttdoc">A timestamp in milliseconds since the epoch 00:00:00 (UTC), 1 January 1970. </div><div class="ttdef"><b>Definition:</b> timestamp.hpp:26</div></div> <div class="ttc" id="classproton_1_1message_html_a0c7b9197c16ef184ac4c639042fe6800"><div class="ttname"><a href="classproton_1_1message.html#a0c7b9197c16ef184ac4c639042fe6800">proton::message::durable</a></div><div class="ttdeci">bool durable() const </div><div class="ttdoc">Get the durable flag for a message. </div></div> -<div class="ttc" id="classproton_1_1value_html"><div class="ttname"><a href="classproton_1_1value.html">proton::value</a></div><div class="ttdoc">A holder for an AMQP value. </div><div class="ttdef"><b>Definition:</b> value.hpp:38</div></div> +<div class="ttc" id="classproton_1_1value_html"><div class="ttname"><a href="classproton_1_1value.html">proton::value</a></div><div class="ttdoc">A holder for any single AMQP value, simple or complex (can be list, array, map etc.) </div><div class="ttdef"><b>Definition:</b> value.hpp:56</div></div> <div class="ttc" id="classproton_1_1message_html_af7deffda335cb4457af3830b798182f4"><div class="ttname"><a href="classproton_1_1message.html#af7deffda335cb4457af3830b798182f4">proton::message::operator=</a></div><div class="ttdeci">message & operator=(const message &)</div><div class="ttdoc">Copy a message. </div></div> <div class="ttc" id="classproton_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="classproton_1_1message_html_a63a0efcbdb401f954f6f3499acf8f9fc"><div class="ttname"><a href="classproton_1_1message.html#a63a0efcbdb401f954f6f3499acf8f9fc">proton::message::priority</a></div><div class="ttdeci">uint8_t priority() const </div><div class="ttdoc">Get the priority for a message. </div></div> <div class="ttc" id="classproton_1_1message_html_a72c7fb9b51a6f42a28dd27aac7c9cae4"><div class="ttname"><a href="classproton_1_1message.html#a72c7fb9b51a6f42a28dd27aac7c9cae4">proton::message::inferred</a></div><div class="ttdeci">bool inferred() const </div><div class="ttdoc">Get the inferred flag for a message. </div></div> <div class="ttc" id="classproton_1_1message_html_ac8a6eb278511ca171bdc324f341b7d3f"><div class="ttname"><a href="classproton_1_1message.html#ac8a6eb278511ca171bdc324f341b7d3f">proton::message::group_sequence</a></div><div class="ttdeci">int32_t group_sequence() const </div><div class="ttdoc">Get the group sequence for a message. </div></div> <div class="ttc" id="classproton_1_1message_html_abd8822611da5ab8cdb109e87f74d7bdc"><div class="ttname"><a href="classproton_1_1message.html#abd8822611da5ab8cdb109e87f74d7bdc">proton::message::encode</a></div><div class="ttdeci">std::vector< char > encode() const </div><div class="ttdoc">Return encoded message as a byte vector. </div></div> -<div class="ttc" id="classproton_1_1message_html_a9e6632424a9202af17b1665ccf975377"><div class="ttname"><a href="classproton_1_1message.html#a9e6632424a9202af17b1665ccf975377">proton::message::annotation_map</a></div><div class="ttdeci">std::map< annotation_key, value > annotation_map</div><div class="ttdoc">A map of AMQP annotation keys and AMQP values. </div><div class="ttdef"><b>Definition:</b> message.hpp:54</div></div> +<div class="ttc" id="classproton_1_1message_html_a9e6632424a9202af17b1665ccf975377"><div class="ttname"><a href="classproton_1_1message.html#a9e6632424a9202af17b1665ccf975377">proton::message::annotation_map</a></div><div class="ttdeci">std::map< annotation_key, value > annotation_map</div><div class="ttdoc">A map of AMQP annotation keys and AMQP values. </div><div class="ttdef"><b>Definition:</b> message.hpp:55</div></div> <div class="ttc" id="classproton_1_1message_html_a122b054276ca071bb4c95bb11916263e"><div class="ttname"><a href="classproton_1_1message.html#a122b054276ca071bb4c95bb11916263e">proton::message::first_acquirer</a></div><div class="ttdeci">bool first_acquirer() const </div><div class="ttdoc">Get the first acquirer flag for a message. </div></div> <div class="ttc" id="namespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdef"><b>Definition:</b> acceptor.hpp:31</div></div> <div class="ttc" id="classproton_1_1message_html_ae982d85d2308abfe19bcf0d124299f8b"><div class="ttname"><a href="classproton_1_1message.html#ae982d85d2308abfe19bcf0d124299f8b">proton::message::body</a></div><div class="ttdeci">const value & body() const </div><div class="ttdoc">Get the body. </div></div> -<div class="ttc" id="classproton_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:37</div></div> +<div class="ttc" id="classproton_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:40</div></div> <div class="ttc" id="classproton_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><!-- fragment --></div><!-- contents --> </div><!-- doc-content -->
Modified: qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/message__id_8hpp_source.html URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/message__id_8hpp_source.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/message__id_8hpp_source.html (original) +++ qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/message__id_8hpp_source.html Thu Mar 24 12:41:32 2016 @@ -115,47 +115,52 @@ $(document).ready(function(){initNavTree <div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> * under the License.</span></div> <div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment"> */</span></div> <div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div> -<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include "<a class="code" href="types_8hpp.html">proton/types.hpp</a>"</span></div> -<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "proton/scalar.hpp"</span></div> -<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> </div> -<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div> -<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div> -<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classproton_1_1message__id.html"> 37</a></span> <span class="keyword">class </span><a class="code" href="classproton_1_1message__id.html">message_id</a> : <span class="keyword">public</span> restricted_scalar {</div> -<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keyword">public</span>:</div> -<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>(uint64_t x = 0) { scalar_ = x; }</div> -<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1uuid.html">uuid</a>& x) { scalar_ = x; }</div> -<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1binary.html">binary</a>& x) { scalar_ = x; }</div> -<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>(<span class="keyword">const</span> std::string& x) { scalar_ = x; }</div> -<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *x) { scalar_ = std::string(x); }</div> -<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> </div> -<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>& operator=(uint64_t x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> -<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>& operator=(<span class="keyword">const</span> <a class="code" href="classproton_1_1uuid.html">uuid</a>& x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> -<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>& operator=(<span class="keyword">const</span> <a class="code" href="classproton_1_1binary.html">binary</a>& x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> -<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>& operator=(<span class="keyword">const</span> std::string& x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> -<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d"> 55</a></span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>& <a class="code" href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d">operator=</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *x) { scalar_ = std::string(x); <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> -<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div> -<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  <span class="keywordtype">void</span> <span class="keyword">get</span>(uint64_t& x) <span class="keyword">const</span> { scalar_.get(x); }</div> -<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordtype">void</span> <span class="keyword">get</span>(uuid& x) <span class="keyword">const</span> { scalar_.get(x); }</div> -<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <span class="keywordtype">void</span> <span class="keyword">get</span>(binary& x) <span class="keyword">const</span> { scalar_.get(x); }</div> -<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="keywordtype">void</span> <span class="keyword">get</span>(std::string& x) <span class="keyword">const</span> { scalar_.get(x); }</div> -<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div> -<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="classproton_1_1message__id.html#a1541aac2858109c409fcf5eb4ba7799e"> 71</a></span>  <span class="keyword">template</span><<span class="keyword">class</span> T> T <span class="keyword">get</span>() <span class="keyword">const</span> { T x; <span class="keyword">get</span>(x); <span class="keywordflow">return</span> x; }</div> -<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> </div> -<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keyword">private</span>:</div> -<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>(<span class="keyword">const</span> pn_atom_t& a): restricted_scalar(a) {}</div> -<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div> -<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keyword">friend</span> <span class="keyword">class </span>message;</div> -<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  <span class="keyword">friend</span> <span class="keyword">class </span>internal::decoder;</div> -<div class="line"><a name="l00078"></a><span class="lineno"> 78</span> };</div> -<div class="line"><a name="l00079"></a><span class="lineno"> 79</span> </div> -<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> }</div> -<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> <span class="preprocessor">#endif // MESSAGE_ID_HPP</span></div> -<div class="ttc" id="classproton_1_1uuid_html"><div class="ttname"><a href="classproton_1_1uuid.html">proton::uuid</a></div><div class="ttdoc">A 16-byte universally unique identifier. </div><div class="ttdef"><b>Definition:</b> uuid.hpp:31</div></div> -<div class="ttc" id="types_8hpp_html"><div class="ttname"><a href="types_8hpp.html">types.hpp</a></div><div class="ttdoc">Defines C++ types representing AMQP types. </div></div> -<div class="ttc" id="classproton_1_1binary_html"><div class="ttname"><a href="classproton_1_1binary.html">proton::binary</a></div><div class="ttdoc">symbol is a std::string that represents the AMQP symbol type. </div><div class="ttdef"><b>Definition:</b> binary.hpp:29</div></div> -<div class="ttc" id="classproton_1_1message__id_html_a0e4798868734cc90ea4e9ed3ca870d3d"><div class="ttname"><a href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d">proton::message_id::operator=</a></div><div class="ttdeci">message_id & operator=(const char *x)</div><div class="ttdoc">char* is encoded as std::string </div><div class="ttdef"><b>Definition:</b> message_id.hpp:55</div></div> +<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <proton/binary.hpp></span></div> +<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <proton/scalar.hpp></span></div> +<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="preprocessor">#include <proton/uuid.hpp></span></div> +<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> </div> +<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="preprocessor">#include <string></span></div> +<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div> +<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div> +<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> </div> +<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classproton_1_1message__id.html"> 40</a></span> <span class="keyword">class </span><a class="code" href="classproton_1_1message__id.html">message_id</a> : <span class="keyword">public</span> restricted_scalar {</div> +<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  <span class="keyword">public</span>:</div> +<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3"> 43</a></span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>() { scalar_ = uint64_t(0); }</div> +<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1message__id.html">message_id</a>& x) { scalar_ = x; }</div> +<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>& operator=(<span class="keyword">const</span> <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>& x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> +<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> </div> +<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>(uint64_t x) { scalar_ = x; }</div> +<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>(<span class="keyword">const</span> uuid& x) { scalar_ = x; }</div> +<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>(<span class="keyword">const</span> binary& x) { scalar_ = x; }</div> +<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>(<span class="keyword">const</span> std::string& x) { scalar_ = x; }</div> +<div class="line"><a name="l00051"></a><span class="lineno"> 51</span> </div> +<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="classproton_1_1message__id.html#ae3fc740ad955386c29bfc275d4480136"> 53</a></span>  <a class="code" href="classproton_1_1message__id.html#ae3fc740ad955386c29bfc275d4480136">message_id</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* x) { scalar_ = x; }</div> +<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div> +<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classproton_1_1message__id.html">message_id</a>& operator=(uint64_t x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> +<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>& operator=(<span class="keyword">const</span> uuid& x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> +<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>& operator=(<span class="keyword">const</span> binary& x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> +<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>& operator=(<span class="keyword">const</span> std::string& x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div> +<div class="line"><a name="l00065"></a><span class="lineno"> 65</span> </div> +<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keywordtype">void</span> <span class="keyword">get</span>(uint64_t& x) <span class="keyword">const</span> { scalar_.get(x); }</div> +<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  <span class="keywordtype">void</span> <span class="keyword">get</span>(uuid& x) <span class="keyword">const</span> { scalar_.get(x); }</div> +<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keywordtype">void</span> <span class="keyword">get</span>(binary& x) <span class="keyword">const</span> { scalar_.get(x); }</div> +<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  <span class="keywordtype">void</span> <span class="keyword">get</span>(std::string& x) <span class="keyword">const</span> { scalar_.get(x); }</div> +<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> </div> +<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classproton_1_1message__id.html#a1541aac2858109c409fcf5eb4ba7799e"> 79</a></span>  <span class="keyword">template</span><<span class="keyword">class</span> T> T <span class="keyword">get</span>() <span class="keyword">const</span> { T x; <span class="keyword">get</span>(x); <span class="keywordflow">return</span> x; }</div> +<div class="line"><a name="l00080"></a><span class="lineno"> 80</span> </div> +<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  <span class="keyword">private</span>:</div> +<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <a class="code" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a>(<span class="keyword">const</span> pn_atom_t& a): restricted_scalar(a) {}</div> +<div class="line"><a name="l00083"></a><span class="lineno"> 83</span> </div> +<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keyword">friend</span> <span class="keyword">class </span>message;</div> +<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  <span class="keyword">friend</span> <span class="keyword">class </span>codec::decoder;</div> +<div class="line"><a name="l00086"></a><span class="lineno"> 86</span> };</div> +<div class="line"><a name="l00087"></a><span class="lineno"> 87</span> </div> +<div class="line"><a name="l00088"></a><span class="lineno"> 88</span> }</div> +<div class="line"><a name="l00089"></a><span class="lineno"> 89</span> <span class="preprocessor">#endif // MESSAGE_ID_HPP</span></div> +<div class="ttc" id="classproton_1_1message__id_html_ae3fc740ad955386c29bfc275d4480136"><div class="ttname"><a href="classproton_1_1message__id.html#ae3fc740ad955386c29bfc275d4480136">proton::message_id::message_id</a></div><div class="ttdeci">message_id(const char *x)</div><div class="ttdoc">Extra conversion - treat char* as amqp::STRING. </div><div class="ttdef"><b>Definition:</b> message_id.hpp:53</div></div> <div class="ttc" id="namespaceproton_html"><div class="ttname"><a href="namespaceproton.html">proton</a></div><div class="ttdef"><b>Definition:</b> acceptor.hpp:31</div></div> -<div class="ttc" id="classproton_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:37</div></div> +<div class="ttc" id="classproton_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:40</div></div> +<div class="ttc" id="classproton_1_1message__id_html_afb6e34ccd03d666d3e5cd4312064c4a3"><div class="ttname"><a href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">proton::message_id::message_id</a></div><div class="ttdeci">message_id()</div><div class="ttdoc">An empty message_id has a uint64_t == 0 value. </div><div class="ttdef"><b>Definition:</b> message_id.hpp:43</div></div> </div><!-- fragment --></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> Modified: qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/navtreedata.js URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/navtreedata.js?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/navtreedata.js (original) +++ qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/navtreedata.js Thu Mar 24 12:41:32 2016 @@ -33,9 +33,9 @@ var NAVTREE = var NAVTREEINDEX = [ ".html", -"classproton_1_1link__iterator.html#ac0ddd007dfcfef3121f74d0665dfd0cd", -"classproton_1_1ssl.html", -"structproton_1_1error.html#a78012ecea1670fd9d2a63478468d48c8" +"classproton_1_1handler.html#a11d500048a93f88cfc51ea9abaa685bf", +"classproton_1_1scalar.html#a5240d90d984f11ce69cbe0e0d5c06c28", +"files.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; Modified: qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js (original) +++ qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/navtreeindex0.js Thu Mar 24 12:41:32 2016 @@ -2,6 +2,7 @@ var NAVTREEINDEX0 = { ".html":[2,0,0], ".html":[3,0,0], +".html":[3,0,0,0], "README_8hpp_source.html":[4,0,1,0,0], "acceptor_8hpp_source.html":[4,0,2,0], "amqp_8hpp_source.html":[4,0,2,1], @@ -11,243 +12,242 @@ var NAVTREEINDEX0 = "broker_8cpp-example.html":[5,0], "broker_8hpp-example.html":[5,1], "byte__array_8hpp_source.html":[4,0,2,4], -"classproton_1_1acceptor.html":[3,0,0,1], -"classproton_1_1acceptor.html#a5ae591df94fc66ccb85cbb6565368bca":[3,0,0,1,1], -"classproton_1_1acceptor.html#ab963172f8e38b29e67d2b0f2081fbd12":[3,0,0,1,2], -"classproton_1_1acceptor.html#abca6c99d0ebf350dc36d2277a3e4ccca":[3,0,0,1,0], -"classproton_1_1annotation__key.html":[3,0,0,5], -"classproton_1_1annotation__key.html#a085a31aed84d3c8d710102131bae556e":[3,0,0,5,10], -"classproton_1_1annotation__key.html#a1541aac2858109c409fcf5eb4ba7799e":[3,0,0,5,5], -"classproton_1_1annotation__key.html#a16a6dfe837d4d38e9033b2c4ce15c7d5":[3,0,0,5,2], -"classproton_1_1annotation__key.html#a66ceb164d011d6093397953a5593b9dc":[3,0,0,5,6], -"classproton_1_1annotation__key.html#aabaaf88897930fa92b6b88cbcfbd8703":[3,0,0,5,3], -"classproton_1_1annotation__key.html#aba88e1af7efe29bc94c9d1bbbf75b64c":[3,0,0,5,1], -"classproton_1_1annotation__key.html#ac1571974890909e4027c8eda3a7877f2":[3,0,0,5,4], -"classproton_1_1annotation__key.html#acde842b82d257271f07a642d344aeaa4":[3,0,0,5,8], -"classproton_1_1annotation__key.html#adf5c253dc7ca30bb66f6fe057527660c":[3,0,0,5,7], -"classproton_1_1annotation__key.html#ae8d5b81b3953c0a267a65f2bbc3f3d41":[3,0,0,5,9], -"classproton_1_1annotation__key.html#afc4fea66a5961af2a279366b3eadcc13":[3,0,0,5,0], -"classproton_1_1binary.html":[3,0,0,6], -"classproton_1_1binary.html#a98d5634fd6dc2b9960dec5febfffd84a":[3,0,0,6,0], -"classproton_1_1binary.html#aeedadd85329cb2882ce1c8f1b049587f":[3,0,0,6,1], -"classproton_1_1byte__array.html":[3,0,0,7], -"classproton_1_1byte__array.html#a03b598c27d7d68857a02259eca68ea7c":[3,0,0,7,0], -"classproton_1_1byte__array.html#a43b072c392b8ed7e8e2a9009491b5a87":[3,0,0,7,8], -"classproton_1_1byte__array.html#a6970c46b937474e167b146ff74484ca5":[3,0,0,7,6], -"classproton_1_1byte__array.html#a90eec194d5806000cdeb736b782844ce":[3,0,0,7,5], -"classproton_1_1byte__array.html#a99e7594a4558ebe2691989f87419dc31":[3,0,0,7,2], -"classproton_1_1byte__array.html#ad431daee7daddf53f8aca682ddf3c940":[3,0,0,7,1], -"classproton_1_1byte__array.html#ae77bf39c0cb45e2b4f9391dd6c9b1776":[3,0,0,7,3], -"classproton_1_1byte__array.html#ae826995827ec4abdb8e2212ebbc4e506":[3,0,0,7,7], -"classproton_1_1byte__array.html#afe996ca799ba4d8409f77f724d027f73":[3,0,0,7,4], -"classproton_1_1comparable.html":[3,0,0,8], -"classproton_1_1comparable.html#a13159133fb4b9bb38696013b61be3621":[3,0,0,8,0], -"classproton_1_1comparable.html#a404e6cea4e28d4227d3467174fbe7a06":[3,0,0,8,2], -"classproton_1_1comparable.html#a71a26ea935a19f365a0990c384a153d8":[3,0,0,8,1], -"classproton_1_1comparable.html#ace62e19eb9cfc7d40ba4ef84d8fbd526":[3,0,0,8,3], -"classproton_1_1condition.html":[3,0,0,9], -"classproton_1_1condition.html#a37627d5d5bba7f4a8690c71c2ab3cb07":[3,0,0,9,4], -"classproton_1_1condition.html#a7b5000e45c1386c4e56ef650f6b0ef5b":[3,0,0,9,1], -"classproton_1_1condition.html#a8fbefe24bf3e82dc233855d0915574b6":[3,0,0,9,3], -"classproton_1_1condition.html#aac1f494c787e89f4e50b22c2c2f93d45":[3,0,0,9,0], -"classproton_1_1condition.html#ac6e61de369e994009e36f344f99c15ad":[3,0,0,9,2], -"classproton_1_1condition.html#ac8b1d32dbd52d431450c70b151cfa205":[3,0,0,9,5], -"classproton_1_1condition.html#acecd2618798017fe94c19a79e5edb35a":[3,0,0,9,6], -"classproton_1_1connection.html":[3,0,0,10], -"classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462":[3,0,0,10,5], -"classproton_1_1connection.html#a11010ac968cfdf09018bd47e06646c22":[3,0,0,10,4], -"classproton_1_1connection.html#a1e2622353881ca93799c7d127a1464ce":[3,0,0,10,14], -"classproton_1_1connection.html#a417060fdeea996b1684bd0fecc6c6420":[3,0,0,10,11], -"classproton_1_1connection.html#a492e060bda7b5f5a49a9e5cd19f92834":[3,0,0,10,12], -"classproton_1_1connection.html#a5ae591df94fc66ccb85cbb6565368bca":[3,0,0,10,2], -"classproton_1_1connection.html#a604ee46e04955a2323f305b4a81017a0":[3,0,0,10,3], -"classproton_1_1connection.html#a7ebd6d1b79102078ccdb1e07b1cd90f7":[3,0,0,10,10], -"classproton_1_1connection.html#a7fa48f6882eccec91ea9c433e1ad2a57":[3,0,0,10,1], -"classproton_1_1connection.html#a89faad37d419b75c47031ddf530b0ab6":[3,0,0,10,15], -"classproton_1_1connection.html#a9660be8f45524b15c3931fb752de3b3e":[3,0,0,10,0], -"classproton_1_1connection.html#aa246b89acfdf85eff5e58f3fceae46dd":[3,0,0,10,13], -"classproton_1_1connection.html#aaaea8dc733566e78a066d2435f8a60c5":[3,0,0,10,8], -"classproton_1_1connection.html#ab85a9642d69a48c9fa5d3a2906d52a9e":[3,0,0,10,6], -"classproton_1_1connection.html#af1fb4d28f91a33fb7c8a73a4083f6745":[3,0,0,10,9], -"classproton_1_1connection.html#af304203ffaff9415b7884f53507b72dc":[3,0,0,10,7], -"classproton_1_1connection__engine.html":[3,0,0,11], -"classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38e":[3,0,0,11,1], -"classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38ea61aa7ff70b76bff0fda378cf61d6afbc":[3,0,0,11,1,1], -"classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38eacb9be765f361bb7efb9073730aac92c6":[3,0,0,11,1,0], -"classproton_1_1connection__engine.html#a24c88f59fb7d18a293dbc5e6cbebd744":[3,0,0,11,6], -"classproton_1_1connection__engine.html#a4bf8bb1392115b2a5e169b52256ddab3":[3,0,0,11,5], -"classproton_1_1connection__engine.html#a5685b82f6690b6f7ce946bc194db2248":[3,0,0,11,8], -"classproton_1_1connection__engine.html#a60d954ac4fbbeb5528462f82d8def262":[3,0,0,11,4], -"classproton_1_1connection__engine.html#abdc83eb9896a8e81488c29c266382ce1":[3,0,0,11,2], -"classproton_1_1connection__engine.html#aebb6f6a58ecb75cdaec3ed3b9cc7f500":[3,0,0,11,3], -"classproton_1_1connection__engine.html#af13d10fc3d843719af9ff4c456330a73":[3,0,0,11,7], -"classproton_1_1connection__options.html":[3,0,0,12], -"classproton_1_1connection__options.html#a2ba7b0ed05a7b28e8b953df4e16fe3ba":[3,0,0,12,9], -"classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167":[3,0,0,12,8], -"classproton_1_1connection__options.html#a4c6429303ccb719d9c585c88f300e007":[3,0,0,12,3], -"classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70":[3,0,0,12,14], -"classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6":[3,0,0,12,11], -"classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef":[3,0,0,12,15], -"classproton_1_1connection__options.html#a6c97b43c08a8ca22f136d8281b38aa8a":[3,0,0,12,4], -"classproton_1_1connection__options.html#a7c838237bfba8a5a04c2b97e6f023448":[3,0,0,12,5], -"classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d":[3,0,0,12,0], -"classproton_1_1connection__options.html#aa946cf564c3b226b0172b3b78f59928a":[3,0,0,12,1], -"classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686":[3,0,0,12,7], -"classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6":[3,0,0,12,12], -"classproton_1_1connection__options.html#adeab0ac65b8d78eb8a78002f1ecd1138":[3,0,0,12,2], -"classproton_1_1connection__options.html#ae04e46928f67fef14fc58c501fea1bd8":[3,0,0,12,6], -"classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d":[3,0,0,12,13], -"classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322":[3,0,0,12,10], -"classproton_1_1container.html":[3,0,0,13], -"classproton_1_1container.html#a02c26f6bf6a3d63784dc01e1991e67fd":[3,0,0,13,0], -"classproton_1_1container.html#a0c2d04a8b161f33eeae661b673ac2749":[3,0,0,13,11], -"classproton_1_1container.html#a13a43e6d814de94978c515cb084873b1":[3,0,0,13,10], -"classproton_1_1container.html#a544f214bbb007ed7c2331cbebb60c283":[3,0,0,13,4], -"classproton_1_1container.html#a602b27f3fe6fd33990eb29f165a9c23a":[3,0,0,13,1], -"classproton_1_1container.html#a7c64e64cedfa36303be53f0f581d1d24":[3,0,0,13,2], -"classproton_1_1container.html#a9d15beec9803fa359017bb6263cef249":[3,0,0,13,8], -"classproton_1_1container.html#aae9016a4b54d24cae86174baa6a38342":[3,0,0,13,5], -"classproton_1_1container.html#ab5a976cc459568f13da407a038591ca2":[3,0,0,13,7], -"classproton_1_1container.html#abe6a163dd9a95e0ef869c8d3bd265b1d":[3,0,0,13,6], -"classproton_1_1container.html#aca0c01788d99926296d620a23fa22d0c":[3,0,0,13,3], -"classproton_1_1container.html#ae8a3a769f9c424c05993f6d137376c76":[3,0,0,13,9], -"classproton_1_1decimal128.html":[3,0,0,15], -"classproton_1_1decimal128.html#a6970c46b937474e167b146ff74484ca5":[3,0,0,15,5], -"classproton_1_1decimal128.html#a90eec194d5806000cdeb736b782844ce":[3,0,0,15,4], -"classproton_1_1decimal128.html#a99e7594a4558ebe2691989f87419dc31":[3,0,0,15,1], -"classproton_1_1decimal128.html#ad431daee7daddf53f8aca682ddf3c940":[3,0,0,15,0], -"classproton_1_1decimal128.html#ae77bf39c0cb45e2b4f9391dd6c9b1776":[3,0,0,15,2], -"classproton_1_1decimal128.html#afe996ca799ba4d8409f77f724d027f73":[3,0,0,15,3], -"classproton_1_1decimal32.html":[3,0,0,16], -"classproton_1_1decimal32.html#a6970c46b937474e167b146ff74484ca5":[3,0,0,16,5], -"classproton_1_1decimal32.html#a90eec194d5806000cdeb736b782844ce":[3,0,0,16,4], -"classproton_1_1decimal32.html#a99e7594a4558ebe2691989f87419dc31":[3,0,0,16,1], -"classproton_1_1decimal32.html#ad431daee7daddf53f8aca682ddf3c940":[3,0,0,16,0], -"classproton_1_1decimal32.html#ae77bf39c0cb45e2b4f9391dd6c9b1776":[3,0,0,16,2], -"classproton_1_1decimal32.html#afe996ca799ba4d8409f77f724d027f73":[3,0,0,16,3], -"classproton_1_1decimal64.html":[3,0,0,17], -"classproton_1_1decimal64.html#a6970c46b937474e167b146ff74484ca5":[3,0,0,17,5], -"classproton_1_1decimal64.html#a90eec194d5806000cdeb736b782844ce":[3,0,0,17,4], -"classproton_1_1decimal64.html#a99e7594a4558ebe2691989f87419dc31":[3,0,0,17,1], -"classproton_1_1decimal64.html#ad431daee7daddf53f8aca682ddf3c940":[3,0,0,17,0], -"classproton_1_1decimal64.html#ae77bf39c0cb45e2b4f9391dd6c9b1776":[3,0,0,17,2], -"classproton_1_1decimal64.html#afe996ca799ba4d8409f77f724d027f73":[3,0,0,17,3], -"classproton_1_1delivery.html":[3,0,0,18], -"classproton_1_1delivery.html#a1fc41f40a60b380926eb717ed217bf86":[3,0,0,18,1], -"classproton_1_1delivery.html#a23b477d0e2d399f75d585d154c346591":[3,0,0,18,6], -"classproton_1_1delivery.html#a581faf982d53840945a9d2fc9bba441f":[3,0,0,18,7], -"classproton_1_1delivery.html#a7a2a3abb755d0d1a31414355520d054b":[3,0,0,18,4], -"classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c":[3,0,0,18,5], -"classproton_1_1delivery.html#aadb9f3b844fb4cf98288cd3c60a3af91":[3,0,0,18,2], -"classproton_1_1delivery.html#aca9726355bb7d42b75d374b5cc459040":[3,0,0,18,3], -"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90":[3,0,0,18,0], -"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[3,0,0,18,0,1], -"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[3,0,0,18,0,5], -"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[3,0,0,18,0,2], -"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[3,0,0,18,0,4], -"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[3,0,0,18,0,0], -"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[3,0,0,18,0,3], -"classproton_1_1duration.html":[3,0,0,19], -"classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304":[3,0,0,19,4], -"classproton_1_1duration.html#a387648a0c865302ff1a6cc334bce2e5c":[3,0,0,19,0], -"classproton_1_1duration.html#a8bdbf450cae4ec7457523cfebef08398":[3,0,0,19,2], -"classproton_1_1duration.html#aa4fb0163afbe72b04236e39e2b6d2dbf":[3,0,0,19,1], -"classproton_1_1duration.html#af55ebfb91b3132031de3f8cef94d785d":[3,0,0,19,3], -"classproton_1_1endpoint.html":[3,0,0,20], -"classproton_1_1endpoint.html#a0337d84a151d0b49ea1ef0f9d8619718":[3,0,0,20,1], -"classproton_1_1endpoint.html#a8e6552f9fc799927204b763969513099":[3,0,0,20,2], -"classproton_1_1endpoint.html#a9660be8f45524b15c3931fb752de3b3e":[3,0,0,20,0], -"classproton_1_1endpoint.html#ace88a3cd9782a46cdc46191f7f90f16a":[3,0,0,20,3], -"classproton_1_1event.html":[3,0,0,22], -"classproton_1_1event.html#a05e07a1a99eaa74c1a3288511b15cae5":[3,0,0,22,5], -"classproton_1_1event.html#a0696f6baa06a440a8c298d3d1fdde0b9":[3,0,0,22,2], -"classproton_1_1event.html#a0e7c7a175859e799ffe73f56284fd955":[3,0,0,22,0], -"classproton_1_1event.html#a2ce4835ffc5538deb4004da365e8be57":[3,0,0,22,4], -"classproton_1_1event.html#a68e6d2d54f8b0615c4e792c2bd4bb2c8":[3,0,0,22,7], -"classproton_1_1event.html#a7addccdd75bcff734183d97f241795cf":[3,0,0,22,6], -"classproton_1_1event.html#a89bfeade377f12d843e51d16c353a556":[3,0,0,22,1], -"classproton_1_1event.html#a99a7f65f3ec87715cfe5bd6cf67d0149":[3,0,0,22,9], -"classproton_1_1event.html#ac908cc6801972d717e39f56a6ebb3ffa":[3,0,0,22,8], -"classproton_1_1event.html#ad0ca65c8b8da50e660808a72c8e4f7e4":[3,0,0,22,3], -"classproton_1_1handler.html":[3,0,0,23], -"classproton_1_1handler.html#a019fcc18791d09c19b9e2a0fe009c6ed":[3,0,0,23,17], -"classproton_1_1handler.html#a0f6e03d8df452841c9cbe7377c23d6af":[3,0,0,23,9], -"classproton_1_1handler.html#a110155cb36348c5e4152b0be5faed101":[3,0,0,23,3], -"classproton_1_1handler.html#a11d500048a93f88cfc51ea9abaa685bf":[3,0,0,23,12], -"classproton_1_1handler.html#a165e449f34abebef55cd2cf285ae6ad7":[3,0,0,23,18], -"classproton_1_1handler.html#a3d682d04ca82abb60eb484f4d52291f3":[3,0,0,23,5], -"classproton_1_1handler.html#a42d253363048b5d7974ca819560f6ae3":[3,0,0,23,20], -"classproton_1_1handler.html#a49ba0fd5e97b550aa6e4c8a6a3be7d6d":[3,0,0,23,15], -"classproton_1_1handler.html#a4dfebd99ab152b534fe2b2c253534a48":[3,0,0,23,8], -"classproton_1_1handler.html#a577d7738cea44ac61730151f345c53bc":[3,0,0,23,4], -"classproton_1_1handler.html#a7067333f6b0e4bd1f342ff19e14c6871":[3,0,0,23,2], -"classproton_1_1handler.html#a74372127469f54153c13fc617cf14e17":[3,0,0,23,10], -"classproton_1_1handler.html#a7bc501eb65f4d895e716a2f81c09e617":[3,0,0,23,0], -"classproton_1_1handler.html#a853f861e091fdb37b69d94be1b0ea032":[3,0,0,23,16], -"classproton_1_1handler.html#a9f6d140896277e6d8149552859779945":[3,0,0,23,1], -"classproton_1_1handler.html#aa6a62b5ef7863a411933b8458c6ea53a":[3,0,0,23,19], -"classproton_1_1handler.html#ac3be8ed412c51a5afd530f59807e7547":[3,0,0,23,13], -"classproton_1_1handler.html#accdaeb02e010cd9a2137723f5a852969":[3,0,0,23,7], -"classproton_1_1handler.html#ad2a67dbef92bc5d05c37ad179577d6e2":[3,0,0,23,14], -"classproton_1_1handler.html#adb11639ed736cfb23f313fa4ec6dc264":[3,0,0,23,6], -"classproton_1_1handler.html#ade01b01951064667a5a076362c5e61ef":[3,0,0,23,11], -"classproton_1_1io_1_1listener.html":[3,0,0,0,1], -"classproton_1_1io_1_1listener.html#a2e1eb43db52be00597b4e7398e78f513":[3,0,0,0,1,4], -"classproton_1_1io_1_1listener.html#a694de5297ecaba02f90f183475de210b":[3,0,0,0,1,3], -"classproton_1_1io_1_1listener.html#a7b20021c0d5b97c93aec28cc646a9644":[3,0,0,0,1,2], -"classproton_1_1io_1_1listener.html#a9caf6e5d845d981780d2e7fde8795999":[3,0,0,0,1,1], -"classproton_1_1io_1_1listener.html#ac7d29e395fadfacad9f98bf70e5608fe":[3,0,0,0,1,0], -"classproton_1_1io_1_1socket__engine.html":[3,0,0,0,2], -"classproton_1_1io_1_1socket__engine.html#a0cf254566748164472be93c85ad6c38e":[3,0,0,0,2,0], -"classproton_1_1io_1_1socket__engine.html#a0cf254566748164472be93c85ad6c38ea61aa7ff70b76bff0fda378cf61d6afbc":[3,0,0,0,2,0,1], -"classproton_1_1io_1_1socket__engine.html#a0cf254566748164472be93c85ad6c38eacb9be765f361bb7efb9073730aac92c6":[3,0,0,0,2,0,0], -"classproton_1_1io_1_1socket__engine.html#a13a43e6d814de94978c515cb084873b1":[3,0,0,0,2,9], -"classproton_1_1io_1_1socket__engine.html#a24c88f59fb7d18a293dbc5e6cbebd744":[3,0,0,0,2,6], -"classproton_1_1io_1_1socket__engine.html#a2e1eb43db52be00597b4e7398e78f513":[3,0,0,0,2,10], -"classproton_1_1io_1_1socket__engine.html#a4bf8bb1392115b2a5e169b52256ddab3":[3,0,0,0,2,5], -"classproton_1_1io_1_1socket__engine.html#a4c41a190b1d63eff818877b99bfe48c3":[3,0,0,0,2,1], -"classproton_1_1io_1_1socket__engine.html#a5685b82f6690b6f7ce946bc194db2248":[3,0,0,0,2,8], -"classproton_1_1io_1_1socket__engine.html#a60d954ac4fbbeb5528462f82d8def262":[3,0,0,0,2,4], -"classproton_1_1io_1_1socket__engine.html#aae69b1d4e3236226f50285228c63aaaf":[3,0,0,0,2,3], -"classproton_1_1io_1_1socket__engine.html#aafca758e624afa229933f9dd0385c1a3":[3,0,0,0,2,2], -"classproton_1_1io_1_1socket__engine.html#af13d10fc3d843719af9ff4c456330a73":[3,0,0,0,2,7], -"classproton_1_1link.html":[3,0,0,24], -"classproton_1_1link.html#a00abbe9b0ea0fbe93cc37a97809db803":[3,0,0,24,30], -"classproton_1_1link.html#a085a31aed84d3c8d710102131bae556e":[3,0,0,24,29], -"classproton_1_1link.html#a08a29346f1a6b36085afc57cbba90894":[3,0,0,24,13], -"classproton_1_1link.html#a0c49e11e40611be0b41bf595b6455a83":[3,0,0,24,21], -"classproton_1_1link.html#a19b39d7db55ae2217f9cf411f84d6eb8":[3,0,0,24,31], -"classproton_1_1link.html#a1e2622353881ca93799c7d127a1464ce":[3,0,0,24,24], -"classproton_1_1link.html#a1e65cc5198f2c2e57d28815f401eb7d9":[3,0,0,24,8], -"classproton_1_1link.html#a2246ba119cbaa626fb423e1ba80f84c5":[3,0,0,24,7], -"classproton_1_1link.html#a37627d5d5bba7f4a8690c71c2ab3cb07":[3,0,0,24,9], -"classproton_1_1link.html#a377ff364a7dcdbdb9eecdf093c911c68":[3,0,0,24,27], -"classproton_1_1link.html#a42add3dc24b98be816b02f7ba64737f4":[3,0,0,24,11], -"classproton_1_1link.html#a492e060bda7b5f5a49a9e5cd19f92834":[3,0,0,24,15], -"classproton_1_1link.html#a5ae591df94fc66ccb85cbb6565368bca":[3,0,0,24,2], -"classproton_1_1link.html#a60e2fcd52ba2bd03228128a553a014f3":[3,0,0,24,22], -"classproton_1_1link.html#a75360c7515b9f569871c5ea953286649":[3,0,0,24,4], -"classproton_1_1link.html#a87c92a3ab55d72637182d4e945c681cb":[3,0,0,24,32], -"classproton_1_1link.html#a9660be8f45524b15c3931fb752de3b3e":[3,0,0,24,0], -"classproton_1_1link.html#aa29986e9373916447665a8791845e7cf":[3,0,0,24,20], -"classproton_1_1link.html#aa33faff52aea9845efaf184f86676cc5":[3,0,0,24,23], -"classproton_1_1link.html#aaaea8dc733566e78a066d2435f8a60c5":[3,0,0,24,6], -"classproton_1_1link.html#ab8db92c685717230b2f19be20c660005":[3,0,0,24,12], -"classproton_1_1link.html#abd8fb0f23fb89a42ed9400c88827e840":[3,0,0,24,28], -"classproton_1_1link.html#ac295bade8aee589f6718dfa79edc2a34":[3,0,0,24,5], -"classproton_1_1link.html#ac81056b1a7e924210d29e6b9c7e92a5d":[3,0,0,24,16], -"classproton_1_1link.html#aca635a041b8d3f8e51853ffdfb52f313":[3,0,0,24,14], -"classproton_1_1link.html#acccf10b1c073764952b94f813adc293b":[3,0,0,24,26], -"classproton_1_1link.html#ad29b379b3621ec393ac9f28b4ba8b010":[3,0,0,24,1], -"classproton_1_1link.html#ad5797a56dcc8453297ee6551fed06a95":[3,0,0,24,19], -"classproton_1_1link.html#adb115488bb4890f7fc705ee527ad71e0":[3,0,0,24,25], -"classproton_1_1link.html#adc8d612ee69e5722919c1bc2c95df66e":[3,0,0,24,18], -"classproton_1_1link.html#aeee292f0df11c996f050eeed7ff1ca90":[3,0,0,24,17], -"classproton_1_1link.html#af13d10fc3d843719af9ff4c456330a73":[3,0,0,24,3], -"classproton_1_1link.html#afdfda4724950dfecdbc2e74b6a888998":[3,0,0,24,10], -"classproton_1_1link__iterator.html":[3,0,0,25], -"classproton_1_1link__iterator.html#a265a253612b46abed17c61b0a5e5ce30":[3,0,0,25,0], -"classproton_1_1link__iterator.html#a3fc161753ed124e5fe468007fd6698ca":[3,0,0,25,1], -"classproton_1_1link__iterator.html#a774461e089ff2ea68687227d3874ac2a":[3,0,0,25,7], -"classproton_1_1link__iterator.html#abfbfc8aa9aea107652baa046c6c1c546":[3,0,0,25,4] +"classproton_1_1acceptor.html":[3,0,0,2], +"classproton_1_1acceptor.html#a5ae591df94fc66ccb85cbb6565368bca":[3,0,0,2,1], +"classproton_1_1acceptor.html#ab963172f8e38b29e67d2b0f2081fbd12":[3,0,0,2,2], +"classproton_1_1acceptor.html#abca6c99d0ebf350dc36d2277a3e4ccca":[3,0,0,2,0], +"classproton_1_1annotation__key.html":[3,0,0,3], +"classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8":[3,0,0,3,0], +"classproton_1_1annotation__key.html#a085a31aed84d3c8d710102131bae556e":[3,0,0,3,13], +"classproton_1_1annotation__key.html#a1541aac2858109c409fcf5eb4ba7799e":[3,0,0,3,8], +"classproton_1_1annotation__key.html#a16a6dfe837d4d38e9033b2c4ce15c7d5":[3,0,0,3,5], +"classproton_1_1annotation__key.html#a28051eb03430b91fddd273b1363e0cf1":[3,0,0,3,12], +"classproton_1_1annotation__key.html#a66ceb164d011d6093397953a5593b9dc":[3,0,0,3,10], +"classproton_1_1annotation__key.html#a743b78ecc4d60eb0c94d017954522f01":[3,0,0,3,1], +"classproton_1_1annotation__key.html#a914256725d6c00ea6a5cc10c7e0d6b7d":[3,0,0,3,9], +"classproton_1_1annotation__key.html#aabaaf88897930fa92b6b88cbcfbd8703":[3,0,0,3,6], +"classproton_1_1annotation__key.html#ab42bef5604a66bf59957d7e83f2d0a3b":[3,0,0,3,4], +"classproton_1_1annotation__key.html#aba88e1af7efe29bc94c9d1bbbf75b64c":[3,0,0,3,3], +"classproton_1_1annotation__key.html#ac0607ea9e191afacf475ad3cf2c7ffa1":[3,0,0,3,2], +"classproton_1_1annotation__key.html#ac1571974890909e4027c8eda3a7877f2":[3,0,0,3,7], +"classproton_1_1annotation__key.html#adf5c253dc7ca30bb66f6fe057527660c":[3,0,0,3,11], +"classproton_1_1binary.html":[3,0,0,4], +"classproton_1_1binary.html#a03ba9cbc781bec07f60156598ff67789":[3,0,0,4,6], +"classproton_1_1binary.html#a158c15ae02b18500986d8c1eaa364ba5":[3,0,0,4,1], +"classproton_1_1binary.html#a1b9b8885b0880fc4ddf9a2c7d1ca3dc4":[3,0,0,4,8], +"classproton_1_1binary.html#a41d17800b6b2db7003118d667e84ca94":[3,0,0,4,2], +"classproton_1_1binary.html#ab5f2c8b24864ff4b8ef7d4c543ec26d2":[3,0,0,4,0], +"classproton_1_1binary.html#ac04f4568094b18213b75d4400d8e2477":[3,0,0,4,7], +"classproton_1_1binary.html#ae5587f73a9cbca80502df1f975566bca":[3,0,0,4,4], +"classproton_1_1binary.html#aef5a7fbdb5ce0fdbe911409cde269474":[3,0,0,4,5], +"classproton_1_1binary.html#af400dbe3fe1572c567f882190c772196":[3,0,0,4,9], +"classproton_1_1binary.html#afa34e784fb8be947e55740b9c88d726f":[3,0,0,4,3], +"classproton_1_1byte__array.html":[3,0,0,5], +"classproton_1_1byte__array.html#a03b598c27d7d68857a02259eca68ea7c":[3,0,0,5,1], +"classproton_1_1byte__array.html#a03dc55107bee72cd1fccd0fa44d9d211":[3,0,0,5,4], +"classproton_1_1byte__array.html#a29f449472d3d26bba2f14679cc48966b":[3,0,0,5,6], +"classproton_1_1byte__array.html#a31f2ddcc75e61ae38455b09ea0e6d333":[3,0,0,5,7], +"classproton_1_1byte__array.html#a36f417ee02351da75379b957a798f58c":[3,0,0,5,3], +"classproton_1_1byte__array.html#a43b072c392b8ed7e8e2a9009491b5a87":[3,0,0,5,9], +"classproton_1_1byte__array.html#a592759ba587deee71795f698ffd5da18":[3,0,0,5,2], +"classproton_1_1byte__array.html#a8f8c70737d8431ff63342b386149d961":[3,0,0,5,5], +"classproton_1_1byte__array.html#acd77781b83256555c54fe8b83be4d624":[3,0,0,5,0], +"classproton_1_1byte__array.html#ae826995827ec4abdb8e2212ebbc4e506":[3,0,0,5,8], +"classproton_1_1codec_1_1data.html":[3,0,0,0,0], +"classproton_1_1codec_1_1data.html#a2012144a43e3e14dd495ba82b2663dfd":[3,0,0,0,0,9], +"classproton_1_1codec_1_1data.html#a2063391a2df2e01d257a0deea850258f":[3,0,0,0,0,1], +"classproton_1_1codec_1_1data.html#a6a4ac5e7c14963c67a89f56e6b249b5a":[3,0,0,0,0,6], +"classproton_1_1codec_1_1data.html#a6d2092659257ca523b45b972c740f98f":[3,0,0,0,0,13], +"classproton_1_1codec_1_1data.html#a80870c233d0237e3588a2d6f8d176916":[3,0,0,0,0,7], +"classproton_1_1codec_1_1data.html#a814065d8d0534a361b9dd9e7c10b6196":[3,0,0,0,0,8], +"classproton_1_1codec_1_1data.html#a8946aede0612428b75cbb25f03b35e16":[3,0,0,0,0,12], +"classproton_1_1codec_1_1data.html#aa3f101f08b701a1320781fec0ff23417":[3,0,0,0,0,0], +"classproton_1_1codec_1_1data.html#aa93b3077282a673a1cbb7eed3b08993f":[3,0,0,0,0,2], +"classproton_1_1codec_1_1data.html#aad84d11869f8165c7fd3db0a6546beb5":[3,0,0,0,0,4], +"classproton_1_1codec_1_1data.html#ab8734e666421c9fe3b6380a818c6c727":[3,0,0,0,0,11], +"classproton_1_1codec_1_1data.html#ac6e61de369e994009e36f344f99c15ad":[3,0,0,0,0,5], +"classproton_1_1codec_1_1data.html#ac8bb3912a3ce86b15842e79d0b421204":[3,0,0,0,0,3], +"classproton_1_1codec_1_1data.html#ae64e4e44f4823ab4d9cb19f30b43320d":[3,0,0,0,0,10], +"classproton_1_1codec_1_1encoder.html":[3,0,0,0,1], +"classproton_1_1codec_1_1encoder.html#a026090b41c4124df80ff12eb7376d97c":[3,0,0,0,1,28], +"classproton_1_1codec_1_1encoder.html#a05b307b3735c19f17f1fadf74921cd8b":[3,0,0,0,1,7], +"classproton_1_1codec_1_1encoder.html#a079b5020dd92471f6c11c146643e24ae":[3,0,0,0,1,39], +"classproton_1_1codec_1_1encoder.html#a154c0e081b8017745a837797fbde7fee":[3,0,0,0,1,32], +"classproton_1_1codec_1_1encoder.html#a1a22fc8bfea6eee79c2af6e1c66f8f59":[3,0,0,0,1,33], +"classproton_1_1codec_1_1encoder.html#a2012144a43e3e14dd495ba82b2663dfd":[3,0,0,0,1,41], +"classproton_1_1codec_1_1encoder.html#a2063391a2df2e01d257a0deea850258f":[3,0,0,0,1,2], +"classproton_1_1codec_1_1encoder.html#a256cc7b4b7dd7892e0c9ddd227aa2d08":[3,0,0,0,1,16], +"classproton_1_1codec_1_1encoder.html#a289344af804abf24123b27a593cf6d75":[3,0,0,0,1,15], +"classproton_1_1codec_1_1encoder.html#a2bc8b873db5e5ad60cc147fa7837eb66":[3,0,0,0,1,22], +"classproton_1_1codec_1_1encoder.html#a2d41565e7410ec7a72097da5b399fd79":[3,0,0,0,1,31], +"classproton_1_1codec_1_1encoder.html#a3c0a094e7f852de0a4197c0fdab85004":[3,0,0,0,1,0], +"classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a":[3,0,0,0,1,36], +"classproton_1_1codec_1_1encoder.html#a50df2bc8b5e10a44954eba818f498670":[3,0,0,0,1,34], +"classproton_1_1codec_1_1encoder.html#a58d4ee3210ac38139b21b37395cded82":[3,0,0,0,1,20], +"classproton_1_1codec_1_1encoder.html#a5b86eb0a2446ffdb575e025d01b6125e":[3,0,0,0,1,19], +"classproton_1_1codec_1_1encoder.html#a637be23190575b2606bf7f2babbeed6b":[3,0,0,0,1,24], +"classproton_1_1codec_1_1encoder.html#a6a4ac5e7c14963c67a89f56e6b249b5a":[3,0,0,0,1,10], +"classproton_1_1codec_1_1encoder.html#a6d0287b4b20df95b953f6dca6b508a55":[3,0,0,0,1,25], +"classproton_1_1codec_1_1encoder.html#a787671d718220595f9586b4364d63423":[3,0,0,0,1,17], +"classproton_1_1codec_1_1encoder.html#a80870c233d0237e3588a2d6f8d176916":[3,0,0,0,1,11], +"classproton_1_1codec_1_1encoder.html#a814065d8d0534a361b9dd9e7c10b6196":[3,0,0,0,1,40], +"classproton_1_1codec_1_1encoder.html#a8946aede0612428b75cbb25f03b35e16":[3,0,0,0,1,44], +"classproton_1_1codec_1_1encoder.html#a9112a034cd885653d48bb72a75962252":[3,0,0,0,1,38], +"classproton_1_1codec_1_1encoder.html#a9911728c8cb7ffe20a16f7127a1db017":[3,0,0,0,1,18], +"classproton_1_1codec_1_1encoder.html#a99a09d3c83841c60328ef3baa99d792a":[3,0,0,0,1,21], +"classproton_1_1codec_1_1encoder.html#aa3863df939a84acdd057bbe64c11cae3":[3,0,0,0,1,23], +"classproton_1_1codec_1_1encoder.html#aa93b3077282a673a1cbb7eed3b08993f":[3,0,0,0,1,3], +"classproton_1_1codec_1_1encoder.html#aad84d11869f8165c7fd3db0a6546beb5":[3,0,0,0,1,5], +"classproton_1_1codec_1_1encoder.html#aae45c710375811896a4d7be67ced2f95":[3,0,0,0,1,14], +"classproton_1_1codec_1_1encoder.html#ab8734e666421c9fe3b6380a818c6c727":[3,0,0,0,1,43], +"classproton_1_1codec_1_1encoder.html#abc4b560a005e9160693c85aae05086a0":[3,0,0,0,1,30], +"classproton_1_1codec_1_1encoder.html#ac2131a7ce711f2e6a84ebe1d47cc5777":[3,0,0,0,1,8], +"classproton_1_1codec_1_1encoder.html#ac6e61de369e994009e36f344f99c15ad":[3,0,0,0,1,6], +"classproton_1_1codec_1_1encoder.html#ac8bb3912a3ce86b15842e79d0b421204":[3,0,0,0,1,4], +"classproton_1_1codec_1_1encoder.html#ad236fe917e7543c22425a12bddbdc821":[3,0,0,0,1,9], +"classproton_1_1codec_1_1encoder.html#ae5bb6a3c6c371d3413e701fb7e44771a":[3,0,0,0,1,26], +"classproton_1_1codec_1_1encoder.html#ae64e4e44f4823ab4d9cb19f30b43320d":[3,0,0,0,1,42], +"classproton_1_1codec_1_1encoder.html#ae899d62164114228541da27e80372bc2":[3,0,0,0,1,35], +"classproton_1_1codec_1_1encoder.html#af349ef49ff5e1e7d8e4c820af93c1263":[3,0,0,0,1,1], +"classproton_1_1codec_1_1encoder.html#af67234a0da37a0f53dec9583325f81e9":[3,0,0,0,1,27], +"classproton_1_1codec_1_1encoder.html#af97ad446d4405daa02b4b6be8e7737ec":[3,0,0,0,1,13], +"classproton_1_1codec_1_1encoder.html#afa468f3d76819d6270f8065f4cb805d6":[3,0,0,0,1,12], +"classproton_1_1codec_1_1encoder.html#afdab0295f119a4badf63a947d508ef97":[3,0,0,0,1,29], +"classproton_1_1codec_1_1encoder.html#aff80847062808f57f31dc1c4cf6e7080":[3,0,0,0,1,37], +"classproton_1_1comparable.html":[3,0,0,6], +"classproton_1_1comparable.html#a13159133fb4b9bb38696013b61be3621":[3,0,0,6,0], +"classproton_1_1comparable.html#a404e6cea4e28d4227d3467174fbe7a06":[3,0,0,6,2], +"classproton_1_1comparable.html#a71a26ea935a19f365a0990c384a153d8":[3,0,0,6,1], +"classproton_1_1comparable.html#ace62e19eb9cfc7d40ba4ef84d8fbd526":[3,0,0,6,3], +"classproton_1_1condition.html":[3,0,0,7], +"classproton_1_1condition.html#a37627d5d5bba7f4a8690c71c2ab3cb07":[3,0,0,7,4], +"classproton_1_1condition.html#a7b5000e45c1386c4e56ef650f6b0ef5b":[3,0,0,7,1], +"classproton_1_1condition.html#a8fbefe24bf3e82dc233855d0915574b6":[3,0,0,7,3], +"classproton_1_1condition.html#aac1f494c787e89f4e50b22c2c2f93d45":[3,0,0,7,0], +"classproton_1_1condition.html#ac6e61de369e994009e36f344f99c15ad":[3,0,0,7,2], +"classproton_1_1condition.html#ac8b1d32dbd52d431450c70b151cfa205":[3,0,0,7,5], +"classproton_1_1condition.html#acecd2618798017fe94c19a79e5edb35a":[3,0,0,7,6], +"classproton_1_1connection.html":[3,0,0,8], +"classproton_1_1connection.html#a0e37f5c26858e9fa4399acbbcdbb6462":[3,0,0,8,5], +"classproton_1_1connection.html#a11010ac968cfdf09018bd47e06646c22":[3,0,0,8,4], +"classproton_1_1connection.html#a1e2622353881ca93799c7d127a1464ce":[3,0,0,8,14], +"classproton_1_1connection.html#a417060fdeea996b1684bd0fecc6c6420":[3,0,0,8,11], +"classproton_1_1connection.html#a492e060bda7b5f5a49a9e5cd19f92834":[3,0,0,8,12], +"classproton_1_1connection.html#a5ae591df94fc66ccb85cbb6565368bca":[3,0,0,8,2], +"classproton_1_1connection.html#a604ee46e04955a2323f305b4a81017a0":[3,0,0,8,3], +"classproton_1_1connection.html#a7ebd6d1b79102078ccdb1e07b1cd90f7":[3,0,0,8,10], +"classproton_1_1connection.html#a7fa48f6882eccec91ea9c433e1ad2a57":[3,0,0,8,1], +"classproton_1_1connection.html#a89faad37d419b75c47031ddf530b0ab6":[3,0,0,8,15], +"classproton_1_1connection.html#a9660be8f45524b15c3931fb752de3b3e":[3,0,0,8,0], +"classproton_1_1connection.html#aa246b89acfdf85eff5e58f3fceae46dd":[3,0,0,8,13], +"classproton_1_1connection.html#aaaea8dc733566e78a066d2435f8a60c5":[3,0,0,8,8], +"classproton_1_1connection.html#ab85a9642d69a48c9fa5d3a2906d52a9e":[3,0,0,8,6], +"classproton_1_1connection.html#af1fb4d28f91a33fb7c8a73a4083f6745":[3,0,0,8,9], +"classproton_1_1connection.html#af304203ffaff9415b7884f53507b72dc":[3,0,0,8,7], +"classproton_1_1connection__engine.html":[3,0,0,9], +"classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38e":[3,0,0,9,1], +"classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38ea61aa7ff70b76bff0fda378cf61d6afbc":[3,0,0,9,1,1], +"classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38eacb9be765f361bb7efb9073730aac92c6":[3,0,0,9,1,0], +"classproton_1_1connection__engine.html#a24c88f59fb7d18a293dbc5e6cbebd744":[3,0,0,9,6], +"classproton_1_1connection__engine.html#a4bf8bb1392115b2a5e169b52256ddab3":[3,0,0,9,5], +"classproton_1_1connection__engine.html#a5685b82f6690b6f7ce946bc194db2248":[3,0,0,9,8], +"classproton_1_1connection__engine.html#a60d954ac4fbbeb5528462f82d8def262":[3,0,0,9,4], +"classproton_1_1connection__engine.html#abdc83eb9896a8e81488c29c266382ce1":[3,0,0,9,2], +"classproton_1_1connection__engine.html#aebb6f6a58ecb75cdaec3ed3b9cc7f500":[3,0,0,9,3], +"classproton_1_1connection__engine.html#af13d10fc3d843719af9ff4c456330a73":[3,0,0,9,7], +"classproton_1_1connection__options.html":[3,0,0,10], +"classproton_1_1connection__options.html#a2ba7b0ed05a7b28e8b953df4e16fe3ba":[3,0,0,10,9], +"classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167":[3,0,0,10,8], +"classproton_1_1connection__options.html#a4c6429303ccb719d9c585c88f300e007":[3,0,0,10,3], +"classproton_1_1connection__options.html#a4eb280b5a62adb5b2075d6316a590c70":[3,0,0,10,14], +"classproton_1_1connection__options.html#a52f0724b86920647ef8624922aa54ab6":[3,0,0,10,11], +"classproton_1_1connection__options.html#a5ce3c4591be545f5ae67f22ef64fb9ef":[3,0,0,10,15], +"classproton_1_1connection__options.html#a6c97b43c08a8ca22f136d8281b38aa8a":[3,0,0,10,4], +"classproton_1_1connection__options.html#a7c838237bfba8a5a04c2b97e6f023448":[3,0,0,10,5], +"classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d":[3,0,0,10,0], +"classproton_1_1connection__options.html#aa946cf564c3b226b0172b3b78f59928a":[3,0,0,10,1], +"classproton_1_1connection__options.html#ad0e93961fd048b2ee5e8bdac2b041686":[3,0,0,10,7], +"classproton_1_1connection__options.html#ad8e93a44cab5e65949046fb036c237a6":[3,0,0,10,12], +"classproton_1_1connection__options.html#adeab0ac65b8d78eb8a78002f1ecd1138":[3,0,0,10,2], +"classproton_1_1connection__options.html#ae04e46928f67fef14fc58c501fea1bd8":[3,0,0,10,6], +"classproton_1_1connection__options.html#aedcd8a70f24d08ab0bb6178524ae6a0d":[3,0,0,10,13], +"classproton_1_1connection__options.html#afbabea03db40dee25da7bbdc7e918322":[3,0,0,10,10], +"classproton_1_1container.html":[3,0,0,11], +"classproton_1_1container.html#a02c26f6bf6a3d63784dc01e1991e67fd":[3,0,0,11,0], +"classproton_1_1container.html#a0c2d04a8b161f33eeae661b673ac2749":[3,0,0,11,11], +"classproton_1_1container.html#a13a43e6d814de94978c515cb084873b1":[3,0,0,11,10], +"classproton_1_1container.html#a544f214bbb007ed7c2331cbebb60c283":[3,0,0,11,4], +"classproton_1_1container.html#a602b27f3fe6fd33990eb29f165a9c23a":[3,0,0,11,1], +"classproton_1_1container.html#a7c64e64cedfa36303be53f0f581d1d24":[3,0,0,11,2], +"classproton_1_1container.html#a9d15beec9803fa359017bb6263cef249":[3,0,0,11,8], +"classproton_1_1container.html#aae9016a4b54d24cae86174baa6a38342":[3,0,0,11,5], +"classproton_1_1container.html#ab5a976cc459568f13da407a038591ca2":[3,0,0,11,7], +"classproton_1_1container.html#abe6a163dd9a95e0ef869c8d3bd265b1d":[3,0,0,11,6], +"classproton_1_1container.html#aca0c01788d99926296d620a23fa22d0c":[3,0,0,11,3], +"classproton_1_1container.html#ae8a3a769f9c424c05993f6d137376c76":[3,0,0,11,9], +"classproton_1_1decimal128.html":[3,0,0,13], +"classproton_1_1decimal128.html#a03dc55107bee72cd1fccd0fa44d9d211":[3,0,0,13,3], +"classproton_1_1decimal128.html#a29f449472d3d26bba2f14679cc48966b":[3,0,0,13,5], +"classproton_1_1decimal128.html#a31f2ddcc75e61ae38455b09ea0e6d333":[3,0,0,13,6], +"classproton_1_1decimal128.html#a36f417ee02351da75379b957a798f58c":[3,0,0,13,2], +"classproton_1_1decimal128.html#a592759ba587deee71795f698ffd5da18":[3,0,0,13,1], +"classproton_1_1decimal128.html#a8f8c70737d8431ff63342b386149d961":[3,0,0,13,4], +"classproton_1_1decimal128.html#acd77781b83256555c54fe8b83be4d624":[3,0,0,13,0], +"classproton_1_1decimal32.html":[3,0,0,14], +"classproton_1_1decimal32.html#a03dc55107bee72cd1fccd0fa44d9d211":[3,0,0,14,3], +"classproton_1_1decimal32.html#a29f449472d3d26bba2f14679cc48966b":[3,0,0,14,5], +"classproton_1_1decimal32.html#a31f2ddcc75e61ae38455b09ea0e6d333":[3,0,0,14,6], +"classproton_1_1decimal32.html#a36f417ee02351da75379b957a798f58c":[3,0,0,14,2], +"classproton_1_1decimal32.html#a592759ba587deee71795f698ffd5da18":[3,0,0,14,1], +"classproton_1_1decimal32.html#a8f8c70737d8431ff63342b386149d961":[3,0,0,14,4], +"classproton_1_1decimal32.html#acd77781b83256555c54fe8b83be4d624":[3,0,0,14,0], +"classproton_1_1decimal64.html":[3,0,0,15], +"classproton_1_1decimal64.html#a03dc55107bee72cd1fccd0fa44d9d211":[3,0,0,15,3], +"classproton_1_1decimal64.html#a29f449472d3d26bba2f14679cc48966b":[3,0,0,15,5], +"classproton_1_1decimal64.html#a31f2ddcc75e61ae38455b09ea0e6d333":[3,0,0,15,6], +"classproton_1_1decimal64.html#a36f417ee02351da75379b957a798f58c":[3,0,0,15,2], +"classproton_1_1decimal64.html#a592759ba587deee71795f698ffd5da18":[3,0,0,15,1], +"classproton_1_1decimal64.html#a8f8c70737d8431ff63342b386149d961":[3,0,0,15,4], +"classproton_1_1decimal64.html#acd77781b83256555c54fe8b83be4d624":[3,0,0,15,0], +"classproton_1_1delivery.html":[3,0,0,16], +"classproton_1_1delivery.html#a1fc41f40a60b380926eb717ed217bf86":[3,0,0,16,1], +"classproton_1_1delivery.html#a23b477d0e2d399f75d585d154c346591":[3,0,0,16,6], +"classproton_1_1delivery.html#a581faf982d53840945a9d2fc9bba441f":[3,0,0,16,7], +"classproton_1_1delivery.html#a7a2a3abb755d0d1a31414355520d054b":[3,0,0,16,4], +"classproton_1_1delivery.html#a84e832c2421763b25e1ae0d9a76f519c":[3,0,0,16,5], +"classproton_1_1delivery.html#aadb9f3b844fb4cf98288cd3c60a3af91":[3,0,0,16,2], +"classproton_1_1delivery.html#aca9726355bb7d42b75d374b5cc459040":[3,0,0,16,3], +"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90":[3,0,0,16,0], +"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90a1cf265da0334753368223d47f242a8df":[3,0,0,16,0,1], +"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90a26d303ed91d56d618217b9a038512754":[3,0,0,16,0,5], +"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90a69c37229a15f9a89e188ad210f31c647":[3,0,0,16,0,2], +"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90aa38d18fe73a7fc82c112b6917d0b5cd0":[3,0,0,16,0,4], +"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90ac157bdf0b85a40d2619cbc8bc1ae5fe2":[3,0,0,16,0,0], +"classproton_1_1delivery.html#adc6e5733fc3c22f0a7b2914188c49c90adc7d25ac50cec5a18810f4e4f6614364":[3,0,0,16,0,3], +"classproton_1_1duration.html":[3,0,0,17], +"classproton_1_1duration.html#a13ff6465e0979fe301b75ea574ce2304":[3,0,0,17,4], +"classproton_1_1duration.html#a387648a0c865302ff1a6cc334bce2e5c":[3,0,0,17,0], +"classproton_1_1duration.html#a8bdbf450cae4ec7457523cfebef08398":[3,0,0,17,2], +"classproton_1_1duration.html#aa4fb0163afbe72b04236e39e2b6d2dbf":[3,0,0,17,1], +"classproton_1_1duration.html#af55ebfb91b3132031de3f8cef94d785d":[3,0,0,17,3], +"classproton_1_1endpoint.html":[3,0,0,18], +"classproton_1_1endpoint.html#a0337d84a151d0b49ea1ef0f9d8619718":[3,0,0,18,1], +"classproton_1_1endpoint.html#a8e6552f9fc799927204b763969513099":[3,0,0,18,2], +"classproton_1_1endpoint.html#a9660be8f45524b15c3931fb752de3b3e":[3,0,0,18,0], +"classproton_1_1endpoint.html#ace88a3cd9782a46cdc46191f7f90f16a":[3,0,0,18,3], +"classproton_1_1event.html":[3,0,0,20], +"classproton_1_1event.html#a05e07a1a99eaa74c1a3288511b15cae5":[3,0,0,20,5], +"classproton_1_1event.html#a0696f6baa06a440a8c298d3d1fdde0b9":[3,0,0,20,2], +"classproton_1_1event.html#a0e7c7a175859e799ffe73f56284fd955":[3,0,0,20,0], +"classproton_1_1event.html#a2ce4835ffc5538deb4004da365e8be57":[3,0,0,20,4], +"classproton_1_1event.html#a68e6d2d54f8b0615c4e792c2bd4bb2c8":[3,0,0,20,7], +"classproton_1_1event.html#a7addccdd75bcff734183d97f241795cf":[3,0,0,20,6], +"classproton_1_1event.html#a89bfeade377f12d843e51d16c353a556":[3,0,0,20,1], +"classproton_1_1event.html#a99a7f65f3ec87715cfe5bd6cf67d0149":[3,0,0,20,9], +"classproton_1_1event.html#ac908cc6801972d717e39f56a6ebb3ffa":[3,0,0,20,8], +"classproton_1_1event.html#ad0ca65c8b8da50e660808a72c8e4f7e4":[3,0,0,20,3], +"classproton_1_1handler.html":[3,0,0,21], +"classproton_1_1handler.html#a019fcc18791d09c19b9e2a0fe009c6ed":[3,0,0,21,17], +"classproton_1_1handler.html#a0f6e03d8df452841c9cbe7377c23d6af":[3,0,0,21,9], +"classproton_1_1handler.html#a110155cb36348c5e4152b0be5faed101":[3,0,0,21,3] }; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
