All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
osl::search::HistoryTable::OutputEntry Struct Reference

#include <historyTable.h>

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

List of all members.

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 
) [inline, explicit]

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

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines