qpid::messaging::Address Struct Reference
Represents an address to which messages can be sent and from which messages can be received.
More...
#include <qpid/messaging/Address.h>
List of all members.
Detailed Description
Represents an address to which messages can be sent and from which messages can be received.
Often a simple name is sufficient for this. However this struct allows the type of address to be specified allowing more sophisticated treatment if necessary.
Definition at line 40 of file Address.h.
Constructor & Destructor Documentation
qpid::messaging::Address::Address |
( |
|
) |
|
qpid::messaging::Address::Address |
( |
const std::string & |
address |
) |
|
qpid::messaging::Address::Address |
( |
const std::string & |
address, |
|
|
const std::string & |
type | |
|
) |
| | |
Member Function Documentation
qpid::messaging::Address::operator bool |
( |
|
) |
const |
qpid::messaging::Address::operator const std::string & |
( |
|
) |
const |
bool qpid::messaging::Address::operator! |
( |
|
) |
const |
const std::string& qpid::messaging::Address::toStr |
( |
|
) |
const |
Member Data Documentation
The documentation for this struct was generated from the following file: