|
using | HashMap = std::map<Grindstone::HashValue, Grindstone::String> |
|
|
| HashedString (const char *inStringRef) |
|
| HashedString (const String &inString) |
|
| HashedString (StringRef inStringRef) |
|
void | Create (StringRef inStringRef) |
|
uint64_t | GetHash () const |
|
| operator bool () const noexcept |
|
bool | operator== (const Grindstone::HashedString &other) const noexcept |
|
bool | operator> (const HashedString &other) const |
|
bool | operator< (const HashedString &other) const |
|
bool | operator>= (const HashedString &other) const |
|
bool | operator<= (const HashedString &other) const |
|
| operator std::size_t () const |
|
const String & | ToString () const |
|
|
static void | CreateHashMap () |
|
static HashMap * | GetHashedStringMap () |
|
static void | SetHashMap (HashMap *hashMap) |
|
|
Grindstone::HashValue | hash |
|
The documentation for this class was generated from the following files:
- /github/workspace/sources/code/Common/HashedString.hpp
- /github/workspace/sources/code/Common/HashedString.cpp