MoveAction の制約. More...
#include <concept.h>
Public Member Functions | |
void | constraints () |
制約 More... | |
Public Attributes | |
void(T::* | simple )(Square, Square, Ptype, bool, Player, Move) |
void(T::* | unknown )(Square, Square, Piece, Ptype, bool, Player, Move) |
void(T::* | drop )(Square, Ptype, Player, Move) |
MoveAction の制約.
http://www.boost.org/libs/concept_check/concept_check.htm
Definition at line 37 of file move_action/concept.h.
|
inline |
制約
Definition at line 40 of file move_action/concept.h.
References osl::move_action::Concept< T >::drop, osl::move_action::dropMove(), osl::move_action::Concept< T >::simple, osl::move_action::simpleMove(), osl::move_action::Concept< T >::unknown, and osl::move_action::unknownMove().
void(T::* osl::move_action::Concept< T >::drop)(Square, Ptype, Player, Move) |
Definition at line 53 of file move_action/concept.h.
Referenced by osl::move_action::Concept< T >::constraints().
void(T::* osl::move_action::Concept< T >::simple)(Square, Square, Ptype, bool, Player, Move) |
Definition at line 51 of file move_action/concept.h.
Referenced by osl::move_action::Concept< T >::constraints().
void(T::* osl::move_action::Concept< T >::unknown)(Square, Square, Piece, Ptype, bool, Player, Move) |
Definition at line 52 of file move_action/concept.h.
Referenced by osl::move_action::Concept< T >::constraints().