A 128bit UUID, can be serialized to the string and deserialized from it.
More...
#include <Uuid.hpp>
A 128bit UUID, can be serialized to the string and deserialized from it.
Definition at line 10 of file Uuid.hpp.
◆ UUID() [1/2]
| Cori::Core::UUID::UUID |
( |
| ) |
|
Generates a random 128bit UUID.
Definition at line 22 of file Uuid.cpp.
◆ UUID() [2/2]
| Cori::Core::UUID::UUID |
( |
const std::string & | uuidStr | ) |
|
|
inlineexplicit |
◆ GetRaw()
| std::pair< uint64_t, uint64_t > Cori::Core::UUID::GetRaw |
( |
| ) |
const |
|
inlinenodiscard |
◆ GetSerializationString()
| std::string Cori::Core::UUID::GetSerializationString |
( |
| ) |
const |
|
inlinenodiscard |
Returns the UUID as a formated string liable for serialization.
- Returns
- Formated string.
Definition at line 29 of file Uuid.hpp.
◆ operator uuids::uuid()
| Cori::Core::UUID::operator uuids::uuid |
( |
| ) |
const |
|
inlineexplicitnoexcept |
◆ operator==()
| bool Cori::Core::UUID::operator== |
( |
const UUID & | other | ) |
const |
|
inline |
Do really i need to explain this?
Definition at line 43 of file Uuid.hpp.
The documentation for this class was generated from the following files: