Monobit Unity Networking ver.2.8.0 Server API Reference (C++)
MunGenUid Class Reference

ユニークIDの生成. More...

#include <MunGenUid.hpp>

Static Public Member Functions

static uint64 GetUid64 (std::string host, uint16 port)
 「ホスト名:ポート番号」の文字列情報から、64bitのハッシュ値を生成する. More...
 
static uint32 GetUid32 (std::string host, uint16 port)
 「ホスト名:ポート番号」の文字列情報から、32bitのハッシュ値を生成する. More...
 

Detailed Description

ユニークIDの生成.

Member Function Documentation

static uint32 MunGenUid::GetUid32 ( std::string  host,
uint16  port 
)
static

「ホスト名:ポート番号」の文字列情報から、32bitのハッシュ値を生成する.

Parameters
hostホスト名.
portポート番号.
Returns
64bitのハッシュ値を返す。

Here is the caller graph for this function:

static uint64 MunGenUid::GetUid64 ( std::string  host,
uint16  port 
)
static

「ホスト名:ポート番号」の文字列情報から、64bitのハッシュ値を生成する.

Parameters
hostホスト名.
portポート番号.
Returns
64bitのハッシュ値を返す。

The documentation for this class was generated from the following file: