KisaragiLibrary
読み取り中…
検索中…
一致する文字列を見つけられません
静的公開メンバ関数
|
静的非公開変数類
|
全メンバ一覧
Kisaragi_Lib::IDGenerator< IDCategory > クラステンプレート
final
#include <
IDGenerator.hpp
>
静的公開メンバ関数
static unsigned int
Get
()
静的非公開変数類
static unsigned int
nextId
= 0
関数詳解
◆
Get()
template<typename IDCategory>
static unsigned int
Kisaragi_Lib::IDGenerator
< IDCategory >::Get
(
)
inline
static
10
{
11
static
unsigned
id
=
nextId
++;
12
return
id
;
13
}
Kisaragi_Lib::IDGenerator
Definition
IDGenerator.hpp:7
Kisaragi_Lib::IDGenerator::nextId
static unsigned int nextId
Definition
IDGenerator.hpp:16
メンバ詳解
◆
nextId
template<typename IDCategory>
unsigned int
Kisaragi_Lib::IDGenerator
< IDCategory >::nextId = 0
inline
static
private
参照元
Get()
.
このクラス詳解は次のファイルから抽出されました:
IDGenerator.hpp
Kisaragi_Lib
IDGenerator
構築:
1.13.2