#include <algorithm>
#include <iostream>
#include <zorba/config.h>
Go to the source code of this file.
Namespaces |
| namespace | zorba |
| | Copyright 2006-2011 The FLWOR Foundation.
|
Functions |
| bool | zorba::operator!= (uuid const &u1, uuid const &u2) |
| | Compares two UUIDs for inequality.
|
| bool | zorba::operator< (uuid const &u1, uuid const &u2) |
| | Compares two UUIDs for less-than.
|
| ZORBA_DLL_PUBLIC std::ostream & | zorba::operator<< (std::ostream &os, uuid const &u) |
| | Emits the given UUID to the given ostream in canonical UUID format.
|
| bool | zorba::operator<= (uuid const &u1, uuid const &u2) |
| | Compares two UUIDs for less-than-or-equal-to.
|
| bool | zorba::operator== (uuid const &u1, uuid const &u2) |
| | Compares two UUIDs for equality.
|
| bool | zorba::operator> (uuid const &u1, uuid const &u2) |
| | Compares two UUIDs for greater-than.
|
| bool | zorba::operator>= (uuid const &u1, uuid const &u2) |
| | Compares two UUIDs for greater-than-or-equal-to.
|
| void | zorba::swap (uuid &u1, uuid &u2) |
| | Swaps two UUIDs' data.
|
Macro Definition Documentation