#include <qpid/types/Uuid.h>
List of all members.
Static Public Attributes |
static const size_t | SIZE |
Friends |
QPID_TYPES_EXTERN bool | operator== (const Uuid &, const Uuid &) |
| Returns true if the uuids are equal, false otherwise.
|
QPID_TYPES_EXTERN bool | operator!= (const Uuid &, const Uuid &) |
| Returns true if the uuids are NOT equal, false if they are.
|
QPID_TYPES_EXTERN bool | operator< (const Uuid &, const Uuid &) |
QPID_TYPES_EXTERN bool | operator> (const Uuid &, const Uuid &) |
QPID_TYPES_EXTERN bool | operator<= (const Uuid &, const Uuid &) |
QPID_TYPES_EXTERN bool | operator>= (const Uuid &, const Uuid &) |
QPID_TYPES_EXTERN std::ostream & | operator<< (std::ostream &, Uuid) |
| Print in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
|
QPID_TYPES_EXTERN std::istream & | operator>> (std::istream &, Uuid &) |
| Read from format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
|
Detailed Description
Definition at line 32 of file Uuid.h.
Constructor & Destructor Documentation
If unique is true, this will generate a new unique uuid, if not it will construct a null uuid.
Copy the UUID from data16, which must point to a 16-byte UUID.
Member Function Documentation
Set to a new unique identifier.
Test for null (all zeros).
String value in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
Friends And Related Function Documentation
Returns true if the uuids are NOT equal, false if they are.
Print in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
Returns true if the uuids are equal, false otherwise.
Read from format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
Member Data Documentation
const size_t qpid::types::Uuid::SIZE |
|
static |
The documentation for this class was generated from the following file: