Public メソッド | Static Public メソッド | Static Public 変数 | Private 変数

クラス osl::record::KisenFile

「.kif」という拡張子を持つ棋泉形式ファイル. [詳細]

#include <kisen.h>

osl::record::KisenFileのコラボレーション図
Collaboration graph
[凡例]

すべてのメンバ一覧

Public メソッド

 KisenFile (const std::string &filename)
 ~KisenFile ()
size_t size () const
NumEffectState initialState () const
std::vector< Movemoves (size_t index)
std::string fileName () const
std::string ipxFileName () const

Static Public メソッド

static std::string ipxFileName (const std::string &)

Static Public 変数

static const size_t MaxMoves = 256

Private 変数

NumEffectState initial_state
std::ifstream ifs
size_t number_of_games
const std::string filename

説明

「.kif」という拡張子を持つ棋泉形式ファイル.

手のみの情報が入っている

kisen.h24 行で定義されています。


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

osl::record::KisenFile::KisenFile ( const std::string &  filename  )  [explicit]

kisen.cc84 行で定義されています。

参照先 ifs, と number_of_games.

osl::record::KisenFile::~KisenFile (  ) 

kisen.cc273 行で定義されています。


関数

std::string osl::record::KisenFile::fileName (  )  const [inline]

kisen.h38 行で定義されています。

参照先 filename.

NumEffectState osl::record::KisenFile::initialState (  )  const [inline]

kisen.h36 行で定義されています。

参照先 initial_state.

std::string osl::record::KisenFile::ipxFileName (  )  const [inline]

kisen.h39 行で定義されています。

参照先 filename, と ipxFileName().

参照元 ipxFileName().

std::string osl::record::KisenFile::ipxFileName ( const std::string &  filename  )  [static]

kisen.cc123 行で定義されています。

参照先 osl::misc::file_string().

std::vector< osl::Move > osl::record::KisenFile::moves ( size_t  index  ) 
size_t osl::record::KisenFile::size (  )  const [inline]

kisen.h35 行で定義されています。

参照先 number_of_games.

参照元 moves().


変数

const std::string osl::record::KisenFile::filename [private]

kisen.h29 行で定義されています。

参照元 fileName(), と ipxFileName().

std::ifstream osl::record::KisenFile::ifs [private]

kisen.h27 行で定義されています。

参照元 KisenFile(), と moves().

kisen.h26 行で定義されています。

参照元 initialState().

const size_t osl::record::KisenFile::MaxMoves = 256 [static]

kisen.h31 行で定義されています。

参照元 moves().

kisen.h28 行で定義されています。

参照元 KisenFile(), と size().


このクラスの説明は次のファイルから生成されました:
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義