Added: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/forward__list_8hpp_source.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/forward__list_8hpp_source.html?rev=1736439&view=auto ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/forward__list_8hpp_source.html (added) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/forward__list_8hpp_source.html Thu Mar 24 12:41:32 2016 @@ -0,0 +1,160 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.10"/> +<title>Qpid Proton C++ API: proton/forward_list.hpp Source File</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtreedata.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/searchdata.js"></script> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { init_search(); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectalign" style="padding-left: 0.5em;"> + <div id="projectname">Qpid Proton C++ API +  <span id="projectnumber">master</span> + </div> + </td> + <td> <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> +</td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.10 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('forward__list_8hpp_source.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +</div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="headertitle"> +<div class="title">forward_list.hpp</div> </div> +</div><!--header--> +<div class="contents"> +<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="preprocessor">#ifndef PROTON_FORWARD_LIST_HPP</span></div> +<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#define PROTON_FORWARD_LIST_HPP</span></div> +<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">/*</span></div> +<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div> +<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * or more contributor license agreements. See the NOTICE file</span></div> +<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * distributed with this work for additional information</span></div> +<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * regarding copyright ownership. The ASF licenses this file</span></div> +<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div> +<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * "License"); you may not use this file except in compliance</span></div> +<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * with the License. You may obtain a copy of the License at</span></div> +<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> *</span></div> +<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div> +<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> *</span></div> +<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div> +<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment"> * software distributed under the License is distributed on an</span></div> +<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div> +<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment"> * KIND, either express or implied. See the License for the</span></div> +<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> * specific language governing permissions and limitations</span></div> +<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment"> * under the License.</span></div> +<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment"> */</span></div> +<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> </div> +<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <forward_list></span></div> +<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <utility></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/encoder.hpp></span></div> +<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="preprocessor">#include <proton/decoder.hpp></span></div> +<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> </div> +<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">namespace </span><a class="code" href="namespaceproton.html">proton</a> {</div> +<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="keyword">namespace </span>codec {</div> +<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="keyword">template</span> <<span class="keyword">class</span> T, <span class="keyword">class</span> A></div> +<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> encoder& operator<<(encoder& e, const std::forward_list<T, A>& x) {</div> +<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keywordflow">return</span> e << encoder::array(x, type_id_of<T>::value);</div> +<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> }</div> +<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div> +<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="keyword">template</span> <<span class="keyword">class</span> A></div> +<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> encoder& operator<<(encoder& e, const std::forward_list<value, A>& x) { <span class="keywordflow">return</span> e << encoder::list(x); }</div> +<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> </div> +<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> <span class="keyword">template</span> <<span class="keyword">class</span> A></div> +<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> encoder& operator<<(encoder& e, const std::forward_list<scalar, A>& x) { <span class="keywordflow">return</span> e << encoder::list(x); }</div> +<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> </div> +<div class="line"><a name="l00046"></a><span class="lineno"> 46</span> <span class="keyword">template</span> <<span class="keyword">class</span> A, <span class="keyword">class</span> K, <span class="keyword">class</span> T></div> +<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> encoder& operator<<(encoder& e, const std::forward_list<std::pair<K,T>, A>& x) { <span class="keywordflow">return</span> e << encoder::map(x); }</div> +<div class="line"><a name="l00048"></a><span class="lineno"> 48</span> </div> +<div class="line"><a name="l00050"></a><span class="lineno"> 50</span> <span class="keyword">template</span> <<span class="keyword">class</span> T, <span class="keyword">class</span> A> decoder& operator>>(decoder& d, std::forward_list<T, A>& x) { <span class="keywordflow">return</span> d >> decoder::sequence(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"> 53</span> <span class="keyword">template</span> <<span class="keyword">class</span> A, <span class="keyword">class</span> K, <span class="keyword">class</span> T> decoder& operator>>(decoder& d, std::forward_list<std::pair<K, T> , A>& x) { <span class="keywordflow">return</span> d >> decoder::pair_sequence(x); }</div> +<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> </div> +<div class="line"><a name="l00055"></a><span class="lineno"> 55</span> }</div> +<div class="line"><a name="l00056"></a><span class="lineno"> 56</span> }</div> +<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div> +<div class="line"><a name="l00058"></a><span class="lineno"> 58</span> <span class="preprocessor">#endif // PROTON_FORWARD_LIST_HPP</span></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 --> +<!-- start footer part --> +<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> + <ul> + <li class="navelem"><a class="el" href="dir_659b8f7bed25fad65524af70d45ab193.html">proton</a></li><li class="navelem"><b>forward_list.hpp</b></li> + <li class="footer">Generated by + <a href="http://www.doxygen.org/index.html"> + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li> + </ul> +</div> +</body> +</html>
Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions.html Thu Mar 24 12:41:32 2016 @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1url.html#a2756fc4457346e3df1cc83fbfac6275b">url</a> </li> <li>annotation_key() -: <a class="el" href="classproton_1_1annotation__key.html#a16a6dfe837d4d38e9033b2c4ce15c7d5">annotation_key</a> +: <a class="el" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a> </li> <li>annotation_map : <a class="el" href="classproton_1_1message.html#a9e6632424a9202af17b1665ccf975377">message</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_b.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_b.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_b.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_b.html Thu Mar 24 12:41:32 2016 @@ -93,7 +93,7 @@ $(document).ready(function(){initNavTree <h3><a class="anchor" id="index_b"></a>- b -</h3><ul> <li>body() -: <a class="el" href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c">message</a> +: <a class="el" href="classproton_1_1message.html#ae9af642f154a68ec0eb8e715ecaf95ae">message</a> </li> <li>browsing() : <a class="el" href="classproton_1_1link__options.html#aaf512f41fabc2e05aabc3423696d7c0c">link_options</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_c.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_c.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_c.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_c.html Thu Mar 24 12:41:32 2016 @@ -99,7 +99,8 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1connection__engine.html#a4bf8bb1392115b2a5e169b52256ddab3">connection_engine</a> </li> <li>clear() -: <a class="el" href="classproton_1_1message.html#ac8bb3912a3ce86b15842e79d0b421204">message</a> +: <a class="el" href="classproton_1_1codec_1_1data.html#ac8bb3912a3ce86b15842e79d0b421204">data</a> +, <a class="el" href="classproton_1_1message.html#ac8bb3912a3ce86b15842e79d0b421204">message</a> , <a class="el" href="classproton_1_1value.html#ac8bb3912a3ce86b15842e79d0b421204">value</a> </li> <li>client_connection_options() @@ -128,11 +129,11 @@ $(document).ready(function(){initNavTree </li> <li>connection_options() : <a class="el" href="classproton_1_1acceptor.html#ab963172f8e38b29e67d2b0f2081fbd12">acceptor</a> -, <a class="el" href="classproton_1_1connection__options.html#a8034b8d17ca30a4cfc3db8c6a898dc4d">connection_options</a> +, <a class="el" href="classproton_1_1connection__options.html#aa946cf564c3b226b0172b3b78f59928a">connection_options</a> </li> <li>container() : <a class="el" href="classproton_1_1connection.html#a604ee46e04955a2323f305b4a81017a0">connection</a> -, <a class="el" href="classproton_1_1container.html#a02c26f6bf6a3d63784dc01e1991e67fd">container</a> +, <a class="el" href="classproton_1_1container.html#a602b27f3fe6fd33990eb29f165a9c23a">container</a> , <a class="el" href="classproton_1_1event.html#a0696f6baa06a440a8c298d3d1fdde0b9">event</a> </li> <li>container_id() @@ -142,6 +143,9 @@ $(document).ready(function(){initNavTree <li>COORDINATOR : <a class="el" href="classproton_1_1terminus.html#a7aead736a07eaf25623ad7bfa1f0ee2da09b3b4a722a42a5699699f98a58c4798">terminus</a> </li> +<li>copy() +: <a class="el" href="classproton_1_1uuid.html#ad358a92f27b9289e2d5f97864be8242a">uuid</a> +</li> <li>credit() : <a class="el" href="classproton_1_1link.html#a75360c7515b9f569871c5ea953286649">link</a> </li> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_e.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_e.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_e.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_e.html Thu Mar 24 12:41:32 2016 @@ -93,16 +93,20 @@ $(document).ready(function(){initNavTree <h3><a class="anchor" id="index_e"></a>- e -</h3><ul> <li>empty() -: <a class="el" href="classproton_1_1condition.html#ac6e61de369e994009e36f344f99c15ad">condition</a> +: <a class="el" href="classproton_1_1codec_1_1data.html#ac6e61de369e994009e36f344f99c15ad">data</a> +, <a class="el" href="classproton_1_1condition.html#ac6e61de369e994009e36f344f99c15ad">condition</a> , <a class="el" href="classproton_1_1scalar.html#ac6e61de369e994009e36f344f99c15ad">scalar</a> , <a class="el" href="classproton_1_1url.html#ac6e61de369e994009e36f344f99c15ad">url</a> -, <a class="el" href="classproton_1_1value.html#ac6e61de369e994009e36f344f99c15ad">value</a> </li> <li>encode() -: <a class="el" href="classproton_1_1message.html#ad3a46dc2afbc10bd8686cf1f69416f3a">message</a> +: <a class="el" href="classproton_1_1codec_1_1encoder.html#a05b307b3735c19f17f1fadf74921cd8b">encoder</a> +, <a class="el" href="classproton_1_1message.html#ad3a46dc2afbc10bd8686cf1f69416f3a">message</a> </li> -<li>expiry_policy() -: <a class="el" href="classproton_1_1terminus.html#ab066f013a385c60d1d365f871b768768">terminus</a> +<li>encoder() +: <a class="el" href="classproton_1_1codec_1_1encoder.html#af349ef49ff5e1e7d8e4c820af93c1263">encoder</a> +</li> +<li>expiry_policy +: <a class="el" href="classproton_1_1terminus.html#a348690a43df146eca928a8c06034a1eb">terminus</a> </li> </ul> </div><!-- contents --> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func.html Thu Mar 24 12:41:32 2016 @@ -103,7 +103,7 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1sasl.html#acf87878244f30afcb1f21c349099ca9e">sasl</a> </li> <li>annotation_key() -: <a class="el" href="classproton_1_1annotation__key.html#a16a6dfe837d4d38e9033b2c4ce15c7d5">annotation_key</a> +: <a class="el" href="classproton_1_1annotation__key.html#a056f77e21066cbf900772853454102a8">annotation_key</a> </li> <li>application_properties() : <a class="el" href="classproton_1_1message.html#a44ddc8be3787f1e396789dd0b1b965a9">message</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_b.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_b.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_b.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_b.html Thu Mar 24 12:41:32 2016 @@ -93,7 +93,7 @@ $(document).ready(function(){initNavTree <h3><a class="anchor" id="index_b"></a>- b -</h3><ul> <li>body() -: <a class="el" href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c">message</a> +: <a class="el" href="classproton_1_1message.html#ae9af642f154a68ec0eb8e715ecaf95ae">message</a> </li> <li>browsing() : <a class="el" href="classproton_1_1link__options.html#aaf512f41fabc2e05aabc3423696d7c0c">link_options</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_c.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_c.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_c.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_c.html Thu Mar 24 12:41:32 2016 @@ -99,7 +99,8 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1connection__engine.html#a4bf8bb1392115b2a5e169b52256ddab3">connection_engine</a> </li> <li>clear() -: <a class="el" href="classproton_1_1message.html#ac8bb3912a3ce86b15842e79d0b421204">message</a> +: <a class="el" href="classproton_1_1codec_1_1data.html#ac8bb3912a3ce86b15842e79d0b421204">data</a> +, <a class="el" href="classproton_1_1message.html#ac8bb3912a3ce86b15842e79d0b421204">message</a> , <a class="el" href="classproton_1_1value.html#ac8bb3912a3ce86b15842e79d0b421204">value</a> </li> <li>client_connection_options() @@ -139,6 +140,9 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1connection.html#a11010ac968cfdf09018bd47e06646c22">connection</a> , <a class="el" href="classproton_1_1connection__options.html#a4c6429303ccb719d9c585c88f300e007">connection_options</a> </li> +<li>copy() +: <a class="el" href="classproton_1_1uuid.html#ad358a92f27b9289e2d5f97864be8242a">uuid</a> +</li> <li>credit() : <a class="el" href="classproton_1_1link.html#a75360c7515b9f569871c5ea953286649">link</a> </li> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_e.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_e.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_e.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_e.html Thu Mar 24 12:41:32 2016 @@ -93,13 +93,17 @@ $(document).ready(function(){initNavTree <h3><a class="anchor" id="index_e"></a>- e -</h3><ul> <li>empty() -: <a class="el" href="classproton_1_1condition.html#ac6e61de369e994009e36f344f99c15ad">condition</a> +: <a class="el" href="classproton_1_1codec_1_1data.html#ac6e61de369e994009e36f344f99c15ad">data</a> +, <a class="el" href="classproton_1_1condition.html#ac6e61de369e994009e36f344f99c15ad">condition</a> , <a class="el" href="classproton_1_1scalar.html#ac6e61de369e994009e36f344f99c15ad">scalar</a> , <a class="el" href="classproton_1_1url.html#ac6e61de369e994009e36f344f99c15ad">url</a> -, <a class="el" href="classproton_1_1value.html#ac6e61de369e994009e36f344f99c15ad">value</a> </li> <li>encode() -: <a class="el" href="classproton_1_1message.html#ad3a46dc2afbc10bd8686cf1f69416f3a">message</a> +: <a class="el" href="classproton_1_1codec_1_1encoder.html#a05b307b3735c19f17f1fadf74921cd8b">encoder</a> +, <a class="el" href="classproton_1_1message.html#abd8822611da5ab8cdb109e87f74d7bdc">message</a> +</li> +<li>encoder() +: <a class="el" href="classproton_1_1codec_1_1encoder.html#af349ef49ff5e1e7d8e4c820af93c1263">encoder</a> </li> <li>expiry_policy() : <a class="el" href="classproton_1_1terminus.html#ab066f013a385c60d1d365f871b768768">terminus</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_g.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_g.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_g.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_g.html Thu Mar 24 12:41:32 2016 @@ -96,16 +96,7 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1annotation__key.html#a1541aac2858109c409fcf5eb4ba7799e">annotation_key</a> , <a class="el" href="classproton_1_1message__id.html#a1541aac2858109c409fcf5eb4ba7799e">message_id</a> , <a class="el" href="classproton_1_1scalar.html#a1541aac2858109c409fcf5eb4ba7799e">scalar</a> -, <a class="el" href="classproton_1_1value.html#aa3b36d8cc5b40bdbb3501d93bd5f8d8e">value</a> -</li> -<li>get_map() -: <a class="el" href="classproton_1_1value.html#ad192b10c6149f6b17a71e12534204c89">value</a> -</li> -<li>get_pairs() -: <a class="el" href="classproton_1_1value.html#a19ad784e67197c3086db0da98c61d7a7">value</a> -</li> -<li>get_sequence() -: <a class="el" href="classproton_1_1value.html#a6f8e5eaf65a44f043963e882912f87cb">value</a> +, <a class="el" href="classproton_1_1value.html#a1541aac2858109c409fcf5eb4ba7799e">value</a> </li> <li>group_sequence() : <a class="el" href="classproton_1_1message.html#ac8a6eb278511ca171bdc324f341b7d3f">message</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_m.html Thu Mar 24 12:41:32 2016 @@ -92,9 +92,6 @@ $(document).ready(function(){initNavTree   <h3><a class="anchor" id="index_m"></a>- m -</h3><ul> -<li>make() -: <a class="el" href="classproton_1_1uuid.html#a99f082e2bbfd6fa5b27d4f81f0056d91">uuid</a> -</li> <li>max_channels() : <a class="el" href="classproton_1_1connection__options.html#ae04e46928f67fef14fc58c501fea1bd8">connection_options</a> </li> @@ -106,11 +103,14 @@ $(document).ready(function(){initNavTree </li> <li>message() : <a class="el" href="classproton_1_1event.html#a05e07a1a99eaa74c1a3288511b15cae5">event</a> -, <a class="el" href="classproton_1_1message.html#a583555130839030cf9aa09d81ff1eb1b">message</a> +, <a class="el" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a> </li> <li>message_annotations() : <a class="el" href="classproton_1_1message.html#a5d96699458d8be84d821f5651a7b3717">message</a> </li> +<li>message_id() +: <a class="el" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a> +</li> <li>modify() : <a class="el" href="classproton_1_1delivery.html#a7a2a3abb755d0d1a31414355520d054b">delivery</a> </li> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_o.html Thu Mar 24 12:41:32 2016 @@ -171,14 +171,16 @@ $(document).ready(function(){initNavTree <li>operator!() : <a class="el" href="classproton_1_1condition.html#ac8b1d32dbd52d431450c70b151cfa205">condition</a> </li> +<li>operator<<() +: <a class="el" href="classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a">encoder</a> +</li> <li>operator=() -: <a class="el" href="classproton_1_1annotation__key.html#acde842b82d257271f07a642d344aeaa4">annotation_key</a> -, <a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">connection_options</a> +: <a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">connection_options</a> , <a class="el" href="classproton_1_1link__options.html#a64dcbd7bb3c3cf56f79a3e87dde1e14d">link_options</a> , <a class="el" href="classproton_1_1message.html#af7deffda335cb4457af3830b798182f4">message</a> -, <a class="el" href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d">message_id</a> , <a class="el" href="classproton_1_1scalar.html#ac3f01adb33f329e0928ca0ef9f532153">scalar</a> , <a class="el" href="classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4">url</a> +, <a class="el" href="classproton_1_1value.html#afef7ea629e797d4660b3a630b99829fa">value</a> </li> <li>outcome() : <a class="el" href="classproton_1_1sasl.html#ae450d5ece6b6ea827b26fae2a892a4f3">sasl</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_p.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_p.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_p.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_p.html Thu Mar 24 12:41:32 2016 @@ -98,6 +98,9 @@ $(document).ready(function(){initNavTree <li>path() : <a class="el" href="classproton_1_1url.html#a9b67b266207227062c7a2961ef85293a">url</a> </li> +<li>point() +: <a class="el" href="classproton_1_1codec_1_1data.html#a814065d8d0534a361b9dd9e7c10b6196">data</a> +</li> <li>port() : <a class="el" href="classproton_1_1url.html#ae6cf17271c91e6c45d72d3c4c9af84a9">url</a> </li> @@ -105,7 +108,7 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1url.html#a6f265f3f5954d9a7dd262b11bb5c32a4">url</a> </li> <li>priority() -: <a class="el" href="classproton_1_1message.html#a63a0efcbdb401f954f6f3499acf8f9fc">message</a> +: <a class="el" href="classproton_1_1message.html#a74cc6581e2fa3d3c9f3a885921063b92">message</a> </li> <li>process() : <a class="el" href="classproton_1_1connection__engine.html#a5685b82f6690b6f7ce946bc194db2248">connection_engine</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_r.html Thu Mar 24 12:41:32 2016 @@ -120,6 +120,12 @@ $(document).ready(function(){initNavTree <li>remote_target() : <a class="el" href="classproton_1_1link.html#ad5797a56dcc8453297ee6551fed06a95">link</a> </li> +<li>restore() +: <a class="el" href="classproton_1_1codec_1_1data.html#ae64e4e44f4823ab4d9cb19f30b43320d">data</a> +</li> +<li>rewind() +: <a class="el" href="classproton_1_1codec_1_1data.html#ab8734e666421c9fe3b6380a818c6c727">data</a> +</li> <li>run() : <a class="el" href="classproton_1_1container.html#a13a43e6d814de94978c515cb084873b1">container</a> , <a class="el" href="classproton_1_1io_1_1socket__engine.html#a13a43e6d814de94978c515cb084873b1">socket_engine</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_t.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_t.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_t.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_func_t.html Thu Mar 24 12:41:32 2016 @@ -101,8 +101,7 @@ $(document).ready(function(){initNavTree </li> <li>type() : <a class="el" href="classproton_1_1scalar.html#a6a70b946e3620c70eac8e97f7f33fb27">scalar</a> -, <a class="el" href="classproton_1_1terminus.html#a3d63b492e769dd60f923f9d5f91f5af7">terminus</a> -, <a class="el" href="classproton_1_1value.html#a6a70b946e3620c70eac8e97f7f33fb27">value</a> +, <a class="el" href="classproton_1_1terminus.html#af6958d1d6aa10e3237c1008810c400ed">terminus</a> </li> </ul> </div><!-- contents --> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_g.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_g.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_g.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_g.html Thu Mar 24 12:41:32 2016 @@ -96,16 +96,7 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1annotation__key.html#a1541aac2858109c409fcf5eb4ba7799e">annotation_key</a> , <a class="el" href="classproton_1_1message__id.html#a1541aac2858109c409fcf5eb4ba7799e">message_id</a> , <a class="el" href="classproton_1_1scalar.html#a1541aac2858109c409fcf5eb4ba7799e">scalar</a> -, <a class="el" href="classproton_1_1value.html#aa3b36d8cc5b40bdbb3501d93bd5f8d8e">value</a> -</li> -<li>get_map() -: <a class="el" href="classproton_1_1value.html#ad192b10c6149f6b17a71e12534204c89">value</a> -</li> -<li>get_pairs() -: <a class="el" href="classproton_1_1value.html#a19ad784e67197c3086db0da98c61d7a7">value</a> -</li> -<li>get_sequence() -: <a class="el" href="classproton_1_1value.html#a6f8e5eaf65a44f043963e882912f87cb">value</a> +, <a class="el" href="classproton_1_1value.html#a1541aac2858109c409fcf5eb4ba7799e">value</a> </li> <li>group_sequence() : <a class="el" href="classproton_1_1message.html#ac8a6eb278511ca171bdc324f341b7d3f">message</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_m.html Thu Mar 24 12:41:32 2016 @@ -92,9 +92,6 @@ $(document).ready(function(){initNavTree <div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div> <h3><a class="anchor" id="index_m"></a>- m -</h3><ul> -<li>make() -: <a class="el" href="classproton_1_1uuid.html#a99f082e2bbfd6fa5b27d4f81f0056d91">uuid</a> -</li> <li>max_channels() : <a class="el" href="classproton_1_1connection__options.html#ae04e46928f67fef14fc58c501fea1bd8">connection_options</a> </li> @@ -106,11 +103,14 @@ $(document).ready(function(){initNavTree </li> <li>message() : <a class="el" href="classproton_1_1event.html#a05e07a1a99eaa74c1a3288511b15cae5">event</a> -, <a class="el" href="classproton_1_1message.html#a1cb4fe3f44b3f14e42146d8c7f1c87a5">message</a> +, <a class="el" href="classproton_1_1message.html#aba502b8bb024cc38b45756fdf581f915">message</a> </li> <li>message_annotations() : <a class="el" href="classproton_1_1message.html#a5d96699458d8be84d821f5651a7b3717">message</a> </li> +<li>message_id() +: <a class="el" href="classproton_1_1message__id.html#afb6e34ccd03d666d3e5cd4312064c4a3">message_id</a> +</li> <li>MINUTE : <a class="el" href="classproton_1_1duration.html#a437a5e5f6a7d0c8780f3594b2272cba0">duration</a> </li> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_o.html Thu Mar 24 12:41:32 2016 @@ -174,14 +174,16 @@ $(document).ready(function(){initNavTree <li>operator!() : <a class="el" href="classproton_1_1condition.html#ac8b1d32dbd52d431450c70b151cfa205">condition</a> </li> +<li>operator<<() +: <a class="el" href="classproton_1_1codec_1_1encoder.html#a4ffe2e23e17b2c241074e52944916e8a">encoder</a> +</li> <li>operator=() -: <a class="el" href="classproton_1_1annotation__key.html#acde842b82d257271f07a642d344aeaa4">annotation_key</a> -, <a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">connection_options</a> +: <a class="el" href="classproton_1_1connection__options.html#a2c612e142b60cf61ce50d88582465167">connection_options</a> , <a class="el" href="classproton_1_1link__options.html#a64dcbd7bb3c3cf56f79a3e87dde1e14d">link_options</a> , <a class="el" href="classproton_1_1message.html#af7deffda335cb4457af3830b798182f4">message</a> -, <a class="el" href="classproton_1_1message__id.html#a0e4798868734cc90ea4e9ed3ca870d3d">message_id</a> -, <a class="el" href="classproton_1_1scalar.html#ac3f01adb33f329e0928ca0ef9f532153">scalar</a> +, <a class="el" href="classproton_1_1scalar.html#a729709b5ce95f0edca0587b12a4efd08">scalar</a> , <a class="el" href="classproton_1_1url.html#a6b36f225c464c30fdf521b23d24761e4">url</a> +, <a class="el" href="classproton_1_1value.html#afef7ea629e797d4660b3a630b99829fa">value</a> </li> <li>outcome() : <a class="el" href="classproton_1_1sasl.html#ae450d5ece6b6ea827b26fae2a892a4f3">sasl</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_p.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_p.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_p.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_p.html Thu Mar 24 12:41:32 2016 @@ -101,6 +101,9 @@ $(document).ready(function(){initNavTree <li>PERM : <a class="el" href="classproton_1_1sasl.html#af47997198e7e7301a1cd8602c7f02acdae0a57d717d9f8c8fdba757be1b0afdcf">sasl</a> </li> +<li>point() +: <a class="el" href="classproton_1_1codec_1_1data.html#a814065d8d0534a361b9dd9e7c10b6196">data</a> +</li> <li>port() : <a class="el" href="classproton_1_1url.html#ae6cf17271c91e6c45d72d3c4c9af84a9">url</a> </li> @@ -108,7 +111,7 @@ $(document).ready(function(){initNavTree : <a class="el" href="classproton_1_1url.html#a6f265f3f5954d9a7dd262b11bb5c32a4">url</a> </li> <li>priority() -: <a class="el" href="classproton_1_1message.html#a63a0efcbdb401f954f6f3499acf8f9fc">message</a> +: <a class="el" href="classproton_1_1message.html#a74cc6581e2fa3d3c9f3a885921063b92">message</a> </li> <li>process() : <a class="el" href="classproton_1_1connection__engine.html#a5685b82f6690b6f7ce946bc194db2248">connection_engine</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_r.html Thu Mar 24 12:41:32 2016 @@ -141,12 +141,18 @@ $(document).ready(function(){initNavTree <li>REMOTE_UNINIT : <a class="el" href="classproton_1_1endpoint.html#aca8e5dcefe432fcb32f48dc0433cf5ca">endpoint</a> </li> +<li>restore() +: <a class="el" href="classproton_1_1codec_1_1data.html#ae64e4e44f4823ab4d9cb19f30b43320d">data</a> +</li> <li>resume_status : <a class="el" href="classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4">ssl</a> </li> <li>REUSED : <a class="el" href="classproton_1_1ssl.html#a0d3f14f27a1e5af0a5f378fc1a8a8de4a6a8b4831d126ce349ac966f2f469413f">ssl</a> </li> +<li>rewind() +: <a class="el" href="classproton_1_1codec_1_1data.html#ab8734e666421c9fe3b6380a818c6c727">data</a> +</li> <li>run() : <a class="el" href="classproton_1_1container.html#a13a43e6d814de94978c515cb084873b1">container</a> , <a class="el" href="classproton_1_1io_1_1socket__engine.html#a13a43e6d814de94978c515cb084873b1">socket_engine</a> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_t.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_t.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_t.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/functions_t.html Thu Mar 24 12:41:32 2016 @@ -105,7 +105,6 @@ $(document).ready(function(){initNavTree <li>type() : <a class="el" href="classproton_1_1scalar.html#a6a70b946e3620c70eac8e97f7f33fb27">scalar</a> , <a class="el" href="classproton_1_1terminus.html#a3d63b492e769dd60f923f9d5f91f5af7">terminus</a> -, <a class="el" href="classproton_1_1value.html#a6a70b946e3620c70eac8e97f7f33fb27">value</a> </li> </ul> </div><!-- contents --> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/handler_8hpp_source.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/handler_8hpp_source.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/handler_8hpp_source.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/handler_8hpp_source.html Thu Mar 24 12:41:32 2016 @@ -192,7 +192,7 @@ $(document).ready(function(){initNavTree <div class="ttc" id="classproton_1_1container_html"><div class="ttname"><a href="classproton_1_1container.html">proton::container</a></div><div class="ttdoc">A top-level container of connections, sessions, and links. </div><div class="ttdef"><b>Definition:</b> container.hpp:56</div></div> <div class="ttc" id="classproton_1_1event_html"><div class="ttname"><a href="classproton_1_1event.html">proton::event</a></div><div class="ttdoc">A context for a proton event. </div><div class="ttdef"><b>Definition:</b> event.hpp:41</div></div> <div class="ttc" id="classproton_1_1connection__engine_html"><div class="ttname"><a href="classproton_1_1connection__engine.html">proton::connection_engine</a></div><div class="ttdoc">An interface for connection-oriented IO integration. </div><div class="ttdef"><b>Definition:</b> connection_engine.hpp:64</div></div> -<div class="ttc" id="classproton_1_1connection__options_html"><div class="ttname"><a href="classproton_1_1connection__options.html">proton::connection_options</a></div><div class="ttdoc">Options for creating a connection. </div><div class="ttdef"><b>Definition:</b> connection_options.hpp:61</div></div> +<div class="ttc" id="classproton_1_1connection__options_html"><div class="ttname"><a href="classproton_1_1connection__options.html">proton::connection_options</a></div><div class="ttdoc">Options for creating a connection. </div><div class="ttdef"><b>Definition:</b> connection_options.hpp:64</div></div> <div class="ttc" id="classproton_1_1condition_html"><div class="ttname"><a href="classproton_1_1condition.html">proton::condition</a></div><div class="ttdoc">Describes an endpoint error state. </div><div class="ttdef"><b>Definition:</b> condition.hpp:35</div></div> <div class="ttc" id="classproton_1_1handler_html"><div class="ttname"><a href="classproton_1_1handler.html">proton::handler</a></div><div class="ttdoc">Callback functions for handling proton events. </div><div class="ttdef"><b>Definition:</b> handler.hpp:40</div></div> <div class="ttc" id="classproton_1_1link__options_html"><div class="ttname"><a href="classproton_1_1link__options.html">proton::link_options</a></div><div class="ttdoc">Options for creating a link. </div><div class="ttdef"><b>Definition:</b> link_options.hpp:60</div></div> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/helloworld_8cpp-example.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/helloworld_8cpp-example.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/helloworld_8cpp-example.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/helloworld_8cpp-example.html Thu Mar 24 12:41:32 2016 @@ -142,7 +142,7 @@ $(document).ready(function(){initNavTree <div class="line"> }</div> <div class="line"></div> <div class="line"> <span class="keywordtype">void</span> <a name="a15"></a><a class="code" href="classproton_1_1handler.html#ade01b01951064667a5a076362c5e61ef">on_message</a>(<a class="code" href="classproton_1_1event.html">proton::event</a> &e) {</div> -<div class="line"> std::cout << e.<a name="a16"></a><a class="code" href="classproton_1_1event.html#a05e07a1a99eaa74c1a3288511b15cae5">message</a>().<a name="a17"></a><a class="code" href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c">body</a>() << std::endl;</div> +<div class="line"> std::cout << e.<a name="a16"></a><a class="code" href="classproton_1_1event.html#a05e07a1a99eaa74c1a3288511b15cae5">message</a>().<a name="a17"></a><a class="code" href="classproton_1_1message.html#ae9af642f154a68ec0eb8e715ecaf95ae">body</a>() << std::endl;</div> <div class="line"> e.<a name="a18"></a><a class="code" href="classproton_1_1event.html#a89bfeade377f12d843e51d16c353a556">connection</a>().<a name="a19"></a><a class="code" href="classproton_1_1connection.html#a5ae591df94fc66ccb85cbb6565368bca">close</a>();</div> <div class="line"> }</div> <div class="line">};</div> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/helloworld_direct_8cpp-example.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/helloworld_direct_8cpp-example.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/helloworld_direct_8cpp-example.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/helloworld_direct_8cpp-example.html Thu Mar 24 12:41:32 2016 @@ -142,7 +142,7 @@ $(document).ready(function(){initNavTree <div class="line"> }</div> <div class="line"></div> <div class="line"> <span class="keywordtype">void</span> <a name="a13"></a><a class="code" href="classproton_1_1handler.html#ade01b01951064667a5a076362c5e61ef">on_message</a>(<a class="code" href="classproton_1_1event.html">proton::event</a> &e) {</div> -<div class="line"> std::cout << e.<a name="a14"></a><a class="code" href="classproton_1_1event.html#a05e07a1a99eaa74c1a3288511b15cae5">message</a>().<a name="a15"></a><a class="code" href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c">body</a>() << std::endl;</div> +<div class="line"> std::cout << e.<a name="a14"></a><a class="code" href="classproton_1_1event.html#a05e07a1a99eaa74c1a3288511b15cae5">message</a>().<a name="a15"></a><a class="code" href="classproton_1_1message.html#ae9af642f154a68ec0eb8e715ecaf95ae">body</a>() << std::endl;</div> <div class="line"> }</div> <div class="line"></div> <div class="line"> <span class="keywordtype">void</span> <a name="a16"></a><a class="code" href="classproton_1_1handler.html#a577d7738cea44ac61730151f345c53bc">on_delivery_accept</a>(<a class="code" href="classproton_1_1event.html">proton::event</a> &e) {</div> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.html Thu Mar 24 12:41:32 2016 @@ -99,11 +99,7 @@ $(document).ready(function(){initNavTree <tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_2_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_2_" class="arrow" onclick="toggleFolder('2_')">▼</span><span class="icona"><span class="icon">C</span></span><b>basic_string< Char ></b></td><td class="desc">STL class </td></tr> <tr id="row_2_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_2_0_" class="arrow" onclick="toggleFolder('2_0_')">▼</span><span class="icona"><span class="icon">C</span></span><b>string</b></td><td class="desc">STL class </td></tr> -<tr id="row_2_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </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_2_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </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_2_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </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_2_0_3_"><td class="entry"><span style="width:48px;display:inline-block;"> </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_2_0_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </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_2_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </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_3_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1comparable.html" target="_self">comparable< T ></a></td><td class="desc">Base class for comparable types with operator< and operator== </td></tr> <tr id="row_4_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_4_" class="arrow" onclick="toggleFolder('4_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1comparable.html" target="_self">comparable< byte_array< N > ></a></td><td class="desc"></td></tr> <tr id="row_4_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_4_0_" class="arrow" onclick="toggleFolder('4_0_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1byte__array.html" target="_self">byte_array< 16 ></a></td><td class="desc"></td></tr> @@ -121,41 +117,48 @@ $(document).ready(function(){initNavTree <tr id="row_7_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_7_" class="arrow" onclick="toggleFolder('7_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1comparable.html" target="_self">comparable< timestamp ></a></td><td class="desc"></td></tr> <tr id="row_7_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </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_8_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_8_" class="arrow" onclick="toggleFolder('8_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classproton_1_1comparable.html" target="_self">comparable< value ></a></td><td class="desc"></td></tr> -<tr id="row_8_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </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_8_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </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> <tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_10_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_10_" class="arrow" onclick="toggleFolder('10_')">▼</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_10_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </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_11_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_12_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_13_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_14_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_14_" class="arrow" onclick="toggleFolder('14_')">▼</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_14_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </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_14_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_14_1_" class="arrow" onclick="toggleFolder('14_1_')">▼</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_14_1_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </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_14_1_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </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_14_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </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_15_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_16_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_16_" class="arrow" onclick="toggleFolder('16_')">▼</span><span class="icona"><span class="icon">C</span></span><b>exception</b></td><td class="desc">STL class </td></tr> -<tr id="row_16_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_16_0_" class="arrow" onclick="toggleFolder('16_0_')">▼</span><span class="icona"><span class="icon">C</span></span><b>runtime_error</b></td><td class="desc">STL class </td></tr> -<tr id="row_16_0_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_16_0_0_" class="arrow" onclick="toggleFolder('16_0_0_')">▼</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_16_0_0_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1connection__engine_1_1io__error.html" target="_self">connection_engine::io_error</a></td><td class="desc">Thrown by io_read and io_write functions to indicate an error </td></tr> -<tr id="row_16_0_0_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </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_16_0_0_2_"><td class="entry"><span style="width:64px;display:inline-block;"> </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_16_0_0_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </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_17_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_19_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_21_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_23_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_24_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_25_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_26_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_27_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_28_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_29_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_30_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_13_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_13_" class="arrow" onclick="toggleFolder('13_')">▼</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_13_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </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_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_15_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_15_" class="arrow" onclick="toggleFolder('15_')">▼</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_15_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </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_15_1_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_15_1_" class="arrow" onclick="toggleFolder('15_1_')">▼</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_15_1_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </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_15_1_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </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_15_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </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_16_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_17_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_17_" class="arrow" onclick="toggleFolder('17_')">▼</span><span class="icona"><span class="icon">C</span></span><b>exception</b></td><td class="desc">STL class </td></tr> +<tr id="row_17_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_17_0_" class="arrow" onclick="toggleFolder('17_0_')">▼</span><span class="icona"><span class="icon">C</span></span><b>runtime_error</b></td><td class="desc">STL class </td></tr> +<tr id="row_17_0_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_17_0_0_" class="arrow" onclick="toggleFolder('17_0_0_')">▼</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_17_0_0_0_"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structproton_1_1connection__engine_1_1io__error.html" target="_self">connection_engine::io_error</a></td><td class="desc">Thrown by io_read and io_write functions to indicate an error </td></tr> +<tr id="row_17_0_0_1_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </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_17_0_0_2_"><td class="entry"><span style="width:64px;display:inline-block;"> </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_17_0_0_3_" class="even"><td class="entry"><span style="width:64px;display:inline-block;"> </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_18_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_19_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_20_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_21_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_22_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_23_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_24_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_25_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_26_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_27_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_28_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_29_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_30_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_31_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_32_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_33_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </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_34_"><td class="entry"><span style="width:16px;display:inline-block;"> </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_35_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_35_" class="arrow" onclick="toggleFolder('35_')">▼</span><span class="icona"><span class="icon">C</span></span><b>vector< T ></b></td><td class="desc">STL class </td></tr> +<tr id="row_35_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </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> </table> </div><!-- directory --> </div><!-- contents --> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/hierarchy.js Thu Mar 24 12:41:32 2016 @@ -4,10 +4,6 @@ var hierarchy = [ "annotation_key", "classproton_1_1annotation__key.html", null ], [ "basic_string< Char >", null, [ [ "string", null, [ - [ "amqp_binary", "structproton_1_1amqp__binary.html", null ], - [ "amqp_string", "structproton_1_1amqp__string.html", null ], - [ "amqp_symbol", "structproton_1_1amqp__symbol.html", null ], - [ "binary", "classproton_1_1binary.html", null ], [ "symbol", "classproton_1_1symbol.html", null ] ] ] ] ], @@ -43,6 +39,9 @@ var hierarchy = ] ], [ "connection_options", "classproton_1_1connection__options.html", null ], [ "container", "classproton_1_1container.html", null ], + [ "data", "classproton_1_1codec_1_1data.html", [ + [ "encoder", "classproton_1_1codec_1_1encoder.html", null ] + ] ], [ "delivery", "classproton_1_1delivery.html", null ], [ "endpoint", "classproton_1_1endpoint.html", [ [ "connection", "classproton_1_1connection.html", null ], @@ -63,6 +62,7 @@ var hierarchy = ] ] ] ] ] ], + [ "finish", "structproton_1_1codec_1_1finish.html", null ], [ "guard", "structproton_1_1io_1_1guard.html", null ], [ "handler", "classproton_1_1handler.html", null ], [ "link_iterator", "classproton_1_1link__iterator.html", null ], @@ -70,11 +70,16 @@ var hierarchy = [ "listener", "classproton_1_1io_1_1listener.html", null ], [ "message", "classproton_1_1message.html", null ], [ "message_id", "classproton_1_1message__id.html", null ], + [ "narrow_guard", "structproton_1_1codec_1_1narrow__guard.html", null ], [ "sasl", "classproton_1_1sasl.html", null ], [ "session_iterator", "classproton_1_1session__iterator.html", null ], [ "ssl", "classproton_1_1ssl.html", null ], [ "ssl_client_options", "classproton_1_1ssl__client__options.html", null ], [ "ssl_server_options", "classproton_1_1ssl__server__options.html", null ], + [ "state_guard", "structproton_1_1codec_1_1state__guard.html", null ], [ "terminus", "classproton_1_1terminus.html", null ], - [ "url", "classproton_1_1url.html", null ] + [ "url", "classproton_1_1url.html", null ], + [ "vector< T >", null, [ + [ "binary", "classproton_1_1binary.html", null ] + ] ] ]; \ No newline at end of file Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/index.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/index.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/index.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/index.html Thu Mar 24 12:41:32 2016 @@ -109,7 +109,7 @@ $(document).ready(function(){initNavTree <p>In the case of a broker, a dynamic address usually corresponds to a temporary queue, but any AMQP request-response server can use this technique. The <a class="el" href="server_direct_8cpp-example.html">server_direct.cpp</a> example illustrates how to implement a queueless request-response server.</p> <h2>Anatomy of a Proton application</h2> <p>To send AMQP commands, call methods on classes like <code><a class="el" href="classproton_1_1connection.html" title="A connection to a remote AMQP peer. ">proton::connection</a></code>, <code><a class="el" href="classproton_1_1sender.html" title="A link for sending messages. ">proton::sender</a></code>, <code><a class="el" href="classproton_1_1receiver.html" title="A link for receiving messages. ">proton::receiver</a></code>, or <code><a class="el" href="classproton_1_1delivery.html" title="A message transfer. ">proton::delivery</a></code>. To handle incoming commands, implement the <code><a class="el" href="classproton_1_1handler.html" title="Callback functions for handling proton events. ">proton::handler</a></code> interface. The handler receives calls like <code>on_message</code> (a message is received), <code>on_link_open</code> (a link is opened), and <code>on_sendable</code> (a link is ready to send messages).</p> -<p>Messages are represented by <code><a class="el" href="classproton_1_1message.html" title="An AMQP message. ">proton::message</a></code>. AMQP defines a type encoding that you can use for interoperability, but you can also use any encoding you wish and pass binary data as the <code><a class="el" href="classproton_1_1message.html#ab28bab8ae43f7d731696cd717a65922c" title="Set the body, equivalent to body() = v. ">proton::message::body</a></code>. <code><a class="el" href="classproton_1_1value.html" title="A holder for an AMQP value. ">proton::value</a></code> and <code><a class="el" href="classproton_1_1scalar.html" title="A holder for an instance of any scalar AMQP type. ">proton::scalar</a></code> provide conversion between AMQP and C++ data types.</p> +<p>Messages are represented by <code><a class="el" href="classproton_1_1message.html" title="An AMQP message. ">proton::message</a></code>. AMQP defines a type encoding that you can use for interoperability, but you can also use any encoding you wish and pass binary data as the <code><a class="el" href="classproton_1_1message.html#ae9af642f154a68ec0eb8e715ecaf95ae" title="Set the body, equivalent to body() = x. ">proton::message::body</a></code>. <code><a class="el" href="classproton_1_1value.html" title="A holder for any single AMQP value, simple or complex (can be list, array, map etc.) ">proton::value</a></code> and <code><a class="el" href="classproton_1_1scalar.html" title="A holder for an instance of any scalar AMQP type. ">proton::scalar</a></code> provide conversion between AMQP and C++ data types.</p> <p>There are two alternative ways to manage handlers and AMQP objects, the <code><a class="el" href="classproton_1_1container.html" title="A top-level container of connections, sessions, and links. ">proton::container</a></code> and the <code><a class="el" href="classproton_1_1connection__engine.html" title="An interface for connection-oriented IO integration. ">proton::connection_engine</a></code>. You can code your application so that it can be run with either. Say you find the <code><a class="el" href="classproton_1_1container.html" title="A top-level container of connections, sessions, and links. ">proton::container</a></code> easier to get started but later need more flexibility. You can switch to the <code><a class="el" href="classproton_1_1connection__engine.html" title="An interface for connection-oriented IO integration. ">proton::connection_engine</a></code> with little or no change to your handlers.</p> <h3>proton::container</h3> <p><code><a class="el" href="classproton_1_1container.html" title="A top-level container of connections, sessions, and links. ">proton::container</a></code> is a <em>reactor</em> framework that manages multiple connections and dispatches events to handlers. You implement <code><a class="el" href="classproton_1_1handler.html" title="Callback functions for handling proton events. ">proton::handler</a></code> with your logic to react to events, and register it with the container. The container lets you open multiple connections and links, receive incoming connections and links, and send, receive, and acknowledge messages.</p> Modified: qpid/site/input/releases/qpid-proton-master/proton/cpp/api/io_8hpp_source.html URL: http://svn.apache.org/viewvc/qpid/site/input/releases/qpid-proton-master/proton/cpp/api/io_8hpp_source.html?rev=1736439&r1=1736438&r2=1736439&view=diff ============================================================================== --- qpid/site/input/releases/qpid-proton-master/proton/cpp/api/io_8hpp_source.html (original) +++ qpid/site/input/releases/qpid-proton-master/proton/cpp/api/io_8hpp_source.html Thu Mar 24 12:41:32 2016 @@ -193,7 +193,7 @@ $(document).ready(function(){initNavTree <div class="ttc" id="classproton_1_1io_1_1socket__engine_html_a13a43e6d814de94978c515cb084873b1"><div class="ttname"><a href="classproton_1_1io_1_1socket__engine.html#a13a43e6d814de94978c515cb084873b1">proton::io::socket_engine::run</a></div><div class="ttdeci">void run()</div><div class="ttdoc">Start the engine. </div></div> <div class="ttc" id="structproton_1_1io_1_1guard_html"><div class="ttname"><a href="structproton_1_1io_1_1guard.html">proton::io::guard</a></div><div class="ttdoc">Use to call io::initialize and io::finalize around a scope. </div><div class="ttdef"><b>Definition:</b> io.hpp:60</div></div> <div class="ttc" id="classproton_1_1io_1_1socket__engine_html_a2e1eb43db52be00597b4e7398e78f513"><div class="ttname"><a href="classproton_1_1io_1_1socket__engine.html#a2e1eb43db52be00597b4e7398e78f513">proton::io::socket_engine::socket</a></div><div class="ttdeci">descriptor socket() const </div><div class="ttdoc">Get the socket descriptor. </div><div class="ttdef"><b>Definition:</b> io.hpp:115</div></div> -<div class="ttc" id="classproton_1_1connection__options_html"><div class="ttname"><a href="classproton_1_1connection__options.html">proton::connection_options</a></div><div class="ttdoc">Options for creating a connection. </div><div class="ttdef"><b>Definition:</b> connection_options.hpp:61</div></div> +<div class="ttc" id="classproton_1_1connection__options_html"><div class="ttname"><a href="classproton_1_1connection__options.html">proton::connection_options</a></div><div class="ttdoc">Options for creating a connection. </div><div class="ttdef"><b>Definition:</b> connection_options.hpp:64</div></div> <div class="ttc" id="classproton_1_1io_1_1listener_html"><div class="ttname"><a href="classproton_1_1io_1_1listener.html">proton::io::listener</a></div><div class="ttdoc">Listening socket. </div><div class="ttdef"><b>Definition:</b> io.hpp:79</div></div> <div class="ttc" id="classproton_1_1url_html"><div class="ttname"><a href="classproton_1_1url.html">proton::url</a></div><div class="ttdoc">A proton URL. </div><div class="ttdef"><b>Definition:</b> url.hpp:52</div></div> <div class="ttc" id="namespaceproton_1_1io_html_aca9e0f144e28aa8dabb6d919e4e98a09"><div class="ttname"><a href="namespaceproton_1_1io.html#aca9e0f144e28aa8dabb6d919e4e98a09">proton::io::error_str</a></div><div class="ttdeci">std::string error_str()</div><div class="ttdoc">Return a string describing the most recent IO error. </div></div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
