You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jr...@apache.org on 2016/03/24 13:41:40 UTC

svn commit: r1736439 [3/49] - in /qpid/site: docs/releases/qpid-proton-master/ docs/releases/qpid-proton-master/messenger/c/examples/ docs/releases/qpid-proton-master/messenger/perl/examples/ docs/releases/qpid-proton-master/messenger/php/examples/ doc...

Modified: qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/amqp_8hpp_source.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/amqp_8hpp_source.html?rev=1736439&r1=1736438&r2=1736439&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/amqp_8hpp_source.html (original)
+++ qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/amqp_8hpp_source.html Thu Mar 24 12:41:32 2016
@@ -114,77 +114,69 @@ $(document).ready(function(){initNavTree
 <div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * under the License.</span></div>
 <div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> */</span></div>
 <div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div>
-<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="types_8hpp.html">proton/types.hpp</a>&quot;</span></div>
+<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="types__fwd_8hpp.html">proton/types_fwd.hpp</a>&gt;</span></div>
 <div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;</div>
 <div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
 <div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;</div>
 <div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<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>&#160;</div>
-<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">class </span>uuid;</div>
-<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="keyword">class </span>binary;</div>
-<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="keyword">class </span>symbol;</div>
-<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="keyword">class </span>timestamp;</div>
-<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="keyword">class </span>uuid;</div>
-<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">class </span>decimal32;</div>
-<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="keyword">class </span>decimal64;</div>
-<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="keyword">class </span>decimal128;</div>
-<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;</div>
-<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html">   45</a></span>&#160;<span class="keyword">namespace </span>amqp {</div>
-<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div>
-<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">bool</span> boolean_type;</div>
-<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#ac6b81bc836228ac3b1872dabe2d2e490">   52</a></span>&#160;<span class="keyword">typedef</span> uint8_t <a class="code" href="namespaceproton_1_1amqp.html#ac6b81bc836228ac3b1872dabe2d2e490">ubyte_type</a>;</div>
-<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a080e4eee825c3986ef82782006db30b4">   54</a></span>&#160;<span class="keyword">typedef</span> int8_t <a class="code" href="namespaceproton_1_1amqp.html#a080e4eee825c3986ef82782006db30b4">byte_type</a>;</div>
-<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#aac557a3e90628ae4e305d6b3a6045ea4">   56</a></span>&#160;<span class="keyword">typedef</span> uint16_t <a class="code" href="namespaceproton_1_1amqp.html#aac557a3e90628ae4e305d6b3a6045ea4">ushort_type</a>;</div>
-<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a2397ab18bb867a3d2b143acd3b0a257d">   58</a></span>&#160;<span class="keyword">typedef</span> int16_t <a class="code" href="namespaceproton_1_1amqp.html#a2397ab18bb867a3d2b143acd3b0a257d">short_type</a>;</div>
-<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a033d842f4e01994b8b31b97be56f3b9f">   60</a></span>&#160;<span class="keyword">typedef</span> uint32_t <a class="code" href="namespaceproton_1_1amqp.html#a033d842f4e01994b8b31b97be56f3b9f">uint_type</a>;</div>
-<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a9031db120df7c208ba186d993d52f71f">   62</a></span>&#160;<span class="keyword">typedef</span> int32_t <a class="code" href="namespaceproton_1_1amqp.html#a9031db120df7c208ba186d993d52f71f">int_type</a>;</div>
-<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a992e31427cde5cd2157ba6612ae61c7a">   64</a></span>&#160;<span class="keyword">typedef</span> uint64_t <a class="code" href="namespaceproton_1_1amqp.html#a992e31427cde5cd2157ba6612ae61c7a">ulong_type</a>;</div>
-<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a9f241323f6766df029db7747adec53ce">   66</a></span>&#160;<span class="keyword">typedef</span> int64_t <a class="code" href="namespaceproton_1_1amqp.html#a9f241323f6766df029db7747adec53ce">long_type</a>;</div>
-<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a7d64b1afa11012b85cd844d804230dad">   68</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">wchar_t</span> <a class="code" href="namespaceproton_1_1amqp.html#a7d64b1afa11012b85cd844d804230dad">char_type</a>;</div>
-<div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a4006252ff6772953667c24fa548f20ed">   70</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">float</span> <a class="code" href="namespaceproton_1_1amqp.html#a4006252ff6772953667c24fa548f20ed">float_type</a>;</div>
-<div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a69eee1a70e62f59f5cb52f3870b9c8ca">   72</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">double</span> <a class="code" href="namespaceproton_1_1amqp.html#a69eee1a70e62f59f5cb52f3870b9c8ca">double_type</a>;</div>
-<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;</div>
-<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a0ea13cef03b682f109fc42225a8751e6">   76</a></span>&#160;<span class="keyword">typedef</span> std::string <a class="code" href="namespaceproton_1_1amqp.html#a0ea13cef03b682f109fc42225a8751e6">string_type</a>;</div>
-<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;</div>
-<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a773d0a17733503f97000a122b0c7c04d">   79</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1symbol.html">proton::symbol</a> <a class="code" href="namespaceproton_1_1amqp.html#a773d0a17733503f97000a122b0c7c04d">symbol_type</a>;</div>
-<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;</div>
-<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a07326b03bd17a0e4944dc17942cef731">   82</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1binary.html">proton::binary</a> <a class="code" href="namespaceproton_1_1amqp.html#a07326b03bd17a0e4944dc17942cef731">binary_type</a>;</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="namespaceproton_1_1amqp.html#aa155dcd2c0c16cda1a88c65ba475cd77">   85</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1timestamp.html">proton::timestamp</a> <a class="code" href="namespaceproton_1_1amqp.html#aa155dcd2c0c16cda1a88c65ba475cd77">timestamp_type</a>;</div>
-<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;</div>
-<div class="line"><a name="l00088"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#abaf69b68afb8faa70099463deaf23d6c">   88</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1uuid.html">proton::uuid</a> <a class="code" href="namespaceproton_1_1amqp.html#abaf69b68afb8faa70099463deaf23d6c">uuid_type</a>;</div>
-<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;</div>
-<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1decimal32.html">proton::decimal32</a> <a class="code" href="classproton_1_1decimal32.html">decimal32_type</a>;</div>
-<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1decimal64.html">proton::decimal64</a> <a class="code" href="classproton_1_1decimal64.html">decimal64_type</a>;</div>
-<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1decimal128.html">proton::decimal128</a> <a class="code" href="classproton_1_1decimal128.html">decimal128_type</a>;</div>
-<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;</div>
-<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;}}</div>
-<div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;</div>
-<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<span class="preprocessor">#endif // PROTON_AMQP_HPP</span></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a773d0a17733503f97000a122b0c7c04d"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a773d0a17733503f97000a122b0c7c04d">proton::amqp::symbol_type</a></div><div class="ttdeci">proton::symbol symbol_type</div><div class="ttdoc">An AMQP string is ASCII 7-bit encoded. </div><div class="ttdef"><b>Definition:</b> amqp.hpp:79</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a9f241323f6766df029db7747adec53ce"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a9f241323f6766df029db7747adec53ce">proton::amqp::long_type</a></div><div class="ttdeci">int64_t long_type</div><div class="ttdoc">@ 64-bit signed long integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:66</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a2397ab18bb867a3d2b143acd3b0a257d"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a2397ab18bb867a3d2b143acd3b0a257d">proton::amqp::short_type</a></div><div class="ttdeci">int16_t short_type</div><div class="ttdoc">@ 16-bit signed short integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:58</div></div>
+<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div>
+<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html">   37</a></span>&#160;<span class="keyword">namespace </span>amqp {</div>
+<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div>
+<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">bool</span> boolean_type;</div>
+<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#ac6b81bc836228ac3b1872dabe2d2e490">   44</a></span>&#160;<span class="keyword">typedef</span> uint8_t <a class="code" href="namespaceproton_1_1amqp.html#ac6b81bc836228ac3b1872dabe2d2e490">ubyte_type</a>;</div>
+<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a080e4eee825c3986ef82782006db30b4">   46</a></span>&#160;<span class="keyword">typedef</span> int8_t <a class="code" href="namespaceproton_1_1amqp.html#a080e4eee825c3986ef82782006db30b4">byte_type</a>;</div>
+<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#aac557a3e90628ae4e305d6b3a6045ea4">   48</a></span>&#160;<span class="keyword">typedef</span> uint16_t <a class="code" href="namespaceproton_1_1amqp.html#aac557a3e90628ae4e305d6b3a6045ea4">ushort_type</a>;</div>
+<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a2397ab18bb867a3d2b143acd3b0a257d">   50</a></span>&#160;<span class="keyword">typedef</span> int16_t <a class="code" href="namespaceproton_1_1amqp.html#a2397ab18bb867a3d2b143acd3b0a257d">short_type</a>;</div>
+<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a033d842f4e01994b8b31b97be56f3b9f">   52</a></span>&#160;<span class="keyword">typedef</span> uint32_t <a class="code" href="namespaceproton_1_1amqp.html#a033d842f4e01994b8b31b97be56f3b9f">uint_type</a>;</div>
+<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a9031db120df7c208ba186d993d52f71f">   54</a></span>&#160;<span class="keyword">typedef</span> int32_t <a class="code" href="namespaceproton_1_1amqp.html#a9031db120df7c208ba186d993d52f71f">int_type</a>;</div>
+<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a992e31427cde5cd2157ba6612ae61c7a">   56</a></span>&#160;<span class="keyword">typedef</span> uint64_t <a class="code" href="namespaceproton_1_1amqp.html#a992e31427cde5cd2157ba6612ae61c7a">ulong_type</a>;</div>
+<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a9f241323f6766df029db7747adec53ce">   58</a></span>&#160;<span class="keyword">typedef</span> int64_t <a class="code" href="namespaceproton_1_1amqp.html#a9f241323f6766df029db7747adec53ce">long_type</a>;</div>
+<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a7d64b1afa11012b85cd844d804230dad">   60</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">wchar_t</span> <a class="code" href="namespaceproton_1_1amqp.html#a7d64b1afa11012b85cd844d804230dad">char_type</a>;</div>
+<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a4006252ff6772953667c24fa548f20ed">   62</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">float</span> <a class="code" href="namespaceproton_1_1amqp.html#a4006252ff6772953667c24fa548f20ed">float_type</a>;</div>
+<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a69eee1a70e62f59f5cb52f3870b9c8ca">   64</a></span>&#160;<span class="keyword">typedef</span> <span class="keywordtype">double</span> <a class="code" href="namespaceproton_1_1amqp.html#a69eee1a70e62f59f5cb52f3870b9c8ca">double_type</a>;</div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div>
+<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a0ea13cef03b682f109fc42225a8751e6">   68</a></span>&#160;<span class="keyword">typedef</span> std::string <a class="code" href="namespaceproton_1_1amqp.html#a0ea13cef03b682f109fc42225a8751e6">string_type</a>;</div>
+<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div>
+<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a773d0a17733503f97000a122b0c7c04d">   71</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1symbol.html">proton::symbol</a> <a class="code" href="namespaceproton_1_1amqp.html#a773d0a17733503f97000a122b0c7c04d">symbol_type</a>;</div>
+<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div>
+<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#a07326b03bd17a0e4944dc17942cef731">   74</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1binary.html">proton::binary</a> <a class="code" href="namespaceproton_1_1amqp.html#a07326b03bd17a0e4944dc17942cef731">binary_type</a>;</div>
+<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div>
+<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#aa155dcd2c0c16cda1a88c65ba475cd77">   77</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1timestamp.html">proton::timestamp</a> <a class="code" href="namespaceproton_1_1amqp.html#aa155dcd2c0c16cda1a88c65ba475cd77">timestamp_type</a>;</div>
+<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;</div>
+<div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="namespaceproton_1_1amqp.html#abaf69b68afb8faa70099463deaf23d6c">   80</a></span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1uuid.html">proton::uuid</a> <a class="code" href="namespaceproton_1_1amqp.html#abaf69b68afb8faa70099463deaf23d6c">uuid_type</a>;</div>
+<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;</div>
+<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1decimal32.html">proton::decimal32</a> <a class="code" href="classproton_1_1decimal32.html">decimal32_type</a>;</div>
+<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1decimal64.html">proton::decimal64</a> <a class="code" href="classproton_1_1decimal64.html">decimal64_type</a>;</div>
+<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="keyword">typedef</span> <a class="code" href="classproton_1_1decimal128.html">proton::decimal128</a> <a class="code" href="classproton_1_1decimal128.html">decimal128_type</a>;</div>
+<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;</div>
+<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;}}</div>
+<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;</div>
+<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="preprocessor">#endif // PROTON_AMQP_HPP</span></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a773d0a17733503f97000a122b0c7c04d"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a773d0a17733503f97000a122b0c7c04d">proton::amqp::symbol_type</a></div><div class="ttdeci">proton::symbol symbol_type</div><div class="ttdoc">An AMQP string is ASCII 7-bit encoded. </div><div class="ttdef"><b>Definition:</b> amqp.hpp:71</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a9f241323f6766df029db7747adec53ce"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a9f241323f6766df029db7747adec53ce">proton::amqp::long_type</a></div><div class="ttdeci">int64_t long_type</div><div class="ttdoc">@ 64-bit signed long integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:58</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a2397ab18bb867a3d2b143acd3b0a257d"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a2397ab18bb867a3d2b143acd3b0a257d">proton::amqp::short_type</a></div><div class="ttdeci">int16_t short_type</div><div class="ttdoc">@ 16-bit signed short integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:50</div></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="namespaceproton_1_1amqp_html_a033d842f4e01994b8b31b97be56f3b9f"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a033d842f4e01994b8b31b97be56f3b9f">proton::amqp::uint_type</a></div><div class="ttdeci">uint32_t uint_type</div><div class="ttdoc">@ 32-bit unsigned integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:60</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_aac557a3e90628ae4e305d6b3a6045ea4"><div class="ttname"><a href="namespaceproton_1_1amqp.html#aac557a3e90628ae4e305d6b3a6045ea4">proton::amqp::ushort_type</a></div><div class="ttdeci">uint16_t ushort_type</div><div class="ttdoc">@ 16-bit unsigned short integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:56</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a4006252ff6772953667c24fa548f20ed"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a4006252ff6772953667c24fa548f20ed">proton::amqp::float_type</a></div><div class="ttdeci">float float_type</div><div class="ttdoc">@ 32-bit binary floating point </div><div class="ttdef"><b>Definition:</b> amqp.hpp:70</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a7d64b1afa11012b85cd844d804230dad"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a7d64b1afa11012b85cd844d804230dad">proton::amqp::char_type</a></div><div class="ttdeci">wchar_t char_type</div><div class="ttdoc">@ 32-bit unicode code point </div><div class="ttdef"><b>Definition:</b> amqp.hpp:68</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a033d842f4e01994b8b31b97be56f3b9f"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a033d842f4e01994b8b31b97be56f3b9f">proton::amqp::uint_type</a></div><div class="ttdeci">uint32_t uint_type</div><div class="ttdoc">@ 32-bit unsigned integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:52</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_aac557a3e90628ae4e305d6b3a6045ea4"><div class="ttname"><a href="namespaceproton_1_1amqp.html#aac557a3e90628ae4e305d6b3a6045ea4">proton::amqp::ushort_type</a></div><div class="ttdeci">uint16_t ushort_type</div><div class="ttdoc">@ 16-bit unsigned short integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:48</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a4006252ff6772953667c24fa548f20ed"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a4006252ff6772953667c24fa548f20ed">proton::amqp::float_type</a></div><div class="ttdeci">float float_type</div><div class="ttdoc">@ 32-bit binary floating point </div><div class="ttdef"><b>Definition:</b> amqp.hpp:62</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a7d64b1afa11012b85cd844d804230dad"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a7d64b1afa11012b85cd844d804230dad">proton::amqp::char_type</a></div><div class="ttdeci">wchar_t char_type</div><div class="ttdoc">@ 32-bit unicode code point </div><div class="ttdef"><b>Definition:</b> amqp.hpp:60</div></div>
 <div class="ttc" id="classproton_1_1decimal64_html"><div class="ttname"><a href="classproton_1_1decimal64.html">proton::decimal64</a></div><div class="ttdoc">64-bit decimal floating point. </div><div class="ttdef"><b>Definition:</b> decimal.hpp:48</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_ac6b81bc836228ac3b1872dabe2d2e490"><div class="ttname"><a href="namespaceproton_1_1amqp.html#ac6b81bc836228ac3b1872dabe2d2e490">proton::amqp::ubyte_type</a></div><div class="ttdeci">uint8_t ubyte_type</div><div class="ttdoc">@ 8-bit unsigned byte </div><div class="ttdef"><b>Definition:</b> amqp.hpp:52</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="namespaceproton_1_1amqp_html_a992e31427cde5cd2157ba6612ae61c7a"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a992e31427cde5cd2157ba6612ae61c7a">proton::amqp::ulong_type</a></div><div class="ttdeci">uint64_t ulong_type</div><div class="ttdoc">@ 64-bit unsigned long integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:64</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_ac6b81bc836228ac3b1872dabe2d2e490"><div class="ttname"><a href="namespaceproton_1_1amqp.html#ac6b81bc836228ac3b1872dabe2d2e490">proton::amqp::ubyte_type</a></div><div class="ttdeci">uint8_t ubyte_type</div><div class="ttdoc">@ 8-bit unsigned byte </div><div class="ttdef"><b>Definition:</b> amqp.hpp:44</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a992e31427cde5cd2157ba6612ae61c7a"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a992e31427cde5cd2157ba6612ae61c7a">proton::amqp::ulong_type</a></div><div class="ttdeci">uint64_t ulong_type</div><div class="ttdoc">@ 64-bit unsigned long integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:56</div></div>
 <div class="ttc" id="classproton_1_1symbol_html"><div class="ttname"><a href="classproton_1_1symbol.html">proton::symbol</a></div><div class="ttdoc">symbol is a std::string that represents the AMQP symbol type. </div><div class="ttdef"><b>Definition:</b> symbol.hpp:27</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="namespaceproton_1_1amqp_html_abaf69b68afb8faa70099463deaf23d6c"><div class="ttname"><a href="namespaceproton_1_1amqp.html#abaf69b68afb8faa70099463deaf23d6c">proton::amqp::uuid_type</a></div><div class="ttdeci">proton::uuid uuid_type</div><div class="ttdoc">A 16-byte universally unique identifier. </div><div class="ttdef"><b>Definition:</b> amqp.hpp:88</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">Arbitrary binary data. </div><div class="ttdef"><b>Definition:</b> binary.hpp:31</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_abaf69b68afb8faa70099463deaf23d6c"><div class="ttname"><a href="namespaceproton_1_1amqp.html#abaf69b68afb8faa70099463deaf23d6c">proton::amqp::uuid_type</a></div><div class="ttdeci">proton::uuid uuid_type</div><div class="ttdoc">A 16-byte universally unique identifier. </div><div class="ttdef"><b>Definition:</b> amqp.hpp:80</div></div>
 <div class="ttc" id="classproton_1_1decimal128_html"><div class="ttname"><a href="classproton_1_1decimal128.html">proton::decimal128</a></div><div class="ttdoc">128-bit decimal floating point. </div><div class="ttdef"><b>Definition:</b> decimal.hpp:51</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_aa155dcd2c0c16cda1a88c65ba475cd77"><div class="ttname"><a href="namespaceproton_1_1amqp.html#aa155dcd2c0c16cda1a88c65ba475cd77">proton::amqp::timestamp_type</a></div><div class="ttdeci">proton::timestamp timestamp_type</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> amqp.hpp:85</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a0ea13cef03b682f109fc42225a8751e6"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a0ea13cef03b682f109fc42225a8751e6">proton::amqp::string_type</a></div><div class="ttdeci">std::string string_type</div><div class="ttdoc">An AMQP string is unicode UTF-8 encoded. </div><div class="ttdef"><b>Definition:</b> amqp.hpp:76</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_aa155dcd2c0c16cda1a88c65ba475cd77"><div class="ttname"><a href="namespaceproton_1_1amqp.html#aa155dcd2c0c16cda1a88c65ba475cd77">proton::amqp::timestamp_type</a></div><div class="ttdeci">proton::timestamp timestamp_type</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> amqp.hpp:77</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a0ea13cef03b682f109fc42225a8751e6"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a0ea13cef03b682f109fc42225a8751e6">proton::amqp::string_type</a></div><div class="ttdeci">std::string string_type</div><div class="ttdoc">An AMQP string is unicode UTF-8 encoded. </div><div class="ttdef"><b>Definition:</b> amqp.hpp:68</div></div>
 <div class="ttc" id="classproton_1_1decimal32_html"><div class="ttname"><a href="classproton_1_1decimal32.html">proton::decimal32</a></div><div class="ttdoc">32-bit decimal floating point. </div><div class="ttdef"><b>Definition:</b> decimal.hpp:45</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a07326b03bd17a0e4944dc17942cef731"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a07326b03bd17a0e4944dc17942cef731">proton::amqp::binary_type</a></div><div class="ttdeci">proton::binary binary_type</div><div class="ttdoc">An AMQP binary contains variable length raw binary data. </div><div class="ttdef"><b>Definition:</b> amqp.hpp:82</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a07326b03bd17a0e4944dc17942cef731"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a07326b03bd17a0e4944dc17942cef731">proton::amqp::binary_type</a></div><div class="ttdeci">proton::binary binary_type</div><div class="ttdoc">An AMQP binary contains variable length raw binary data. </div><div class="ttdef"><b>Definition:</b> amqp.hpp:74</div></div>
