![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Public Member Functions | |
| bool | operator== (const uuid &other) const |
| bool | operator!= (const uuid &other) const |
| bool | operator< (const uuid &other) const |
| std::string | base62 () const |
| std::string | str () const |
Public Attributes | |
| uint64_t | ab |
| uint64_t | cd |
Friends | |
| template<typename ostream > | |
| ostream & | operator<< (ostream &os, const uuid &self) |