ユニークIDの生成.
More...
#include <MunGenUid.hpp>
|
static uint64 | GetUid64 (std::string host, uint16 port) |
| 「ホスト名:ポート番号」の文字列情報から、64bitのハッシュ値を生成する. More...
|
|
static uint32 | GetUid32 (std::string host, uint16 port) |
| 「ホスト名:ポート番号」の文字列情報から、32bitのハッシュ値を生成する. More...
|
|
static uint32 MunGenUid::GetUid32 |
( |
std::string |
host, |
|
|
uint16 |
port |
|
) |
| |
|
static |
「ホスト名:ポート番号」の文字列情報から、32bitのハッシュ値を生成する.
- Parameters
-
- Returns
- 64bitのハッシュ値を返す。
static uint64 MunGenUid::GetUid64 |
( |
std::string |
host, |
|
|
uint16 |
port |
|
) |
| |
|
static |
「ホスト名:ポート番号」の文字列情報から、64bitのハッシュ値を生成する.
- Parameters
-
- Returns
- 64bitのハッシュ値を返す。
The documentation for this class was generated from the following file: