#include <analysesResult.h>
Public Member Functions | |
bool | operator== (const ThreatmateIfMorePieces &r) const |
Public Attributes | |
vector< Ptype > | hand_ptype |
vector< Piece > | board_ptype |
Definition at line 44 of file analysesResult.h.
|
inline |
Definition at line 48 of file analysesResult.h.
References board_ptype, and hand_ptype.
vector<Piece> osl::annotate::AnalysesResult::ThreatmateIfMorePieces::board_ptype |
Definition at line 47 of file analysesResult.h.
Referenced by osl::annotate::ThreatmateIfMorePieces::match(), osl::annotate::operator<<(), and operator==().
vector<Ptype> osl::annotate::AnalysesResult::ThreatmateIfMorePieces::hand_ptype |
Definition at line 46 of file analysesResult.h.
Referenced by osl::annotate::ThreatmateIfMorePieces::match(), osl::annotate::operator<<(), and operator==().