D'angband  0.0.0
Deeangband
 全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 フレンド マクロ定義 ページ
MixedRace.h
[詳解]
1 
9 #include "stdafx.h"
10 #include "BaseStatusTable.h"
11 #include "CreatureTemplate.h"
12 #include "Deeangband.h"
13 #include "GameElement.h"
14 #include "Race.h"
15 
16 namespace Deeangband
17 {
18 
26  class MixedRace : public Race
27  {
28  private:
29 
31 
38  template<class Archive> void serialize(Archive &archive, const unsigned int version)
39  {
40  }
41 
42  public:
43 
47  MixedRace::MixedRace(void);
48 
52  MixedRace::‾MixedRace(void);
53 
58  void MixedRace::WipeData(void);
59 
60  };
61 
62 }
63 
種族情報のクラス
Definition: Race.h:50
基礎能力値クラスのプロトタイプ
混血種族情報のクラス
Definition: MixedRace.h:26
CreatureTemplateクラスとその他付随要素のプロトタイプ
void serialize(Archive &archive, const unsigned int version)
クラスのシリアライズを設定する
Definition: MixedRace.h:38
標準のシステム インクルード ファイルのインクルード ファイル、または 参照回数が多く、かつあまり変更さ...
BOOST_CLASS_VERSION(Deeangband::MixedRace, 10)
friend class boost::serialization::access
Definition: MixedRace.h:30
ゲーム中の種族情報のプロトタイプ
GameElementクラスと付随要素のプロトタイプ