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 82C8D200BFC for ; Sat, 10 Dec 2016 01:05:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 81A3C160B2D; Sat, 10 Dec 2016 00:05:07 +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 C05D1160B3F for ; Sat, 10 Dec 2016 01:05:01 +0100 (CET) Received: (qmail 40099 invoked by uid 500); 10 Dec 2016 00:05:01 -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 38626 invoked by uid 99); 10 Dec 2016 00:04:59 -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; Sat, 10 Dec 2016 00:04:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0D7F8F2DCF; Sat, 10 Dec 2016 00:04:59 +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: Sat, 10 Dec 2016 00:05:23 -0000 Message-Id: <95643ceaf7024951aa1ffe0cbe864f4d@git.apache.org> In-Reply-To: <07989034afce48148f1b879308f8f61f@git.apache.org> References: <07989034afce48148f1b879308f8f61f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [26/51] [partial] qpid-site git commit: QPID-7553: Clear out extra output files; regenerate proton master docs; remove image files we don't use archived-at: Sat, 10 Dec 2016 00:05:07 -0000 http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine-members.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine-members.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine-members.html deleted file mode 100755 index 85068dd..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine-members.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - -Qpid Proton C++ API: Member List - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Qpid Proton C++ API -  master -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
connection_engine Member List
-
-
- -

This is the complete list of members for connection_engine, including all inherited members.

- - - - - - - - - - - -
can_read() const connection_engine
can_write() const connection_engine
closed() const connection_engine
connection() const connection_engine
connection_engine(handler &, const connection_options &=no_opts)connection_engine
io_flag enum nameconnection_engine
process(int io_flags=READ|WRITE)connection_engine
READ enum value (defined in connection_engine)connection_engine
WRITE enum value (defined in connection_engine)connection_engine
~connection_engine() (defined in connection_engine)connection_enginevirtual
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.html deleted file mode 100755 index bb11ca4..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -Qpid Proton C++ API: connection_engine - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
Qpid Proton C++ API -  master -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
connection_engineabstract
-
-
- -

An interface for connection-oriented IO integration. - More...

- -

#include <connection_engine.hpp>

-
-Inheritance diagram for connection_engine:
-
-
- - -socket_engine - -
- - - - - -

-Classes

struct  io_error
 Thrown by io_read and io_write functions to indicate an error. More...
 
- - - - -

-Public Types

enum  io_flag { READ, -WRITE - }
 Combine these flags with | to indicate read, write, both or neither.
 
- - - - - - - - - - - - - - - - - - - -

-Public Member Functions

connection_engine (handler &, const connection_options &=no_opts)
 Create a connection engine that dispatches to handler.
 
-size_t can_read () const
 Return the number of bytes that the engine is currently ready to read.
 
-size_t can_write () const
 Return the number of bytes that the engine is currently ready to write.
 
void process (int io_flags=READ|WRITE)
 Read, write and dispatch events. More...
 
bool closed () const
 True if the engine is closed, meaning there are no further events to process and close_io has been called. More...
 
-class connection connection () const
 Get the AMQP connection associated with this connection_engine.
 
-

Detailed Description

-

An interface for connection-oriented IO integration.

-

A connection_engine manages a single AMQP connection. It is useful for integrating AMQP into an existing IO framework.

-

The engine provides a simple "bytes-in/bytes-out" interface. Incoming AMQP bytes from any kind of data connection are fed into the engine and processed to dispatch events to a proton::handler. The resulting AMQP output data is available from the engine and can sent back over the connection.

-

The engine does no IO of its own. It assumes a two-way flow of bytes over some externally-managed "connection". The "connection" could be a socket managed by select, poll, epoll or some other mechanism, or it could be something else such as an RDMA connection, a shared-memory buffer or a Unix pipe.

-

The application is coded the same way for engine or container: you implement proton::handler. Handlers attached to an engine will receive transport, connection, session, link and message events. They will not receive reactor, selectable or timer events, the engine assumes those are managed externally.

-

THREAD SAFETY: A single engine instance cannot be called concurrently, but different engine instances can be processed concurrently in separate threads.

