D'angband  0.0.0
Deeangband
 全て クラス 名前空間 ファイル 関数 変数 型定義 列挙型 列挙値 フレンド マクロ定義 ページ
HaveInventory.cpp
[詳解]
1 
9 #include "stdafx.h"
10 #include "HaveInventory.h"
11 
12 namespace Deeangband
13 {
14 
15  HaveInventory::HaveInventory(void)
16  {
17  this->WipeData();
18  }
19 
20  HaveInventory::‾HaveInventory(void)
21  {
22  this->WipeData();
23  }
24 
25  void HaveInventory::WipeData(void)
26  {
27  this->itemList.clear();
28  }
29 
30 }
std::vector< Item > itemList
アイテムリスト
Definition: HaveInventory.h:44
アイテムリスト所持のプロトタイプ
標準のシステム インクルード ファイルのインクルード ファイル、または 参照回数が多く、かつあまり変更さ...