|
libbmq b6028b29b733bc7541593d2905a5f79a9f0192fc
|
Provide a value-semantic types for subscription related API. More...
#include <bmqt_correlationid.h>#include <bsl_optional.h>#include <bsl_ostream.h>#include <bsl_string.h>#include <bslim_printer.h>#include <bslma_allocator.h>#include <bsls_types.h>Go to the source code of this file.
Classes | |
| class | BloombergLP::bmqt::SubscriptionHandle |
| Value-semantic type for unique Subscription id. More... | |
| class | BloombergLP::bmqt::SubscriptionExpression |
| Value-semantic type to carry Subscription criteria. More... | |
| class | BloombergLP::bmqt::Subscription |
| Value-semantic type to carry Subscription parameters. More... | |
Namespaces | |
| namespace | BloombergLP |
| namespace | BloombergLP::bmqa |
| namespace | BloombergLP::bmqt |
Functions | |
| bsl::ostream & | BloombergLP::bmqt::operator<< (bsl::ostream &stream, const SubscriptionHandle &rhs) |
| bsl::ostream & | BloombergLP::bmqt::operator<< (bsl::ostream &stream, const Subscription &rhs) |
| template<class HASH_ALGORITHM > | |
| void | BloombergLP::bmqt::hashAppend (HASH_ALGORITHM &hashAlgo, const SubscriptionHandle &id) |
Apply the specified hashAlgo to the specified id. | |
| bool | BloombergLP::bmqt::operator< (const SubscriptionHandle &lhs, const SubscriptionHandle &rhs) |
| bool | BloombergLP::bmqt::operator== (const SubscriptionHandle &lhs, const SubscriptionHandle &rhs) |
| bool | BloombergLP::bmqt::operator!= (const SubscriptionHandle &lhs, const SubscriptionHandle &rhs) |
bmqt::Subscription provides a value-semantic type carried by bmqt::QueueOptions, when opening and configuring a queue.