|
Quick Links: |
Classes | |
| class | AbstractSession |
| class | CloseQueueStatus |
| class | ConfigureQueueStatus |
| struct | ConfirmEventBuilderImpl |
| class | ConfirmEventBuilder |
| class | Event |
| class | ManualHostHealthMonitor |
| struct | MessageImpl |
| class | MessageConfirmationCookie |
| class | Message |
| class | MessageEvent |
| struct | MessageEventBuilderImpl |
| class | MessageEventBuilder |
| struct | MessageIteratorImpl |
| class | MessageIterator |
| class | MessageProperties |
| class | MessagePropertiesIterator |
| struct | MockSessionUtil |
| class | MockSession |
| class | OpenQueueStatus |
| class | QueueId |
| class | SessionEventHandler |
| struct | SessionImpl |
| class | Session |
| class | SessionEvent |
Functions | |
| bool | operator== (const CloseQueueStatus &lhs, const CloseQueueStatus &rhs) |
| bool | operator!= (const CloseQueueStatus &lhs, const CloseQueueStatus &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const CloseQueueStatus &rhs) |
| bool | operator== (const ConfigureQueueStatus &lhs, const ConfigureQueueStatus &rhs) |
| bool | operator!= (const ConfigureQueueStatus &lhs, const ConfigureQueueStatus &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const ConfigureQueueStatus &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const Event &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const Message &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const MessageEvent &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const MessageProperties &rhs) |
| bool | operator== (const OpenQueueStatus &lhs, const OpenQueueStatus &rhs) |
| bool | operator!= (const OpenQueueStatus &lhs, const OpenQueueStatus &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const OpenQueueStatus &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const QueueId &rhs) |
| bool | operator== (const QueueId &lhs, const QueueId &rhs) |
| bool | operator!= (const QueueId &lhs, const QueueId &rhs) |
| bool | operator< (const QueueId &lhs, const QueueId &rhs) |
| bool | operator== (const SessionEvent &lhs, const SessionEvent &rhs) |
| bool | operator!= (const SessionEvent &lhs, const SessionEvent &rhs) |
| bsl::ostream & | operator<< (bsl::ostream &stream, const SessionEvent &rhs) |
| bool bmqa::operator== | ( | const CloseQueueStatus & | lhs, | |
| const CloseQueueStatus & | rhs | |||
| ) |
Return true if the specified rhs object contains the value of the same type as contained in the specified lhs object and the value itself is the same in both objects, return false otherwise.
| bool bmqa::operator!= | ( | const CloseQueueStatus & | lhs, | |
| const CloseQueueStatus & | rhs | |||
| ) |
Return false if the specified rhs object contains the value of the same type as contained in the specified lhs object and the value itself is the same in both objects, return true otherwise.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const CloseQueueStatus & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
| bool bmqa::operator== | ( | const ConfigureQueueStatus & | lhs, | |
| const ConfigureQueueStatus & | rhs | |||
| ) |
Return true if the specified rhs object contains the value of the same type as contained in the specified lhs object and the value itself is the same in both objects, return false otherwise.
| bool bmqa::operator!= | ( | const ConfigureQueueStatus & | lhs, | |
| const ConfigureQueueStatus & | rhs | |||
| ) |
Return false if the specified rhs object contains the value of the same type as contained in the specified lhs object and the value itself is the same in both objects, return true otherwise.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const ConfigureQueueStatus & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const Event & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const Message & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const MessageEvent & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const MessageProperties & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
| bool bmqa::operator== | ( | const OpenQueueStatus & | lhs, | |
| const OpenQueueStatus & | rhs | |||
| ) |
Return true if the specified rhs object contains the value of the same type as contained in the specified lhs object and the value itself is the same in both objects, return false otherwise.
| bool bmqa::operator!= | ( | const OpenQueueStatus & | lhs, | |
| const OpenQueueStatus & | rhs | |||
| ) |
Return false if the specified rhs object contains the value of the same type as contained in the specified lhs object and the value itself is the same in both objects, return true otherwise.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const OpenQueueStatus & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const QueueId & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
| bool bmqa::operator== | ( | const QueueId & | lhs, | |
| const QueueId & | rhs | |||
| ) |
Return true if rhs object contains the value of the same type as contained in lhs object and the value itself is the same in both objects, return false otherwise.
| bool bmqa::operator!= | ( | const QueueId & | lhs, | |
| const QueueId & | rhs | |||
| ) |
Return false if rhs object contains the value of the same type as contained in lhs object and the value itself is the same in both objects, return true otherwise.
| bool bmqa::operator< | ( | const QueueId & | lhs, | |
| const QueueId & | rhs | |||
| ) |
Operator used to allow comparison between the specified lhs and rhs CorrelationId objects so that CorrelationId can be used as key in a map.
| bool bmqa::operator== | ( | const SessionEvent & | lhs, | |
| const SessionEvent & | rhs | |||
| ) |
Return true if the specified rhs object contains the value of the same type as contained in the specified lhs object and the value itself is the same in both objects, return false otherwise.
| bool bmqa::operator!= | ( | const SessionEvent & | lhs, | |
| const SessionEvent & | rhs | |||
| ) |
Return false if the specified rhs object contains the value of the same type as contained in the specified lhs object and the value itself is the same in both objects, return true otherwise.
| bsl::ostream& bmqa::operator<< | ( | bsl::ostream & | stream, | |
| const SessionEvent & | rhs | |||
| ) |
Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
1.7.1