Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 20112200BD6 for ; Sun, 4 Dec 2016 18:39:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1ED23160B2F; Sun, 4 Dec 2016 17:39:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E7524160B43 for ; Sun, 4 Dec 2016 18:39:19 +0100 (CET) Received: (qmail 15908 invoked by uid 500); 4 Dec 2016 17:39:19 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 14800 invoked by uid 99); 4 Dec 2016 17:39:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Dec 2016 17:39:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 59353E08AB; Sun, 4 Dec 2016 17:39:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jross@apache.org To: commits@qpid.apache.org Date: Sun, 04 Dec 2016 17:39:44 -0000 Message-Id: <2185f37fef1e49da88f66a608b8804aa@git.apache.org> In-Reply-To: <3fb817b316f24b339411ec746545cd28@git.apache.org> References: <3fb817b316f24b339411ec746545cd28@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/51] [partial] qpid-site git commit: QPID-7553: Doc snapshots and various other updates archived-at: Sun, 04 Dec 2016 17:39:23 -0000 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/messaging_2ImportExport_8h_source.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/messaging_2ImportExport_8h_source.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/messaging_2ImportExport_8h_source.html new file mode 100755 index 0000000..f5c920f --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/messaging_2ImportExport_8h_source.html @@ -0,0 +1,108 @@ + + + + + + +Qpid C++ Messaging API: qpid/messaging/ImportExport.h Source File + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
Qpid C++ Messaging API +  master +
+
+ + + + + + +
+
+
+ + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+
+
ImportExport.h
+
+
+
1 #ifndef QPID_MESSAGING_IMPORTEXPORT_H
2 #define QPID_MESSAGING_IMPORTEXPORT_H
3 
4 /*
5  * Licensed to the Apache Software Foundation (ASF) under one
6  * or more contributor license agreements. See the NOTICE file
7  * distributed w ith this work for additional information
8  * regarding copyright ownership. The ASF licenses this file
9  * to you under the Apache License, Version 2.0 (the
10  * "License"); you may not use this file except in compliance
11  * with the License. You may obtain a copy of the License at
12  *
13  * http://www.apache.org/licen ses/LICENSE-2.0
14  *
15  * Unless required by applicable law or agreed to in writing,
16  * software distributed under the License is distributed on an
17  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18  * KIND, either express or implied. See the License for the
19  * specific language governing permissions and limit ations
20  * under the License.
21  */
22 
23 #include "qpid/ImportExport.h"
24 
25 #if defined(CLIENT_EXPORT) || defined (qpidmessaging_EXPORTS)
26 # define QPID_MESSAGING_EXTERN QPID_EXPORT
27 # define QPID_MESSAGING_CLASS_EXTERN QPID_CLASS_EXPORT
28 # define QPID_MESSAGING_INLINE_EXTERN QPID_INLINE_EXPORT
29 #else
30 # define QPID_MESSAGING_EXTERN QPID_IMPORT
31 # define QPID_MESSAGING_CLASS_EXTERN QPID_CLASS_IMPORT
32 # define QPID_MESSAGING_INLINE_EXTERN QPID_INLINE_IMPORT
33 < span class="preprocessor">#endif
34 
35 #endif
+
+ + + + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_f.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_f.png b/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_f.png new file mode 100755 index 0000000..72a58a5 Binary files /dev/null and b/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_f.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_g.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_g.png b/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_g.png new file mode 100755 index 0000000..2093a23 Binary files /dev/null and b/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_g.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_h.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_h.png b/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_h.png new file mode 100755 index 0000000..33389b1 Binary files /dev/null and b/content/releases/qpid-cpp-master/messaging-api/cpp/api/nav_h.png differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/navtree.css ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/navtree.css b/content/releases/qpid-cpp-master/messaging-api/cpp/api/navtree.css new file mode 100755 index 0000000..1a868b3 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/navtree.css @@ -0,0 +1,143 @@ +#nav-tree .children_ul { + margin:0; + padding:4px; +} + +#nav-tree ul { + list-style:none outside none; + margin:0px; + padding:0px; +} + +#nav-tree li { + white-space:nowrap; + margin:0px; + padding:0px; +} + +#nav-tree .plus { + margin:0px; +} + +#nav-tree .selected { + background-image: url('tab_a.png'); + background-repeat:repeat-x; + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +} + +#nav-tree img { + margin:0px; + padding:0px; + border:0px; + vertical-align: middle; +} + +#nav-tree a { + text-decoration:none; + padding:0px; + margin:0px; + outline:none; +} + +#nav-tree .label { + margin:0px; + padding:0px; + font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; +} + +#nav-tree .label a { + padding:2px; +} + +#nav-tree .selected a { + text-decoration:none; + color:#fff; +} + +#nav-tree .children_ul { + margin:0px; + padding:0px; +} + +#nav-tree .item { + margin:0px; + padding:0px; +} + +#nav-tree { + padding: 0px 0px; + background-color: #FAFAFF; + font-size:14px; + overflow:auto; +} + +#doc-content { + overflow:auto; + display:block; + padding:0px; + margin:0px; + -webkit-overflow-scrolling : touch; /* iOS 5+ */ +} + +#side-nav { + padding:0 6px 0 0; + margin: 0px; + display:block; + position: absolute; + left: 0px; + width: 250px; +} + +.ui-resizable .ui-resizable-handle { + display:block; +} + +.ui-resizable-e { + background:url("splitbar.png") repeat scroll right center transparent; + cursor:e-resize; + height:100%; + right:0; + top:0; + width:6px; +} + +.ui-resizable-handle { + display:none; + font-size:0.1px; + position:absolute; + z-index:1; +} + +#nav-tree-contents { + margin: 6px 0px 0px 0px; +} + +#nav-tree { + background-image:url('nav_h.png'); + background-repeat:repeat-x; + background-color: #F9FAFC; + -webkit-overflow-scrolling : touch; /* iOS 5+ */ +} + +#nav-sync { + position:absolute; + top:5px; + right:24px; + z-index:0; +} + +#nav-sync img { + opacity:0.3; +} + +#nav-sync img:hover { + opacity:0.9; +} + +@media print +{ + #nav-tree { display: none; } + div.ui-resizable-handle { display: none; position: relative; } +} + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/navtree.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/navtree.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/navtree.js new file mode 100755 index 0000000..9df45a7 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/navtree.js @@ -0,0 +1,523 @@ +var navTreeSubIndices = new Array(); + +function getData(varName) +{ + var i = varName.lastIndexOf('/'); + var n = i>=0 ? varName.substring(i+1) : varName; + return eval(n.replace(/\-/g,'_')); +} + +function stripPath(uri) +{ + return uri.substring(uri.lastIndexOf('/')+1); +} + +function stripPath2(uri) +{ + var i = uri.lastIndexOf('/'); + var s = uri.substring(i+1); + var m = uri.substring(0,i+1).match(/\/d\w\/d\w\w\/$/); + return m ? uri.substring(i-6) : s; +} + +function hashValue() +{ + return $(location).attr('hash').substring(1).replace(/[^\w\-]/g,''); +} + +function hashUrl() +{ + return '#'+hashValue(); +} + +function pathName() +{ + return $(location).attr('pathname').replace(/[^-A-Za-z0-9+&@#/%?=~_|!:,.;\(\)]/g, ''); +} + +function localStorageSupported() +{ + try { + return 'localStorage' in window && window['localStorage'] !== null && window.localStorage.getItem; + } + catch(e) { + return false; + } +} + + +function storeLink(link) +{ + if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) { + window.localStorage.setItem('navpath',link); + } +} + +function deleteLink() +{ + if (localStorageSupported()) { + window.localStorage.setItem('navpath',''); + } +} + +function cachedLink() +{ + if (localStorageSupported()) { + return window.localStorage.getItem('navpath'); + } else { + return ''; + } +} + +function getScript(scriptName,func,show) +{ + var head = document.getElementsByTagName("head")[0]; + var script = document.createElement('script'); + script.id = scriptName; + script.type = 'text/javascript'; + script.onload = func; + script.src = scriptName+'.js'; + if ($.browser.msie && $.browser.version<=8) { + // script.onload does not work with older versions of IE + script.onreadystatechange = function() { + if (script.readyState=='complete' || script.readyState=='loaded') { + func(); if (show) showRoot(); + } + } + } + head.appendChild(script); +} + +function createIndent(o,domNode,node,level) +{ + var level=-1; + var n = node; + while (n.parentNode) { level++; n=n.parentNode; } + if (node.childrenData) { + var imgNode = document.createElement("img"); + imgNode.style.paddingLeft=(16*level).toString()+'px'; + imgNode.width = 16; + imgNode.height = 22; + imgNode.border = 0; + node.plus_img = imgNode; + node.expandToggle = document.createElement("a"); + node.expandToggle.href = "javascript:void(0)"; + node.expandToggle.onclick = function() { + if (node.expanded) { + $(node.getChildrenUL()).slideUp("fast"); + node.plus_img.src = node.relpath+"arrowright.png"; + node.expanded = false; + } else { + expandNode(o, node, false, false); + } + } + node.expandToggle.appendChild(imgNode); + domNode.appendChild(node.expandToggle); + imgNode.src = node.relpath+"arrowright.png"; + } else { + var span = document.createElement("span"); + span.style.display = 'inline-block'; + span.style.width = 16*(level+1)+'px'; + span.style.height = '22px'; + span.innerHTML = ' '; + domNode.appendChild(span); + } +} + +var animationInProgress = false; + +function gotoAnchor(anchor,aname,updateLocation) +{ + var pos, docContent = $('#doc-content'); + var ancParent = $(anchor.parent()); + if (ancParent.hasClass('memItemLeft') || + ancParent.hasClass('fieldname') || + ancParent.hasClass('fieldtype') || + ancParent.is(':header')) + { + pos = ancParent.position().top; + } else if (anchor.position()) { + pos = anchor.position().top; + } + if (pos) { + var dist = Math.abs(Math.min( + pos-docContent.offset().top, + docContent[0].scrollHeight- + docContent.height()-docContent.scrollTop())); + animationInProgress=true; + docContent.animate({ + scrollTop: pos + docContent.scrollTop() - docContent.offset().top + },Math.max(50,Math.min(500,dist)),function(){ + if (updateLocation) window.location.href=aname; + animationInProgress=false; + }); + } +} + +function newNode(o, po, text, link, childrenData, lastNode) +{ + var node = new Object(); + node.children = Array(); + node.childrenData = childrenData; + node.depth = po.depth + 1; + node.relpath = po.relpath; + node.isLast = lastNode; + + node.li = document.createElement("li"); + po.getChildrenUL().appendChild(node.li); + node.parentNode = po; + + node.itemDiv = document.createElement("div"); + node.itemDiv.className = "item"; + + node.labelSpan = document.createElement("span"); + node.labelSpan.className = "label"; + + createIndent(o,node.itemDiv,node,0); + node.itemDiv.appendChild(node.labelSpan); + node.li.appendChild(node.itemDiv); + + var a = document.createElement("a"); + node.labelSpan.appendChild(a); + node.label = document.createTextNode(text); + node.expanded = false; + a.appendChild(node.label); + if (link) { + var url; + if (link.substring(0,1)=='^') { + url = link.substring(1); + link = url; + } else { + url = node.relpath+link; + } + a.className = stripPath(link.replace('#',':')); + if (link.indexOf('#')!=-1) { + var aname = '#'+link.split('#')[1]; + var srcPage = stripPath(pathName()); + var targetPage = stripPath(link.split('#')[0]); + a.href = srcPage!=targetPage ? url : "javascript:void(0)"; + a.onclick = function(){ + storeLink(link); + if (!$(a).parent().parent().hasClass('selected')) + { + $('.item').removeClass('selected'); + $('.item').removeAttr('id'); + $(a).parent().parent().addClass('selected'); + $(a).parent().parent().attr('id','selected'); + } + var anchor = $(aname); + gotoAnchor(anchor,aname,true); + }; + } else { + a.href = url; + a.onclick = function() { storeLink(link); } + } + } else { + if (childrenData != null) + { + a.className = "nolink"; + a.href = "javascript:void(0)"; + a.onclick = node.expandToggle.onclick; + } + } + + node.childrenUL = null; + node.getChildrenUL = function() { + if (!node.childrenUL) { + node.childrenUL = document.createElement("ul"); + node.childrenUL.className = "children_ul"; + node.childrenUL.style.display = "none"; + node.li.appendChild(node.childrenUL); + } + return node.childrenUL; + }; + + return node; +} + +function showRoot() +{ + var headerHeight = $("#top").height(); + var footerHeight = $("#nav-path").height(); + var windowHeight = $(window).height() - headerHeight - footerHeight; + (function (){ // retry until we can scroll to the selected item + try { + var navtree=$('#nav-tree'); + navtree.scrollTo('#selected',0,{offset:-windowHeight/2}); + } catch (err) { + setTimeout(arguments.callee, 0); + } + })(); +} + +function expandNode(o, node, imm, showRoot) +{ + if (node.childrenData && !node.expanded) { + if (typeof(node.childrenData)==='string') { + var varName = node.childrenData; + getScript(node.relpath+varName,function(){ + node.childrenData = getData(varName); + expandNode(o, node, imm, showRoot); + }, showRoot); + } else { + if (!node.childrenVisited) { + getNode(o, node); + } if (imm || ($.browser.msie && $.browser.version>8)) { + // somehow slideDown jumps to the start of tree for IE9 :-( + $(node.getChildrenUL()).show(); + } else { + $(node.getChildrenUL()).slideDown("fast"); + } + if (node.isLast) { + node.plus_img.src = node.relpath+"arrowdown.png"; + } else { + node.plus_img.src = node.relpath+"arrowdown.png"; + } + node.expanded = true; + } + } +} + +function glowEffect(n,duration) +{ + n.addClass('glow').delay(duration).queue(function(next){ + $(this).removeClass('glow');next(); + }); +} + +function highlightAnchor() +{ + var aname = hashUrl(); + var anchor = $(aname); + if (anchor.parent().attr('class')=='memItemLeft'){ + var rows = $('.memberdecls tr[class$="'+hashValue()+'"]'); + glowEffect(rows.children(),300); // member without details + } else if (anchor.parent().attr('class')=='fieldname'){ + glowEffect(anchor.parent().parent(),1000); // enum value + } else if (anchor.parent().attr('class')=='fieldtype'){ + glowEffect(anchor.parent().parent(),1000); // struct field + } else if (anchor.parent().is(":header")) { + glowEffect(anchor.parent(),1000); // section header + } else { + glowEffect(anchor.next(),1000); // normal member + } + gotoAnchor(anchor,aname,false); +} + +function selectAndHighlight(hash,n) +{ + var a; + if (hash) { + var link=stripPath(pathName())+':'+hash.substring(1); + a=$('.item a[class$="'+link+'"]'); + } + if (a && a.length) { + a.parent().parent().addClass('selected'); + a.parent().parent().attr('id','selected'); + highlightAnchor(); + } else if (n) { + $(n.itemDiv).addClass('selected'); + $(n.itemDiv).attr('id','selected'); + } + if ($('#nav-tree-contents .item:first').hasClass('selected')) { + $('#nav-sync').css('top','30px'); + } else { + $('#nav-sync').css('top','5px'); + } + showRoot(); +} + +function showNode(o, node, index, hash) +{ + if (node && node.childrenData) { + if (typeof(node.childrenData)==='string') { + var varName = node.childrenData; + getScript(node.relpath+varName,function(){ + node.childrenData = getData(varName); + showNode(o,node,index,hash); + },true); + } else { + if (!node.childrenVisited) { + getNode(o, node); + } + $(node.getChildrenUL()).css({'display':'block'}); + node.plus_img.src = node.relpath+"arrowdown.png"; + node.expanded = true; + var n = node.children[o.breadcrumbs[index]]; + if (index+11) hash = '#'+parts[1].replace(/[^\w\-]/g,''); + else hash=''; + } + if (hash.match(/^#l\d+$/)) { + var anchor=$('a[name='+hash.substring(1)+']'); + glowEffect(anchor.parent(),1000); // line number + hash=''; // strip line number anchors + } + var url=root+hash; + var i=-1; + while (NAVTREEINDEX[i+1]<=url) i++; + if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index + if (navTreeSubIndices[i]) { + gotoNode(o,i,root,hash,relpath) + } else { + getScript(relpath+'navtreeindex'+i,function(){ + navTreeSubIndices[i] = eval('NAVTREEINDEX'+i); + if (navTreeSubIndices[i]) { + gotoNode(o,i,root,hash,relpath); + } + },true); + } +} + +function showSyncOff(n,relpath) +{ + n.html(''); +} + +function showSyncOn(n,relpath) +{ + n.html(''); +} + +function toggleSyncButton(relpath) +{ + var navSync = $('#nav-sync'); + if (navSync.hasClass('sync')) { + navSync.removeClass('sync'); + showSyncOff(navSync,relpath); + storeLink(stripPath2(pathName())+hashUrl()); + } else { + navSync.addClass('sync'); + showSyncOn(navSync,relpath); + deleteLink(); + } +} + +function initNavTree(toroot,relpath) +{ + var o = new Object(); + o.toroot = toroot; + o.node = new Object(); + o.node.li = document.getElementById("nav-tree-contents"); + o.node.childrenData = NAVTREE; + o.node.children = new Array(); + o.node.childrenUL = document.createElement("ul"); + o.node.getChildrenUL = function() { return o.node.childrenUL; }; + o.node.li.appendChild(o.node.childrenUL); + o.node.depth = 0; + o.node.relpath = relpath; + o.node.expanded = false; + o.node.isLast = true; + o.node.plus_img = document.createElement("img"); + o.node.plus_img.src = relpath+"arrowright.png"; + o.node.plus_img.width = 16; + o.node.plus_img.height = 22; + + if (localStorageSupported()) { + var navSync = $('#nav-sync'); + if (cachedLink()) { + showSyncOff(navSync,relpath); + navSync.removeClass('sync'); + } else { + showSyncOn(navSync,relpath); + } + navSync.click(function(){ toggleSyncButton(relpath); }); + } + + $(window).load(function(){ + navTo(o,toroot,hashUrl(),relpath); + showRoot(); + }); + + $(window).bind('hashchange', function(){ + if (window.location.hash && window.location.hash.length>1){ + var a; + if ($(location).attr('hash')){ + var clslink=stripPath(pathName())+':'+hashValue(); + a=$('.item a[class$="'+clslink.replace(/=0) window.location.hash=url.substr(i); + var _preventDefault = function(evt) { evt.preventDefault(); }; + $("#splitbar").bind("dragstart", _preventDefault).bind("selectstart", _preventDefault); + $(document).bind('touchmove',function(e){ + var device = navigator.userAgent.toLowerCase(); + var ios = device.match(/(iphone|ipod|ipad)/); + if (ios) { + try { + var target = e.target; + while (target) { + if ($(target).css('-webkit-overflow-scrolling')=='touch') return; + target = target.parentNode; + } + e.preventDefault(); + } catch(err) { + e.preventDefault(); + } + } + }); +} + + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_0.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_0.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_0.html new file mode 100755 index 0000000..d54e0bd --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_0.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_0.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_0.js new file mode 100755 index 0000000..3e6f80c --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_0.js @@ -0,0 +1,9 @@ +var searchData= +[ + ['acknowledge',['acknowledge',['../classqpid_1_1messaging_1_1Session.html#a610d6eb517808dea01d25b30be88c4de',1,'qpid::messaging::Session::acknowledge(bool sync=false)'],['../classqpid_1_1messaging_1_1Session.html#aabe4d9bb20c7e12ce9ca821a5d9cb7ea',1,'qpid::messaging::Session::acknowledge(Message &, bool sync=false)']]], + ['acknowledgeupto',['acknowledgeUpTo',['../classqpid_1_1messaging_1_1Session.html#a974737a8faeb0e57664744bb536662bf',1,'qpid::messaging::Session']]], + ['address',['Address',['../classqpid_1_1messaging_1_1Address.html',1,'qpid::messaging']]], + ['addresserror',['AddressError',['../structqpid_1_1messaging_1_1AddressError.html',1,'qpid::messaging']]], + ['assertionfailed',['AssertionFailed',['../structqpid_1_1messaging_1_1AssertionFailed.html',1,'qpid::messaging']]], + ['authenticationfailure',['AuthenticationFailure',['../structqpid_1_1messaging_1_1AuthenticationFailure.html',1,'qpid::messaging']]] +]; http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_1.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_1.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_1.html new file mode 100755 index 0000000..8cc6a1d --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_1.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_1.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_1.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_1.js new file mode 100755 index 0000000..a0c7e32 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_1.js @@ -0,0 +1,13 @@ +var searchData= +[ + ['checkerror',['checkError',['../classqpid_1_1messaging_1_1Session.html#aa2e0eb9e53cec590d23b2dd8b442e708',1,'qpid::messaging::Session']]], + ['clear',['clear',['../classqpid_1_1types_1_1Uuid.html#a21237148629551f32db63ac0ee920dcb',1,'qpid::types::Uuid']]], + ['close',['close',['../classqpid_1_1messaging_1_1Connection.html#a57c6b7c5b7f99fe3b6e287f906a59b7b',1,'qpid::messaging::Connection::close()'],['../classqpid_1_1messaging_1_1Receiver.html#a5f9e4b67b32ed49aa795011f53938b8e',1,'qpid::messaging::Receiver::close()'],['../classqpid_1_1messaging_1_1Session.html#ae182a6447018dd69ace0ec2897e66ba0',1,'qpid::messaging::Session::close()']]], + ['commit',['commit',['../classqpid_1_1messaging_1_1Session.html#a06a812821bdb2841cabf1f6b83fe57c0',1,'qpid::messaging::Session']]], + ['configure',['configure',['../classqpid_1_1messaging_1_1Logger.html#abbe85863cc46da050ad0305d31ea32c6',1,'qpid::messaging::Logger']]], + ['connection',['Connection',['../classqpid_1_1messaging_1_1Connection.html#a4d3f1bacc02722f3d2ae43efaa880db6',1,'qpid::messaging::Connection::Connection(const std::string &url, const qpid::types::Variant::Map &options=qpid::types::Variant::Map())'],['../classqpid_1_1messaging_1_1Connection.html#a7ed5f335b7614cd7b2b580ad92cbf3d2',1,'qpid::messaging::Connection::Connection(const std::string &url, const std::string &options)']]], + ['connection',['Connection',['../classqpid_1_1messaging_1_1Connection.html',1,'qpid::messaging']]], + ['connectionerror',['ConnectionError',['../structqpid_1_1messaging_1_1ConnectionError.html',1,'qpid::messaging']]], + ['createreceiver',['createReceiver',['../classqpid_1_1messaging_1_1Session.html#a412e46c562c7211e833df2d243c743cc',1,'qpid::messaging::Session::createReceiver(const Address &address)'],['../classqpid_1_1messaging_1_1Session.html#a23b36bccba731544fc686af56872f005',1,'qpid::messaging::Session::createReceiver(const std::string &address)']]], + ['createsender',['createSender',['../classqpid_1_1messaging_1_1Session.html#afed2184cb6a54b6452bcacac3d7491b8',1,'qpid::messaging::Session::createSender(const Address &address)'],['../classqpid_1_1messaging_1_1Session.html#a310e2fefeaf0ab0b0b110c8b9bed72af',1,'qpid::messaging::Session::createSender(const std::string &address)']]] +]; http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_10.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_10.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_10.html new file mode 100755 index 0000000..c25484f --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_10.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_10.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_10.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_10.js new file mode 100755 index 0000000..de7bbda --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_10.js @@ -0,0 +1,8 @@ +var searchData= +[ + ['targetcapacityexceeded',['TargetCapacityExceeded',['../structqpid_1_1messaging_1_1TargetCapacityExceeded.html',1,'qpid::messaging']]], + ['transactionaborted',['TransactionAborted',['../structqpid_1_1messaging_1_1TransactionAborted.html',1,'qpid::messaging']]], + ['transactionerror',['TransactionError',['../structqpid_1_1messaging_1_1TransactionError.html',1,'qpid::messaging']]], + ['transactionunknown',['TransactionUnknown',['../structqpid_1_1messaging_1_1TransactionUnknown.html',1,'qpid::messaging']]], + ['transportfailure',['TransportFailure',['../structqpid_1_1messaging_1_1TransportFailure.html',1,'qpid::messaging']]] +]; http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_11.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_11.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_11.html new file mode 100755 index 0000000..3615c28 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_11.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_11.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_11.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_11.js new file mode 100755 index 0000000..04574e8 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_11.js @@ -0,0 +1,7 @@ +var searchData= +[ + ['unauthorizedaccess',['UnauthorizedAccess',['../structqpid_1_1messaging_1_1UnauthorizedAccess.html',1,'qpid::messaging']]], + ['usage',['usage',['../classqpid_1_1messaging_1_1Logger.html#aa6b632b061c375607e6f1f943bc95f47',1,'qpid::messaging::Logger']]], + ['uuid',['Uuid',['../classqpid_1_1types_1_1Uuid.html#a168aff6ecbf2e4bec99998227d7313db',1,'qpid::types::Uuid::Uuid(bool unique=false)'],['../classqpid_1_1types_1_1Uuid.html#a7a29645dd675a74261ae5af32c6a8a83',1,'qpid::types::Uuid::Uuid(const unsigned char *data16)']]], + ['uuid',['Uuid',['../classqpid_1_1types_1_1Uuid.html',1,'qpid::types']]] +]; http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_12.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_12.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_12.html new file mode 100755 index 0000000..abd082a --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_12.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_12.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_12.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_12.js new file mode 100755 index 0000000..320585c --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_12.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['variant',['Variant',['../classqpid_1_1types_1_1Variant.html',1,'qpid::types']]] +]; http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_2.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_2.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_2.html new file mode 100755 index 0000000..d15ac65 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_2.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_2.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_2.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_2.js new file mode 100755 index 0000000..105d3d6 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_2.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['described',['described',['../classqpid_1_1types_1_1Variant.html#a3b486c73ad069de85dc995fb76794641',1,'qpid::types::Variant::described(const Variant &descriptor, const Variant &value)'],['../classqpid_1_1types_1_1Variant.html#a328765159474f69304617f25ffeb414f',1,'qpid::types::Variant::described(const Variant &descriptor, const List &value)']]], + ['duration',['Duration',['../classqpid_1_1messaging_1_1Duration.html',1,'qpid::messaging']]] +]; http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_3.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_3.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_3.html new file mode 100755 index 0000000..9f526c6 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_3.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_3.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_3.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_3.js new file mode 100755 index 0000000..0a617f3 --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_3.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['encodingexception',['EncodingException',['../structqpid_1_1messaging_1_1EncodingException.html',1,'qpid::messaging']]], + ['exception',['Exception',['../classqpid_1_1types_1_1Exception.html',1,'qpid::types']]] +]; http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_4.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_4.html b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_4.html new file mode 100755 index 0000000..7b814aa --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_4.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + http://git-wip-us.apache.org/repos/asf/qpid-site/blob/34159cc7/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_4.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_4.js b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_4.js new file mode 100755 index 0000000..29f5edc --- /dev/null +++ b/content/releases/qpid-cpp-master/messaging-api/cpp/api/search/all_4.js @@ -0,0 +1,6 @@ +var searchData= +[ + ['failoverupdates',['FailoverUpdates',['../classqpid_1_1messaging_1_1FailoverUpdates.html',1,'qpid::messaging']]], + ['fetch',['fetch',['../classqpid_1_1messaging_1_1Receiver.html#aa3b46a16b002054cd73f9c625ff496bb',1,'qpid::messaging::Receiver::fetch(Message &message, Duration timeout=Duration::FOREVER)'],['../classqpid_1_1messaging_1_1Receiver.html#aaa7226095a43c3dda3f1e709b21e7ab2',1,'qpid::messaging::Receiver::fetch(Duration timeout=Duration::FOREVER)']]], + ['fetcherror',['FetchError',['../structqpid_1_1messaging_1_1FetchError.html',1,'qpid::messaging']]] +]; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org