#include <hash.h>
Public Types | |
| using | ValueType = HashInt |
Public Member Functions | |
| void | Combine (Char c) |
| void | Combine (UChar c) |
| void | Combine (Utf16Char c) |
| void | Combine (Utf32Char c) |
| operator HashInt () const | |
Public Attributes | |
| HashInt | state |
Static Public Attributes | |
| static constexpr HashInt | PRIME |
| static constexpr HashInt | BASIS |
| void Combine | ( | Char | c | ) |
| void Combine | ( | UChar | c | ) |
| void Combine | ( | Utf16Char | c | ) |
| void Combine | ( | Utf32Char | c | ) |
| operator HashInt | ( | ) | const |
|
staticconstexpr |
|
staticconstexpr |
| HashInt state |