Public Member Functions | |
MoveData () | |
MoveData (size_t i, int v, int next_v) | |
Public Attributes | |
size_t | index |
int | value |
int | next_value |
Definition at line 12 of file bad-moves.cc.
MoveData::MoveData | ( | ) | [inline] |
Definition at line 14 of file bad-moves.cc.
MoveData::MoveData | ( | size_t | i, |
int | v, | ||
int | next_v | ||
) | [inline] |
Definition at line 15 of file bad-moves.cc.
size_t MoveData::index |
Definition at line 17 of file bad-moves.cc.
Definition at line 19 of file bad-moves.cc.
int MoveData::value |
Definition at line 18 of file bad-moves.cc.