My Project
|
#include <searchInfo.h>
Public Member Functions | |
SearchInfo () | |
bool | isValid () const |
Public Attributes | |
int | value |
std::vector< Move > | moves |
Definition at line 14 of file searchInfo.h.
|
inline |
Definition at line 18 of file searchInfo.h.
|
inline |
Definition at line 22 of file searchInfo.h.
References moves.
std::vector<Move> osl::record::SearchInfo::moves |
Definition at line 17 of file searchInfo.h.
Referenced by isValid(), and osl::record::CsaFile::makeInfo().
int osl::record::SearchInfo::value |
Definition at line 16 of file searchInfo.h.
Referenced by osl::record::CsaFile::makeInfo().