+<div class="ttc" id="types__fwd_8hpp_html"><div class="ttname"><a href="types__fwd_8hpp.html">types_fwd.hpp</a></div><div class="ttdoc">Forward declarations for all the C++ types used by proton to represent AMQP types. </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="namespaceproton_1_1amqp_html_a9031db120df7c208ba186d993d52f71f"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a9031db120df7c208ba186d993d52f71f">proton::amqp::int_type</a></div><div class="ttdeci">int32_t int_type</div><div class="ttdoc">@ 32-bit signed integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:62</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a080e4eee825c3986ef82782006db30b4"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a080e4eee825c3986ef82782006db30b4">proton::amqp::byte_type</a></div><div class="ttdeci">int8_t byte_type</div><div class="ttdoc">@ 8-bit signed byte </div><div class="ttdef"><b>Definition:</b> amqp.hpp:54</div></div>
-<div class="ttc" id="namespaceproton_1_1amqp_html_a69eee1a70e62f59f5cb52f3870b9c8ca"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a69eee1a70e62f59f5cb52f3870b9c8ca">proton::amqp::double_type</a></div><div class="ttdeci">double double_type</div><div class="ttdoc">@ 64-bit binary floating point </div><div class="ttdef"><b>Definition:</b> amqp.hpp:72</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a9031db120df7c208ba186d993d52f71f"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a9031db120df7c208ba186d993d52f71f">proton::amqp::int_type</a></div><div class="ttdeci">int32_t int_type</div><div class="ttdoc">@ 32-bit signed integer </div><div class="ttdef"><b>Definition:</b> amqp.hpp:54</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a080e4eee825c3986ef82782006db30b4"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a080e4eee825c3986ef82782006db30b4">proton::amqp::byte_type</a></div><div class="ttdeci">int8_t byte_type</div><div class="ttdoc">@ 8-bit signed byte </div><div class="ttdef"><b>Definition:</b> amqp.hpp:46</div></div>
+<div class="ttc" id="namespaceproton_1_1amqp_html_a69eee1a70e62f59f5cb52f3870b9c8ca"><div class="ttname"><a href="namespaceproton_1_1amqp.html#a69eee1a70e62f59f5cb52f3870b9c8ca">proton::amqp::double_type</a></div><div class="ttdeci">double double_type</div><div class="ttdoc">@ 64-bit binary floating point </div><div class="ttdef"><b>Definition:</b> amqp.hpp:64</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><!-- fragment --></div><!-- contents -->
 </div><!-- doc-content -->

