#include <analysesResult.h>
Public Member Functions | |
CheckmateForEscape () | |
bool | operator== (const CheckmateForEscape &r) const |
Public Attributes | |
int | safe_count |
int | checkmate_count |
Definition at line 32 of file analysesResult.h.
|
inline |
Definition at line 35 of file analysesResult.h.
|
inline |
Definition at line 38 of file analysesResult.h.
References checkmate_count, and safe_count.
int osl::annotate::AnalysesResult::CheckmateForEscape::checkmate_count |
Definition at line 34 of file analysesResult.h.
Referenced by osl::annotate::CheckmateForEscape::match(), and operator==().
int osl::annotate::AnalysesResult::CheckmateForEscape::safe_count |
Definition at line 34 of file analysesResult.h.
Referenced by osl::annotate::CheckmateForEscape::match(), and operator==().