D'angband  0.0.0
Deeangband
 全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 フレンド マクロ定義 ページ
FixedField.h
[詳解]
1 
9 #include "stdafx.h"
10 #include "Field.h"
11 
12 namespace Deeangband
13 {
14 
25  class FixedField : public Field
26  {
27  private:
28 
30 
37  template<class Archive> void serialize(Archive &archive, const unsigned int version)
38  {
39  archive & boost::serialization::make_nvp("Name", name);
40  }
41 
42  public:
43 
47  FixedField::FixedField(void);
48 
52  FixedField::‾FixedField(void);
53  };
54 
55 }
56 
void serialize(Archive &archive, const unsigned int version)
クラスのシリアライズを設定する
Definition: FixedField.h:37
BOOST_CLASS_VERSION(Deeangband::FixedField, 10)
フロアのクラス
Definition: Field.h:30
friend class boost::serialization::access
Definition: FixedField.h:29
標準のシステム インクルード ファイルのインクルード ファイル、または 参照回数が多く、かつあまり変更さ...
固定フロアのクラス
Definition: FixedField.h:25
ゲーム中のダンジョンと付随要素のプロトタイプ