| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <Handle.h>
Public Member Functions | |
| ~Handle () | |
| Handle (const Handle &) | |
| Handle & | operator= (const Handle &) |
| bool | isValid () const |
| bool | isNull () const |
| operator bool () const | |
| bool | operator! () const |
| void | swap (Handle< T > &) |
Protected Member Functions | |
| Handle (T *=0) | |
Protected Attributes | |
| T * | impl |
Handles can be null, like a 0 pointer. Use isValid(), isNull() or the implicit conversion to bool to test for a null handle.
Definition at line 35 of file Handle.h.
| qpid::client::Handle< T >::~Handle | ( | ) | [inline] |
| qpid::client::Handle< T >::Handle | ( | const Handle< T > & | h | ) | [inline] |
| qpid::client::Handle< T >::Handle | ( | T * | p = 0 |
) | [inline, protected] |
| bool qpid::client::Handle< T >::isNull | ( | ) | const [inline] |
| bool qpid::client::Handle< T >::isValid | ( | ) | const [inline] |
| qpid::client::Handle< T >::operator bool | ( | ) | const [inline] |
| bool qpid::client::Handle< T >::operator! | ( | ) | const [inline] |
| void qpid::client::Handle< T >::swap | ( | Handle< T > & | h | ) | [inline] |
Definition at line 48 of file HandlePrivate.h.
References qpid::client::Handle< T >::impl.
Referenced by qpid::client::Handle< T >::operator=().
T* qpid::client::Handle< T >::impl [protected] |
Definition at line 54 of file Handle.h.
Referenced by qpid::client::HandleAccess< T >::getImpl(), qpid::client::Handle< T >::Handle(), qpid::client::Handle< qpid::client::SubscriptionImpl >::isNull(), qpid::client::Handle< qpid::client::SubscriptionImpl >::isValid(), qpid::client::Handle< qpid::client::SubscriptionImpl >::operator bool(), qpid::client::Handle< qpid::client::SubscriptionImpl >::operator!(), qpid::client::Handle< T >::swap(), and qpid::client::Handle< T >::~Handle().
1.5.7.1