#include <searchInfo.h>
Public Member Functions | |
SearchInfo () | |
bool | isValid () const |
Public Attributes | |
int | value |
vector< Move > | moves |
Definition at line 14 of file searchInfo.h.
osl::record::SearchInfo::SearchInfo | ( | ) | [inline] |
Definition at line 18 of file searchInfo.h.
bool osl::record::SearchInfo::isValid | ( | ) | const [inline] |
vector<Move> osl::record::SearchInfo::moves |
Definition at line 17 of file searchInfo.h.
Referenced by isValid().
Definition at line 16 of file searchInfo.h.
Referenced by readFile().