a general purpose uuid class with a maximum number of 2^64 uuid's the uuid class does not check for duplicates!
More...
#include <uuid.h>
a general purpose uuid class with a maximum number of 2^64 uuid's the uuid class does not check for duplicates!
◆ uuid() [1/2]
creates/generates a uuid.
◆ uuid() [2/2]
| luna::uuid::uuid |
( |
uint64_t |
uuid | ) |
|
generates a uuid from a uint64_t.
- Parameters
-
◆ getId()
| uint64_t luna::uuid::getId |
( |
| ) |
|
|
inline |
returns the uuid as uint64_t.
◆ operator std::string()
| luna::uuid::operator std::string |
( |
| ) |
|
|
inline |
◆ operator uint64_t()
| luna::uuid::operator uint64_t |
( |
| ) |
|
|
inline |
◆ _uuid
| uint64_t luna::uuid::_uuid |
|
private |
The documentation for this class was generated from the following files:
- C:/Users/robbe/source/repos/lolrobbe2/luna/luna/src/core/debug/uuid.h
- C:/Users/robbe/source/repos/lolrobbe2/luna/luna/src/core/debug/uuid.cpp