D'angband  0.0.0
Deeangband
 全て クラス ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義
クラス Authority

権能のクラス [詳細]

#include <Authority.h>

Authorityに対する継承グラフ
Authorityのコラボレーション図

Public メソッド

 Authority (ID id, TAG tag, GameWorld *gameWorld)
 Authorityクラスコンストラクタ(GameElementメンバ対応) [詳細]
 
 Authority (void)
 Authorityクラスコンストラクタ [詳細]
 
 ‾Authority (void)
 Authorityクラスデストラクタ [詳細]
 
NAME GetName (void)
 権能名を返す [詳細]
 
- Public メソッド inherited from CreatureTemplate
 CreatureTemplate (ID id, TAG tag, GameWorld *gameWorld)
 CreatureTemplateクラスコンストラクタ(GameElementメンバ対応) [詳細]
 
 CreatureTemplate (void)
 CreatureTemplateクラスコンストラクタ(デフォルト値入力) [詳細]
 
virtual ‾CreatureTemplate (void)
 CreatureTemplateクラスデストラクタ [詳細]
 
const BaseStatusTableGetStatusAdj (void)
 クラスの基本ステータス修正を返す [詳細]
 

Private メソッド

template<class Archive >
void serialize (Archive &archive, const unsigned int fileVersion)
 クラスのシリアライズ化を設定する [詳細]
 

Private 変数

NAME name
 権能の名前 [詳細]
 

説明

権能のクラス

Authority.h18 行で定義されています。

コンストラクタとデストラクタ

Authority::Authority ( ID  id,
TAG  tag,
GameWorld gameWorld 
)

Authorityクラスコンストラクタ(GameElementメンバ対応)

引数
idGameElementのID
tagGameElementのタグ
gameWorld所属元gameWorld参照ポインタ

Authority.cpp12 行で定義されています。

12  : CreatureTemplate(id, tag, gameWorld)
13 {
14  return;
15 }
CreatureTemplate(void)
CreatureTemplateクラスコンストラクタ(デフォルト値入力)
TAG tag
タグ
Definition: GameElement.h:34
Authority::Authority ( void  )

Authorityクラスコンストラクタ

Authority.cpp17 行で定義されています。

18 {
19  return;
20 }

関数

NAME Authority::GetName ( void  )

権能名を返す

戻り値
権能名

Authority.cpp27 行で定義されています。

28 {
29  return this->name;
30 }
NAME name
権能の名前
Definition: Authority.h:22
template<class Archive >
void Authority::serialize ( Archive &  archive,
const unsigned int  fileVersion 
)
inlineprivate

クラスのシリアライズ化を設定する

引数
archiveアーカイブ化するクラスのアドレス
fileVersionファイルバージョン
戻り値
XMLSerializeテンプレート

Authority.h30 行で定義されています。

31  {
32  archive & BOOST_SERIALIZATION_NVP(name);
33  }
NAME name
権能の名前
Definition: Authority.h:22
Authority::‾Authority ( void  )

Authorityクラスデストラクタ

Authority.cpp22 行で定義されています。

23 {
24  return;
25 }

変数

NAME Authority::name
private

権能の名前

Authority.h22 行で定義されています。


このクラスの説明は次のファイルから生成されました: