Class endstone::UUID¶
Implementation of Universally Unique Identifier ( UUID )More...
#include <endstone/util/uuid.h>
Public Attributes¶
Type | Name |
---|---|
std::uint8_t | data |
Public Functions¶
Type | Name |
---|---|
std::uint8_t * | begin () noexcept |
const uint8_t * | begin () noexcept const |
std::uint8_t * | end () noexcept |
const uint8_t * | end () noexcept const |
bool | isNil () noexcept const |
std::string | str () const |
void | swap (UUID & rhs) noexcept |
int | version () noexcept const |
Public Static Functions¶
Type | Name |
---|---|
constexpr std::size_t | size () noexcept |
Detailed Description¶
Adapted from https://github.com/boostorg/uuid/blob/develop/include/boost/uuid/uuid.hpp
Public Attributes Documentation¶
variable data¶
Public Functions Documentation¶
function begin [½]¶
function begin [2/2]¶
function end [½]¶
function end [2/2]¶
function isNil¶
function str¶
function swap¶
function version¶
Public Static Functions Documentation¶
function size¶
The documentation for this class was generated from the following file include/endstone/util/uuid.h