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 ( )
inlinestatic
10 {
11 static unsigned id = nextId++;
12 return id;
13 }
Definition IDGenerator.hpp:7
static unsigned int nextId
Definition IDGenerator.hpp:16

メンバ詳解

◆ nextId

template<typename IDCategory>
unsigned int Kisaragi_Lib::IDGenerator< IDCategory >::nextId = 0
inlinestaticprivate

参照元 Get().


このクラス詳解は次のファイルから抽出されました: