|
supertux
|

Public Types | |
| using | Magic = uint8_t |
Public Member Functions | |
| UID (const UID &other)=default | |
| UID & | operator= (const UID &other)=default |
| operator bool () const | |
| bool | operator< (const UID &other) const |
| bool | operator== (const UID &other) const |
| bool | operator!= (const UID &other) const |
| Magic | get_magic () const |
Protected Attributes | |
| uint32_t | m_value |
Friends | |
| class | UIDGenerator |
| std::ostream & | operator<< (std::ostream &os, const UID &uid) |
| size_t | std::hash (const UID &) const |
1.8.13