|
Namespaces |
| namespace | qpid |
| namespace | qpid::types |
Classes |
| class | qpid::types::Uuid |
Functions |
| QPID_TYPES_EXTERN bool | qpid::types::operator== (const Uuid &, const Uuid &) |
| | Returns true if the uuids are equal, false otherwise.
|
| QPID_TYPES_EXTERN bool | qpid::types::operator!= (const Uuid &, const Uuid &) |
| | Returns true if the uuids are NOT equal, false if they are.
|
| QPID_TYPES_EXTERN bool | qpid::types::operator< (const Uuid &, const Uuid &) |
| QPID_TYPES_EXTERN bool | qpid::types::operator> (const Uuid &, const Uuid &) |
| QPID_TYPES_EXTERN bool | qpid::types::operator<= (const Uuid &, const Uuid &) |
| QPID_TYPES_EXTERN bool | qpid::types::operator>= (const Uuid &, const Uuid &) |
| QPID_TYPES_EXTERN std::ostream & | qpid::types::operator<< (std::ostream &, Uuid) |
| | Print in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
|
| QPID_TYPES_EXTERN std::istream & | qpid::types::operator>> (std::istream &, Uuid &) |
| | Read from format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
|