|
void | operator= (const Uuid &other) |
|
std::string | ToString () const |
|
bool | operator== (const Uuid &other) const |
|
bool | operator!= (const Uuid &other) const |
|
bool | operator< (const Uuid &other) const |
|
bool | IsValid () const |
|
| operator std::string () const |
|
|
union { | |
|
uint8_t asUint8 [16] | |
|
uint16_t asUint16 [8] | |
|
uint32_t asUint32 [4] | |
|
uint64_t asUint64 [2] | |
|
}; | | |
|
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/Common/ResourcePipeline/Uuid.hpp
- /github/workspace/sources/code/Common/ResourcePipeline/Uuid.cpp