qpid::Address Struct Reference
Contains the address of an AMQP broker.
More...
#include <qpid/Address.h>
List of all members.
Detailed Description
Contains the address of an AMQP broker.
Can any supported type of broker address. Currently only TcpAddress is supported.
Definition at line 56 of file Address.h.
Constructor & Destructor Documentation
qpid::Address::Address |
( |
const Address & |
a |
) |
[inline] |
qpid::Address::Address |
( |
const TcpAddress & |
tcp |
) |
[inline] |
Member Function Documentation
template<class AddressType >
const AddressType* qpid::Address::get |
( |
|
) |
const [inline] |
Get the address of type AddressType.
- Returns:
- AddressType* pointing to the contained address or 0 if contained address is not of type AddressType.
Definition at line 74 of file Address.h.
template<class AddressType >
AddressType* qpid::Address::get |
( |
|
) |
[inline] |
Get the address of type AddressType.
- Returns:
- AddressType* pointing to the contained address or 0 if contained address is not of type AddressType.
Definition at line 68 of file Address.h.
template<class AddressType >
Address& qpid::Address::operator= |
( |
const AddressType & |
t |
) |
[inline] |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Address & |
addr | |
|
) |
| | [friend] |
The documentation for this struct was generated from the following file: