Thin wrapper around boost::uuids::uuid.
More...
#include <Uuid.hpp>
Thin wrapper around boost::uuids::uuid.
Definition at line 35 of file Uuid.hpp.
◆ UUID() [1/3]
◆ UUID() [2/3]
Leosac::UUID::UUID |
( |
const UUID & |
| ) |
|
|
default |
◆ UUID() [3/3]
Leosac::UUID::UUID |
( |
const boost::uuids::uuid & |
uuid | ) |
|
|
inlineexplicit |
◆ is_nil()
bool Leosac::UUID::is_nil |
( |
| ) |
const |
|
inline |
◆ null_uuid()
static UUID Leosac::UUID::null_uuid |
( |
| ) |
|
|
inlinestatic |
Returns a null UUID with a full zero value.
Definition at line 70 of file Uuid.hpp.
◆ operator!=()
bool Leosac::UUID::operator!= |
( |
const UUID & |
other | ) |
const |
|
inline |
◆ operator<()
bool Leosac::UUID::operator< |
( |
const UUID & |
o | ) |
const |
|
inline |
◆ operator==()
bool Leosac::UUID::operator== |
( |
const UUID & |
other | ) |
const |
|
inline |
◆ random_uuid()
static UUID Leosac::UUID::random_uuid |
( |
| ) |
|
|
inlinestatic |
◆ to_string()
std::string Leosac::UUID::to_string |
( |
| ) |
const |
|
inline |
◆ odb::access
◆ uuid_
boost::uuids::uuid Leosac::UUID::uuid_ |
|
private |
The documentation for this class was generated from the following file: