![]() |
Lumino
|
ハッシュ値の計算を行うクラスです。 More...
#include <CRCHash.hpp>
Static Public Member Functions | |
static uint32_t | compute (const char *str, int len=-1) |
指定した文字列のハッシュ値を求めます。 | |
static uint32_t | compute (const wchar_t *str, int len=-1) |
指定した文字列のハッシュ値を求めます。 | |
static uint32_t | compute (const char16_t *str, int len=-1) |
指定した文字列のハッシュ値を求めます。 | |
ハッシュ値の計算を行うクラスです。