|
My Project
|
#include <boardMask.h>
Public Member Functions | |
| BoardMaskTable3x3 () | |
| const BoardMask & | mask (Square p) const |
| p中心の3x3 の範囲のbitを立てたもの, centeringなし | |
Private Attributes | |
| CArray< BoardMask, Square::SIZE > | data |
Definition at line 117 of file boardMask.h.
| osl::container::BoardMaskTable3x3::BoardMaskTable3x3 | ( | ) |
Definition at line 42 of file boardMask.cc.
References data, osl::Square::index(), and mask().
p中心の3x3 の範囲のbitを立てたもの, centeringなし
Definition at line 123 of file boardMask.h.
References data, and osl::Square::index().
Referenced by BoardMaskTable3x3().
|
private |
Definition at line 119 of file boardMask.h.
Referenced by BoardMaskTable3x3(), and mask().