構成 | ネームスペース | 型定義 | 関数

pieceMask.h

#include "osl/config.h"
#include "osl/bits/ptypeTraits.h"
#include "osl/bits/pieceMask64.h"
#include <iosfwd>
pieceMask.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

構成

class  osl::PieceMask
 駒番号のビットセット. [詳細]

ネームスペース

namespace  osl

型定義

typedef PieceMask64 osl::PieceMaskBase

関数

 static_assert (OSL_WORDSIZE==64,"word size")
const PieceMask osl::operator& (const PieceMask &m1, const PieceMask &m2)
const PieceMask osl::operator| (const PieceMask &m1, const PieceMask &m2)
const PieceMask osl::operator~ (const PieceMask &m1)
bool osl::operator== (const PieceMask &m1, const PieceMask &m2)
bool osl::operator!= (const PieceMask &m1, const PieceMask &m2)
std::ostream & osl::operator<< (std::ostream &os, PieceMask const &pieceMask)

関数

static_assert ( OSL_WORDSIZE  = =64,
"word size"   
)
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義