All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
osl::search::HistoryTable::OutputEntry Struct Reference

#include <historyTable.h>

Collaboration diagram for osl::search::HistoryTable::OutputEntry:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 61 of file historyTable.h.

Constructor & Destructor Documentation

osl::search::HistoryTable::OutputEntry::OutputEntry ( int  i = 0,
int  j = 0,
uint64_t  v = 0 
)
inlineexplicit

Definition at line 66 of file historyTable.h.

Member Function Documentation

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.

Member Data Documentation

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>().


The documentation for this struct was generated from the following file: