|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| constexpr | ConstHashedString (const char *str) |
| bool | operator== (const Grindstone::HashedString &other) const noexcept |
| bool | operator== (const Grindstone::ConstHashedString &other) const noexcept |
| uint64_t | GetHash () const noexcept |
| operator uint64_t () const noexcept | |
| HashedString | GetHashedString () const noexcept |
| operator HashedString () const noexcept | |
| const char * | ToString () const |
Friends | |
| bool | operator== (const Grindstone::HashedString &a, const Grindstone::ConstHashedString &b) noexcept |