#include <historyTable.h>
Public Member Functions | |
OutputEntry (int i=0, int j=0, uint64_t v=0) | |
bool | operator> (const OutputEntry &r) const |
Public Attributes | |
int | from_or_ptype |
Square | to |
uint64_t | value |
Definition at line 61 of file historyTable.h.
osl::search::HistoryTable::OutputEntry::OutputEntry | ( | int | i = 0 , |
int | j = 0 , |
||
uint64_t | v = 0 |
||
) | [inline, explicit] |
Definition at line 66 of file historyTable.h.
bool osl::search::HistoryTable::OutputEntry::operator> | ( | const OutputEntry & | r | ) | const [inline] |
Definition at line 70 of file historyTable.h.
References from_or_ptype, to, and value.
Definition at line 63 of file historyTable.h.
Referenced by osl::search::operator<<(), and operator>().
Definition at line 64 of file historyTable.h.
Referenced by osl::search::operator<<(), and operator>().
Definition at line 65 of file historyTable.h.
Referenced by osl::search::operator<<(), and operator>().