#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.
|
inlineexplicit |
Definition at line 66 of file historyTable.h.
|
inline |
Definition at line 70 of file historyTable.h.
References from_or_ptype, to, and value.
int osl::search::HistoryTable::OutputEntry::from_or_ptype |
Definition at line 63 of file historyTable.h.
Referenced by osl::search::operator<<(), and operator>().
Square osl::search::HistoryTable::OutputEntry::to |
Definition at line 64 of file historyTable.h.
Referenced by osl::search::operator<<(), and operator>().
uint64_t osl::search::HistoryTable::OutputEntry::value |
Definition at line 65 of file historyTable.h.
Referenced by osl::search::operator<<(), and operator>().