All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Constant Groups | Functions
bitXmask.h File Reference
#include "osl/square.h"
#include "osl/misc/carray.h"
#include <iosfwd>
Include dependency graph for bitXmask.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  osl::container::BitXmask
 X座標のbitset. More...
 

Namespaces

 osl
 attackDefense.h
 
 osl::container
 一般的に存在するデータ構造の将棋版,PieceVectorや各種bitsetなど.
 

Constant Groups

 osl
 attackDefense.h
 
 osl::container
 一般的に存在するデータ構造の将棋版,PieceVectorや各種bitsetなど.
 

Functions

bool osl::container::operator== (BitXmask l, BitXmask r)
 
bool osl::container::operator!= (BitXmask l, BitXmask r)
 
bool osl::container::operator< (BitXmask l, BitXmask r)
 
std::ostream & osl::container::operator<< (std::ostream &, const BitXmask)