-

Member Function Documentation

- -
-
- - - - - - - -
bool closed () const
-
- -

True if the engine is closed, meaning there are no further events to process and close_io has been called.

-

Call error_str() to get an error description.

-
Examples:
engine/broker.cpp.
-
-
-
- -
-
- - - - - - - - -
void process (int io_flags = READ|WRITE)
-
- -

Read, write and dispatch events.

-

io_flags indicates whether to read, write, both or neither. Dispatches all events generated by reading or writing. Use closed() to check if the engine is closed after processing.

-
Exceptions
- - -
exceptionsthrown by the engines handler or the IO adapter.
-
-
-
Examples:
engine/broker.cpp.
-
-
-
-
The documentation for this class was generated from the following file: -
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.js b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.js deleted file mode 100755 index e233234..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.js +++ /dev/null @@ -1,15 +0,0 @@ -var classproton_1_1connection__engine = -[ - [ "io_error", "structproton_1_1connection__engine_1_1io__error.html", "structproton_1_1connection__engine_1_1io__error" ], - [ "io_flag", "classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38e", [ - [ "READ", "classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38eacb9be765f361bb7efb9073730aac92c6", null ], - [ "WRITE", "classproton_1_1connection__engine.html#a0cf254566748164472be93c85ad6c38ea61aa7ff70b76bff0fda378cf61d6afbc", null ] - ] ], - [ "connection_engine", "classproton_1_1connection__engine.html#abdc83eb9896a8e81488c29c266382ce1", null ], - [ "~connection_engine", "classproton_1_1connection__engine.html#aebb6f6a58ecb75cdaec3ed3b9cc7f500", null ], - [ "can_read", "classproton_1_1connection__engine.html#a60d954ac4fbbeb5528462f82d8def262", null ], - [ "can_write", "classproton_1_1connection__engine.html#a4bf8bb1392115b2a5e169b52256ddab3", null ], - [ "closed", "classproton_1_1connection__engine.html#a24c88f59fb7d18a293dbc5e6cbebd744", null ], - [ "connection", "classproton_1_1connection__engine.html#af13d10fc3d843719af9ff4c456330a73", null ], - [ "process", "classproton_1_1connection__engine.html#a5685b82f6690b6f7ce946bc194db2248", null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.png b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.png deleted file mode 100755 index 22226a9..0000000 Binary files a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__engine.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.map ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.map b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.map deleted file mode 100755 index 544762b..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.map +++ /dev/null @@ -1,5 +0,0 @@ - - - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.md5 ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.md5 b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.md5 deleted file mode 100755 index 1d0a936..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -0c7da1df749bbad1d1b66b3b315bf4a4 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.png b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.png deleted file mode 100755 index 5b8a12b..0000000 Binary files a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1connection__inherit__graph.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted-members.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted-members.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted-members.html deleted file mode 100755 index a719314..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted-members.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - -C++ AMQP Protocol Engine API: Member List - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
C++ AMQP Protocol Engine API -  master -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
proton::counted Member List
-
-
- -

This is the complete list of members for proton::counted, including all inherited members.

- - - - - - -
counted()proton::countedinlineprotected
counted_ptr classproton::countedfriend
decref(const counted *)proton::countedfriend
incref(const counted *)proton::countedfriend
~counted()proton::countedinlineprotectedvirtual
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted.html deleted file mode 100755 index 9a60489..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted.html +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - -C++ AMQP Protocol Engine API: proton::counted Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
C++ AMQP Protocol Engine API -  master -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
proton::counted Class Reference
-
-
- -

Base class for reference counted objects other than proton struct facade types. - More...

- -

#include <counted.hpp>

- - - - - - -

-Protected Member Functions

 counted ()
 
virtual ~counted ()
 
- - - - - - - - -

-Friends

template<class T >
class counted_ptr
 
void incref (const counted *)
 
void decref (const counted *)
 
-

Detailed Description

-

Base class for reference counted objects other than proton struct facade types.

-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
proton::counted::counted ()
-
-inlineprotected
-
- -
-
- -
-
- - - - - -
- - - - - - - -
virtual proton::counted::~counted ()
-
-inlineprotectedvirtual
-
- -
-
-

Friends And Related Function Documentation

- -
-
-
-template<class T >
- - - - - -
- - - - -
friend class counted_ptr
-
-friend
-
- -
-
- -
-
- - - - - -
- - - - - - - - -
void decref (const countedp)
-
-friend
-
- -
-
- -
-
- - - - - -
- - - - - - - - -
void incref (const countedp)
-
-friend
-
- -
-
-
The documentation for this class was generated from the following file:
    -
  • tmp/aconway/transom/qpid-proton-master/proton-c/bindings/cpp/include/proton/counted.hpp
  • -
-
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted.js b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted.js deleted file mode 100755 index 4f4c116..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted.js +++ /dev/null @@ -1,8 +0,0 @@ -var classproton_1_1counted = -[ - [ "counted", "classproton_1_1counted.html#ab5f7706aaee099c395aaea4ef031d346", null ], - [ "~counted", "classproton_1_1counted.html#a7635ba6f80cbf166a8fe6325c09547ff", null ], - [ "counted_ptr", "classproton_1_1counted.html#abf29d1b6b221e60964e0852b2518841a", null ], - [ "decref", "classproton_1_1counted.html#a1ed76b023c97849d5728ddc9beaa1400", null ], - [ "incref", "classproton_1_1counted.html#a5a5c64720ca3e1b462d271ebbca1f879", null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade-members.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade-members.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade-members.html deleted file mode 100755 index b999a89..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade-members.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - -C++ AMQP Protocol Engine API: Member List - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
C++ AMQP Protocol Engine API -  master -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
proton::counted_facade< P, T, Base > Member List
-
- -
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade.html deleted file mode 100755 index 11dc3a9..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -C++ AMQP Protocol Engine API: proton::counted_facade< P, T, Base > Class Template Reference - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
C++ AMQP Protocol Engine API -  master -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
proton::counted_facade< P, T, Base > Class Template Reference
-
-
- -

#include <facade.hpp>

-
-Inheritance diagram for proton::counted_facade< P, T, Base >:
-
-
Inheritance graph
- - -
[legend]
-
-Collaboration diagram for proton::counted_facade< P, T, Base >:
-
-
Collaboration graph
- - -
[legend]
- - - - - - - - - -

-Public Member Functions

void operator delete (void *p)
 Deleting a counted_facade actually calls pn_decref to remove a reference. More...
 
counted_ptr< T > ptr ()
 
counted_ptr< const T > ptr () const
 
- - - - -

-Friends

template<class U >
class counted_ptr
 
- - - - - - - - - -

-Additional Inherited Members

- Public Types inherited from proton::facade< P, T, Base >
typedef P pn_type
 The underlying C struct type. More...
 
- Static Public Member Functions inherited from proton::facade< P, T, Base >
static T * cast (P *p)
 Cast the C struct pointer to a C++ facade pointer. More...
 
-

Detailed Description

-

template<class P, class T, class Base = empty_base>
-class proton::counted_facade< P, T, Base >

- -

Some proton C structs are reference counted. The C++ facade for such structs can be converted to any of the following smart pointers: std::shared_ptr, std::unique_ptr, boost::shared_ptr, boost::intrusive_ptr.

-

unique_ptr takes ownership of a single reference not the underlying struct, so it is safe to have multiple unique_ptr to the same facade object or to mix unique_ptr with shared_ptr etc.

-

Deleting a counted_facade subclass actually calls pn_decref to remove a reference.

-

Member Function Documentation

- -
-
-
-template<class P, class T, class Base = empty_base>
- - - - - -
- - - - - - - - -
void proton::counted_facade< P, T, Base >::operator delete (void * p)
-
-inline
-
- -

Deleting a counted_facade actually calls pn_decref to remove a reference.

- -
-
- -
-
-
-template<class P, class T, class Base = empty_base>
- - - - - -
- - - - - - - -
counted_ptr<T> proton::counted_facade< P, T, Base >::ptr ()
-
-inline
-
-

Get a reference-counted pointer to the underlying object. It can be converted safely to std::shared_ptr, std::unique_ptr, boost::shared_ptr, or boost::intrusive_ptr.

- -
-
- -
-
-
-template<class P, class T, class Base = empty_base>
- - - - - -
- - - - - - - -
counted_ptr<const T> proton::counted_facade< P, T, Base >::ptr () const
-
-inline
-
-

Get a reference-counted pointer to the underlying object. It can be converted safely to std::shared_ptr, std::unique_ptr, boost::shared_ptr, or boost::intrusive_ptr.

- -
-
-

Friends And Related Function Documentation

- -
-
-
-template<class P, class T, class Base = empty_base>
-
-template<class U >
- - - - - -
- - - - -
friend class counted_ptr
-
-friend
-
- -
-
-
The documentation for this class was generated from the following file:
    -
  • tmp/aconway/transom/qpid-proton-master/proton-c/bindings/cpp/include/proton/facade.hpp
  • -
-
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade.js b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade.js deleted file mode 100755 index e118379..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade.js +++ /dev/null @@ -1,7 +0,0 @@ -var classproton_1_1counted__facade = -[ - [ "operator delete", "classproton_1_1counted__facade.html#a751cf09c3b1984dfb5076d583723c052", null ], - [ "ptr", "classproton_1_1counted__facade.html#a4956470bb298643b628fead21f749a29", null ], - [ "ptr", "classproton_1_1counted__facade.html#a956813e7b67e1f3a8d6aa071f015281d", null ], - [ "counted_ptr", "classproton_1_1counted__facade.html#abf29d1b6b221e60964e0852b2518841a", null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.map ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.map b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.map deleted file mode 100755 index d22d3f1..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.map +++ /dev/null @@ -1,3 +0,0 @@ - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.md5 ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.md5 b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.md5 deleted file mode 100755 index 71e00a9..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -1e215972c930085aca40854cb2856df8 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.png b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.png deleted file mode 100755 index 7d6ec34..0000000 Binary files a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__coll__graph.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.map ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.map b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.map deleted file mode 100755 index d22d3f1..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.map +++ /dev/null @@ -1,3 +0,0 @@ - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.md5 ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.md5 b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.md5 deleted file mode 100755 index 71e00a9..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -1e215972c930085aca40854cb2856df8 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.png b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.png deleted file mode 100755 index 7d6ec34..0000000 Binary files a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__facade__inherit__graph.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__ptr-members.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__ptr-members.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__ptr-members.html deleted file mode 100755 index dd8e604..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1counted__ptr-members.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -C++ AMQP Protocol Engine API: Member List - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
C++ AMQP Protocol Engine API -  master -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
proton::counted_ptr< T > Member List
-
-
- -

This is the complete list of members for proton::counted_ptr< T >, including all inherited members.

- - - - - - - - - - - - - - - - - -
counted_ptr(T *p=0, bool add_ref=true)proton::counted_ptr< T >inlineexplicit
counted_ptr(const counted_ptr< T > &p)proton::counted_ptr< T >inline
element_type typedefproton::counted_ptr< T >
get() const proton::counted_ptr< T >inline
operator bool() const proton::counted_ptr< T >inline
operator counted_ptr< U >() const proton::counted_ptr< T >inline
operator!() const proton::counted_ptr< T >inline
operator*() const proton::counted_ptr< T >inline
operator->() const proton::counted_ptr< T >inline
operator<(const counted_ptr< U > &x)proton::counted_ptr< T >inline
operator=(const counted_ptr< T > &p)proton::counted_ptr< T >inline
operator==(const counted_ptr< U > &x)proton::counted_ptr< T >inline
release()proton::counted_ptr< T >inline
reset(T *p=0, bool add_ref=true)proton::counted_ptr< T >inline
swap(counted_ptr &x)proton::counted_ptr< T >inline
~counted_ptr()proton::counted_ptr< T >inline
-
- - - - --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org