Modified: qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotated.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotated.html?rev=1736439&r1=1736438&r2=1736439&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotated.html (original)
+++ qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotated.html Thu Mar 24 12:41:32 2016
@@ -96,56 +96,59 @@ $(document).ready(function(){initNavTree
 <div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
 <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
 <tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><b>proton</b></td><td class="desc"></td></tr>
-<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceproton_1_1io.html" target="_self">io</a></td><td class="desc">IO using sockets, file descriptors, or handles, for use with <a class="el" href="classproton_1_1connection__engine.html" title="An interface for connection-oriented IO integration. ">proton::connection_engine</a> </td></tr>
-<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1io_1_1guard.html" target="_self">guard</a></td><td class="desc">Use to call <a class="el" href="namespaceproton_1_1io.html#a3601dea170e834a9c1307bc331552b86" title="Initialize the proton::io subsystem. ">io::initialize</a> and <a class="el" href="namespaceproton_1_1io.html#aef633964c19985551081435baaabc9eb" title="Finalize the proton::io subsystem. ">io::finalize</a> around a scope </td></tr>
-<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1io_1_1listener.html" target="_self">listener</a></td><td class="desc">Listening socket </td></tr>
-<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1io_1_1socket__engine.html" target="_self">socket_engine</a></td><td class="desc">A <a class="el" href="classproton_1_1connection__engine.html" title="An interface for connection-oriented IO integration. ">connection_engine</a> for socket-based IO </td></tr>
-<tr id="row_0_1_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1acceptor.html" target="_self">acceptor</a></td><td class="desc">A context for accepting inbound connections </td></tr>
-<tr id="row_0_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1amqp__binary.html" target="_self">amqp_binary</a></td><td class="desc">AMQP variable-length binary data </td></tr>
-<tr id="row_0_3_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1amqp__string.html" target="_self">amqp_string</a></td><td class="desc">AMQP UTF-8 encoded string </td></tr>
-<tr id="row_0_4_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1amqp__symbol.html" target="_self">amqp_symbol</a></td><td class="desc">AMQP ASCII encoded symbolic name </td></tr>
-<tr id="row_0_5_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1annotation__key.html" target="_self">annotation_key</a></td><td class="desc">A key for use with AMQP annotation maps </td></tr>
-<tr id="row_0_6_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1binary.html" target="_self">binary</a></td><td class="desc">Symbol is a std::string that represents the AMQP symbol type </td></tr>
-<tr id="row_0_7_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1byte__array.html" target="_self">byte_array</a></td><td class="desc">Used to represent fixed-sized data types that don't have a natural C++ representation as an array of bytes </td></tr>
-<tr id="row_0_8_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1comparable.html" target="_self">comparable</a></td><td class="desc">Base class for comparable types with operator&lt; and operator== </td></tr>
-<tr id="row_0_9_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1condition.html" target="_self">condition</a></td><td class="desc">Describes an endpoint error state </td></tr>
-<tr id="row_0_10_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1connection.html" target="_self">connection</a></td><td class="desc">A connection to a remote AMQP peer </td></tr>
-<tr id="row_0_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_11_" class="arrow" onclick="toggleFolder('0_11_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1connection__engine.html" target="_self">connection_engine</a></td><td class="desc">An interface for connection-oriented IO integration </td></tr>
-<tr id="row_0_11_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1connection__engine_1_1io__error.html" target="_self">io_error</a></td><td class="desc">Thrown by io_read and io_write functions to indicate an error </td></tr>
-<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1connection__options.html" target="_self">connection_options</a></td><td class="desc">Options for creating a connection </td></tr>
-<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1container.html" target="_self">container</a></td><td class="desc">A top-level container of connections, sessions, and links </td></tr>
-<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1conversion__error.html" target="_self">conversion_error</a></td><td class="desc">Raised if there is an error converting between AMQP and C++ data </td></tr>
-<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1decimal128.html" target="_self">decimal128</a></td><td class="desc">128-bit decimal floating point </td></tr>
-<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1decimal32.html" target="_self">decimal32</a></td><td class="desc">32-bit decimal floating point </td></tr>
-<tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1decimal64.html" target="_self">decimal64</a></td><td class="desc">64-bit decimal floating point </td></tr>
-<tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1delivery.html" target="_self">delivery</a></td><td class="desc">A message transfer </td></tr>
-<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1duration.html" target="_self">duration</a></td><td class="desc">A span of time in milliseconds </td></tr>
-<tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1endpoint.html" target="_self">endpoint</a></td><td class="desc">The base class for session, connection, and link </td></tr>
-<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1error.html" target="_self">error</a></td><td class="desc">The base proton error </td></tr>
-<tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1event.html" target="_self">event</a></td><td class="desc">A context for a proton event </td></tr>
-<tr id="row_0_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1handler.html" target="_self">handler</a></td><td class="desc">Callback functions for handling proton events </td></tr>
-<tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1link.html" target="_self">link</a></td><td class="desc">A named channel for sending or receiving messages </td></tr>
-<tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1link__iterator.html" target="_self">link_iterator</a></td><td class="desc">An iterator for links </td></tr>
-<tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1link__options.html" target="_self">link_options</a></td><td class="desc">Options for creating a link </td></tr>
-<tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1message.html" target="_self">message</a></td><td class="desc">An AMQP message </td></tr>
-<tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1message__id.html" target="_self">message_id</a></td><td class="desc">An AMQP message ID </td></tr>
-<tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1receiver.html" target="_self">receiver</a></td><td class="desc">A link for receiving messages </td></tr>
-<tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
-<tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar.html" target="_self">scalar</a></td><td class="desc">A holder for an instance of any scalar AMQP type </td></tr>
-<tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender.html" target="_self">sender</a></td><td class="desc">A link for sending messages </td></tr>
-<tr id="row_0_33_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session.html" target="_self">session</a></td><td class="desc">A container of links </td></tr>
-<tr id="row_0_34_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__iterator.html" target="_self">session_iterator</a></td><td class="desc">An iterator for sessions </td></tr>
-<tr id="row_0_35_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
-<tr id="row_0_36_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc">SSL configuration for outbound connections </td></tr>
-<tr id="row_0_37_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc">SSL configuration for inbound connections </td></tr>
-<tr id="row_0_38_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1symbol.html" target="_self">symbol</a></td><td class="desc">Symbol is a std::string that represents the AMQP symbol type </td></tr>
-<tr id="row_0_39_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
-<tr id="row_0_40_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1timeout__error.html" target="_self">timeout_error</a></td><td class="desc">Raised if a timeout expires </td></tr>
-<tr id="row_0_41_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1timestamp.html" target="_self">timestamp</a></td><td class="desc">A timestamp in milliseconds since the epoch 00:00:00 (UTC), 1 January 1970 </td></tr>
-<tr id="row_0_42_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A proton URL </td></tr>
-<tr id="row_0_43_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1url__error.html" target="_self">url_error</a></td><td class="desc">Raised if URL parsing fails </td></tr>
-<tr id="row_0_44_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1uuid.html" target="_self">uuid</a></td><td class="desc">A 16-byte universally unique identifier </td></tr>
-<tr id="row_0_45_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1value.html" target="_self">value</a></td><td class="desc">A holder for an AMQP value </td></tr>
+<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><b>codec</b></td><td class="desc"></td></tr>
+<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1codec_1_1data.html" target="_self">data</a></td><td class="desc">Wrapper for a proton data object </td></tr>
+<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1codec_1_1encoder.html" target="_self">encoder</a></td><td class="desc">Stream-like encoder from AMQP bytes to C++ values </td></tr>
+<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1codec_1_1finish.html" target="_self">finish</a></td><td class="desc">Finish inserting or extracting a complex type </td></tr>
+<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1codec_1_1narrow__guard.html" target="_self">narrow_guard</a></td><td class="desc">Narrow the data object, widen it in dtor </td></tr>
+<tr id="row_0_0_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1codec_1_1state__guard.html" target="_self">state_guard</a></td><td class="desc">State_guard saves the state and restores it in dtor unless cancel() is called </td></tr>
+<tr id="row_0_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceproton_1_1io.html" target="_self">io</a></td><td class="desc">IO using sockets, file descriptors, or handles, for use with <a class="el" href="classproton_1_1connection__engine.html" title="An interface for connection-oriented IO integration. ">proton::connection_engine</a> </td></tr>
+<tr id="row_0_1_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1io_1_1guard.html" target="_self">guard</a></td><td class="desc">Use to call <a class="el" href="namespaceproton_1_1io.html#a3601dea170e834a9c1307bc331552b86" title="Initialize the proton::io subsystem. ">io::initialize</a> and <a class="el" href="namespaceproton_1_1io.html#aef633964c19985551081435baaabc9eb" title="Finalize the proton::io subsystem. ">io::finalize</a> around a scope </td></tr>
+<tr id="row_0_1_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1io_1_1listener.html" target="_self">listener</a></td><td class="desc">Listening socket </td></tr>
+<tr id="row_0_1_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1io_1_1socket__engine.html" target="_self">socket_engine</a></td><td class="desc">A <a class="el" href="classproton_1_1connection__engine.html" title="An interface for connection-oriented IO integration. ">connection_engine</a> for socket-based IO </td></tr>
+<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1acceptor.html" target="_self">acceptor</a></td><td class="desc">A context for accepting inbound connections </td></tr>
+<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1annotation__key.html" target="_self">annotation_key</a></td><td class="desc">A key for use with AMQP annotation maps </td></tr>
+<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1binary.html" target="_self">binary</a></td><td class="desc">Arbitrary binary data </td></tr>
+<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1byte__array.html" target="_self">byte_array</a></td><td class="desc">Used to represent fixed-sized data types that don't have a natural C++ representation as an array of bytes </td></tr>
+<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1comparable.html" target="_self">comparable</a></td><td class="desc">Base class for comparable types with operator&lt; and operator== </td></tr>
+<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1condition.html" target="_self">condition</a></td><td class="desc">Describes an endpoint error state </td></tr>
+<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1connection.html" target="_self">connection</a></td><td class="desc">A connection to a remote AMQP peer </td></tr>
+<tr id="row_0_9_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_9_" class="arrow" onclick="toggleFolder('0_9_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1connection__engine.html" target="_self">connection_engine</a></td><td class="desc">An interface for connection-oriented IO integration </td></tr>
+<tr id="row_0_9_0_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1connection__engine_1_1io__error.html" target="_self">io_error</a></td><td class="desc">Thrown by io_read and io_write functions to indicate an error </td></tr>
+<tr id="row_0_10_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1connection__options.html" target="_self">connection_options</a></td><td class="desc">Options for creating a connection </td></tr>
+<tr id="row_0_11_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1container.html" target="_self">container</a></td><td class="desc">A top-level container of connections, sessions, and links </td></tr>
+<tr id="row_0_12_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1conversion__error.html" target="_self">conversion_error</a></td><td class="desc">Raised if there is an error converting between AMQP and C++ data </td></tr>
+<tr id="row_0_13_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1decimal128.html" target="_self">decimal128</a></td><td class="desc">128-bit decimal floating point </td></tr>
+<tr id="row_0_14_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1decimal32.html" target="_self">decimal32</a></td><td class="desc">32-bit decimal floating point </td></tr>
+<tr id="row_0_15_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1decimal64.html" target="_self">decimal64</a></td><td class="desc">64-bit decimal floating point </td></tr>
+<tr id="row_0_16_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1delivery.html" target="_self">delivery</a></td><td class="desc">A message transfer </td></tr>
+<tr id="row_0_17_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1duration.html" target="_self">duration</a></td><td class="desc">A span of time in milliseconds </td></tr>
+<tr id="row_0_18_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1endpoint.html" target="_self">endpoint</a></td><td class="desc">The base class for session, connection, and link </td></tr>
+<tr id="row_0_19_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1error.html" target="_self">error</a></td><td class="desc">The base proton error </td></tr>
+<tr id="row_0_20_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1event.html" target="_self">event</a></td><td class="desc">A context for a proton event </td></tr>
+<tr id="row_0_21_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1handler.html" target="_self">handler</a></td><td class="desc">Callback functions for handling proton events </td></tr>
+<tr id="row_0_22_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1link.html" target="_self">link</a></td><td class="desc">A named channel for sending or receiving messages </td></tr>
+<tr id="row_0_23_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1link__iterator.html" target="_self">link_iterator</a></td><td class="desc">An iterator for links </td></tr>
+<tr id="row_0_24_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1link__options.html" target="_self">link_options</a></td><td class="desc">Options for creating a link </td></tr>
+<tr id="row_0_25_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1message.html" target="_self">message</a></td><td class="desc">An AMQP message </td></tr>
+<tr id="row_0_26_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1message__id.html" target="_self">message_id</a></td><td class="desc">An AMQP message ID </td></tr>
+<tr id="row_0_27_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1receiver.html" target="_self">receiver</a></td><td class="desc">A link for receiving messages </td></tr>
+<tr id="row_0_28_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sasl.html" target="_self">sasl</a></td><td class="desc">SASL information </td></tr>
+<tr id="row_0_29_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1scalar.html" target="_self">scalar</a></td><td class="desc">A holder for an instance of any scalar AMQP type </td></tr>
+<tr id="row_0_30_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1sender.html" target="_self">sender</a></td><td class="desc">A link for sending messages </td></tr>
+<tr id="row_0_31_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session.html" target="_self">session</a></td><td class="desc">A container of links </td></tr>
+<tr id="row_0_32_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1session__iterator.html" target="_self">session_iterator</a></td><td class="desc">An iterator for sessions </td></tr>
+<tr id="row_0_33_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl.html" target="_self">ssl</a></td><td class="desc">SSL information </td></tr>
+<tr id="row_0_34_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__client__options.html" target="_self">ssl_client_options</a></td><td class="desc">SSL configuration for outbound connections </td></tr>
+<tr id="row_0_35_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1ssl__server__options.html" target="_self">ssl_server_options</a></td><td class="desc">SSL configuration for inbound connections </td></tr>
+<tr id="row_0_36_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1symbol.html" target="_self">symbol</a></td><td class="desc">Symbol is a std::string that represents the AMQP symbol type </td></tr>
+<tr id="row_0_37_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1terminus.html" target="_self">terminus</a></td><td class="desc">One end of a link, either a source or a target </td></tr>
+<tr id="row_0_38_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1timeout__error.html" target="_self">timeout_error</a></td><td class="desc">Raised if a timeout expires </td></tr>
+<tr id="row_0_39_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1timestamp.html" target="_self">timestamp</a></td><td class="desc">A timestamp in milliseconds since the epoch 00:00:00 (UTC), 1 January 1970 </td></tr>
+<tr id="row_0_40_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1url.html" target="_self">url</a></td><td class="desc">A proton URL </td></tr>
+<tr id="row_0_41_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1url__error.html" target="_self">url_error</a></td><td class="desc">Raised if URL parsing fails </td></tr>
+<tr id="row_0_42_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1uuid.html" target="_self">uuid</a></td><td class="desc">A 16-byte universally unique identifier </td></tr>
+<tr id="row_0_43_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1value.html" target="_self">value</a></td><td class="desc">A holder for any single AMQP value, simple or complex (can be list, array, map etc.) </td></tr>
 </table>
 </div><!-- directory -->
 </div><!-- contents -->

Modified: qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotated_dup.js
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotated_dup.js?rev=1736439&r1=1736438&r2=1736439&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotated_dup.js (original)
+++ qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotated_dup.js Thu Mar 24 12:41:32 2016
@@ -1,11 +1,15 @@
 var annotated_dup =
 [
     [ "proton", null, [
+      [ "codec", null, [
+        [ "data", "classproton_1_1codec_1_1data.html", "classproton_1_1codec_1_1data" ],
+        [ "encoder", "classproton_1_1codec_1_1encoder.html", "classproton_1_1codec_1_1encoder" ],
+        [ "finish", "structproton_1_1codec_1_1finish.html", null ],
+        [ "narrow_guard", "structproton_1_1codec_1_1narrow__guard.html", "structproton_1_1codec_1_1narrow__guard" ],
+        [ "state_guard", "structproton_1_1codec_1_1state__guard.html", "structproton_1_1codec_1_1state__guard" ]
+      ] ],
       [ "io", "namespaceproton_1_1io.html", "namespaceproton_1_1io" ],
       [ "acceptor", "classproton_1_1acceptor.html", "classproton_1_1acceptor" ],
-      [ "amqp_binary", "structproton_1_1amqp__binary.html", "structproton_1_1amqp__binary" ],
-      [ "amqp_string", "structproton_1_1amqp__string.html", "structproton_1_1amqp__string" ],
-      [ "amqp_symbol", "structproton_1_1amqp__symbol.html", "structproton_1_1amqp__symbol" ],
       [ "annotation_key", "classproton_1_1annotation__key.html", "classproton_1_1annotation__key" ],
       [ "binary", "classproton_1_1binary.html", "classproton_1_1binary" ],
       [ "byte_array", "classproton_1_1byte__array.html", "classproton_1_1byte__array" ],

Modified: qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotation__key_8hpp_source.html
URL: http://svn.apache.org/viewvc/qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotation__key_8hpp_source.html?rev=1736439&r1=1736438&r2=1736439&view=diff
==============================================================================
--- qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotation__key_8hpp_source.html (original)
+++ qpid/site/docs/releases/qpid-proton-master/proton/cpp/api/annotation__key_8hpp_source.html Thu Mar 24 12:41:32 2016
@@ -117,38 +117,39 @@ $(document).ready(function(){initNavTree
 <div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div>
 <div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#include &lt;proton/scalar.hpp&gt;</span></div>
 <div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor">#include &lt;proton/symbol.hpp&gt;</span></div>
-<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="types_8hpp.html">proton/types.hpp</a>&gt;</span></div>
-<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;</div>
-<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div>
-<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div>
-<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="classproton_1_1annotation__key.html">   32</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1annotation__key.html">annotation_key</a> : <span class="keyword">public</span> restricted_scalar {</div>
-<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;  <span class="keyword">public</span>:</div>
-<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html">annotation_key</a>(uint64_t x = 0) { *<span class="keyword">this</span> = x; }</div>
-<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html">annotation_key</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1symbol.html">symbol</a>&amp; x) { *<span class="keyword">this</span> = x; }</div>
-<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="classproton_1_1annotation__key.html#a16a6dfe837d4d38e9033b2c4ce15c7d5">   37</a></span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a16a6dfe837d4d38e9033b2c4ce15c7d5">annotation_key</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *x) { *<span class="keyword">this</span> = x; }</div>
-<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div>
-<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html">annotation_key</a>&amp; operator=(uint64_t x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div>
-<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;    annotation_key&amp; operator=(<span class="keyword">const</span> symbol&amp; x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div>
-<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classproton_1_1annotation__key.html#acde842b82d257271f07a642d344aeaa4">   42</a></span>&#160;    <a class="code" href="classproton_1_1annotation__key.html">annotation_key</a>&amp; <a class="code" href="classproton_1_1annotation__key.html#acde842b82d257271f07a642d344aeaa4">operator=</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *x) { scalar_ = <a class="code" href="classproton_1_1symbol.html">symbol</a>(x); <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div>
-<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div>
-<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    <span class="keywordtype">void</span> <span class="keyword">get</span>(uint64_t&amp; x) <span class="keyword">const</span> { scalar_.get(x); }</div>
-<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;    <span class="keywordtype">void</span> <span class="keyword">get</span>(symbol&amp; x) <span class="keyword">const</span> { scalar_.get(x); }</div>
-<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;</div>
-<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classproton_1_1annotation__key.html#a1541aac2858109c409fcf5eb4ba7799e">   52</a></span>&#160;    <span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt; 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="l00053"></a><span class="lineno">   53</span>&#160;</div>
-<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1message.html">message</a>;</div>
-<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span>internal::decoder;</div>
-<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;};</div>
-<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;</div>
-<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;}</div>
+<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;</div>
+<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<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>&#160;</div>
+<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="classproton_1_1annotation__key.html">   31</a></span>&#160;<span class="keyword">class </span><a class="code" href="classproton_1_1annotation__key.html">annotation_key</a> : <span class="keyword">public</span> restricted_scalar {</div>
+<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;  <span class="keyword">public</span>:</div>
+<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">   34</a></span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>() { scalar_ = uint64_t(0); }</div>
+<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>(<span class="keyword">const</span> <a class="code" href="classproton_1_1annotation__key.html">annotation_key</a>&amp; x) { scalar_ = x; }</div>
+<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>&amp; x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div>
+<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;</div>
+<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>(uint64_t x) { scalar_ = x; }</div>
+<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>(<span class="keyword">const</span> symbol&amp; x) { scalar_ = x; }</div>
+<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div>
+<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>(<span class="keyword">const</span> std::string&amp; x) { scalar_ = symbol(x); }</div>
+<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *x) {scalar_ = symbol(x); }</div>
+<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;</div>
+<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>&amp; operator=(uint64_t x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div>
+<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;    <a class="code" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a>&amp; operator=(<span class="keyword">const</span> symbol&amp; x) { scalar_ = x; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }</div>
+<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;</div>
+<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;    <span class="keywordtype">void</span> <span class="keyword">get</span>(uint64_t&amp; x) <span class="keyword">const</span> { scalar_.get(x); }</div>
+<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;    <span class="keywordtype">void</span> <span class="keyword">get</span>(symbol&amp; x) <span class="keyword">const</span> { scalar_.get(x); }</div>
+<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;</div>
+<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classproton_1_1annotation__key.html#a1541aac2858109c409fcf5eb4ba7799e">   58</a></span>&#160;    <span class="keyword">template</span>&lt;<span class="keyword">class</span> T&gt; 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="l00059"></a><span class="lineno">   59</span>&#160;</div>
-<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="preprocessor">#endif // ANNOTATION_KEY_HPP</span></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_1annotation__key_html"><div class="ttname"><a href="classproton_1_1annotation__key.html">proton::annotation_key</a></div><div class="ttdoc">A key for use with AMQP annotation maps. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:32</div></div>
-<div class="ttc" id="classproton_1_1annotation__key_html_acde842b82d257271f07a642d344aeaa4"><div class="ttname"><a href="classproton_1_1annotation__key.html#acde842b82d257271f07a642d344aeaa4">proton::annotation_key::operator=</a></div><div class="ttdeci">annotation_key &amp; operator=(const char *x)</div><div class="ttdoc">char* is encoded as proton::amqp::symbol. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:42</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_1symbol_html"><div class="ttname"><a href="classproton_1_1symbol.html">proton::symbol</a></div><div class="ttdoc">symbol is a std::string that represents the AMQP symbol type. </div><div class="ttdef"><b>Definition:</b> symbol.hpp:27</div></div>
-<div class="ttc" id="classproton_1_1annotation__key_html_a16a6dfe837d4d38e9033b2c4ce15c7d5"><div class="ttname"><a href="classproton_1_1annotation__key.html#a16a6dfe837d4d38e9033b2c4ce15c7d5">proton::annotation_key::annotation_key</a></div><div class="ttdeci">annotation_key(const char *x)</div><div class="ttdoc">char* is encoded as proton::amqp::symbol. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:37</div></div>
+<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classproton_1_1message.html">message</a>;</div>
+<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;  <span class="keyword">friend</span> <span class="keyword">class </span>codec::decoder;</div>
+<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;};</div>
+<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;</div>
+<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;}</div>
+<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div>
+<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="preprocessor">#endif // ANNOTATION_KEY_HPP</span></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_1annotation__key_html"><div class="ttname"><a href="classproton_1_1annotation__key.html">proton::annotation_key</a></div><div class="ttdoc">A key for use with AMQP annotation maps. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:31</div></div>
+<div class="ttc" id="classproton_1_1annotation__key_html_a056f77e21066cbf900772853454102a8"><div class="ttname"><a href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">proton::annotation_key::annotation_key</a></div><div class="ttdeci">annotation_key()</div><div class="ttdoc">An empty annotation key has a uint64_t == 0 value. </div><div class="ttdef"><b>Definition:</b> annotation_key.hpp:34</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><!-- fragment --></div><!-- contents -->
 </div><!-- doc-content -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org