| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/DataAddr.h>
Public Member Functions | |
| DataAddr (DataAddrImpl *impl=0) | |
| DataAddr (const DataAddr &) | |
| DataAddr & | operator= (const DataAddr &) |
| ~DataAddr () | |
| bool | operator== (const DataAddr &) |
| bool | operator< (const DataAddr &) |
| DataAddr (const qpid::types::Variant::Map &) | |
| DataAddr (const std::string &name, const std::string &agentName, uint32_t agentEpoch=0) | |
| const std::string & | getName () const |
| const std::string & | getAgentName () const |
| uint32_t | getAgentEpoch () const |
| qpid::types::Variant::Map | asMap () const |
| bool | isValid () const |
| bool | isNull () const |
| operator bool () const | |
| Conversion to bool supports idiom if (handle) { handle->... | |
| bool | operator! () const |
| Operator ! supports idiom if (!handle) { do_if_handle_is_null(); }. | |
| void | swap (Handle< DataAddrImpl > &h) |
Protected Types | |
| typedef DataAddrImpl | Impl |
Protected Attributes | |
| Impl * | impl |
Definition at line 37 of file DataAddr.h.
typedef DataAddrImpl qmf::Handle< DataAddrImpl >::Impl [protected, inherited] |
| qmf::DataAddr::DataAddr | ( | DataAddrImpl * | impl = 0 | ) |
| qmf::DataAddr::DataAddr | ( | const DataAddr & | ) |
| qmf::DataAddr::DataAddr | ( | const qpid::types::Variant::Map & | ) |
| qmf::DataAddr::DataAddr | ( | const std::string & | name, |
| const std::string & | agentName, | ||
| uint32_t | agentEpoch = 0 |
||
| ) |
| uint32_t qmf::DataAddr::getAgentEpoch | ( | ) | const |
| const std::string& qmf::DataAddr::getAgentName | ( | ) | const |
| const std::string& qmf::DataAddr::getName | ( | ) | const |
| bool qmf::Handle< DataAddrImpl >::isNull | ( | ) | const [inline, inherited] |
| bool qmf::Handle< DataAddrImpl >::isValid | ( | ) | const [inline, inherited] |
| qmf::Handle< DataAddrImpl >::operator bool | ( | ) | const [inline, inherited] |
| bool qmf::Handle< DataAddrImpl >::operator! | ( | ) | const [inline, inherited] |
| bool qmf::DataAddr::operator< | ( | const DataAddr & | ) |
| bool qmf::DataAddr::operator== | ( | const DataAddr & | ) |
| void qmf::Handle< DataAddrImpl >::swap | ( | Handle< DataAddrImpl > & | h | ) | [inline, inherited] |
Impl* qmf::Handle< DataAddrImpl >::impl [protected, inherited] |
1.7.6.1