HOG2
Public Member Functions | Public Attributes | Friends | List of all members
FocalAdd< state, action, environment >::OpenTreapItem Struct Reference

Public Member Functions

bool operator< (const OpenTreapItem &i)
 
bool operator== (const OpenTreapItem &i) const
 
bool operator> (double i)
 
bool operator<= (double i)
 

Public Attributes

size_t location
 
std::vector< SearchState > * dataVector
 

Friends

std::ostream & operator<< (std::ostream &o, OpenTreapItem const &obj)
 

Detailed Description

template<class state, class action, class environment>
struct FocalAdd< state, action, environment >::OpenTreapItem

Definition at line 132 of file FocalAdd.h.

Member Function Documentation

◆ operator<()

template<class state , class action , class environment >
bool FocalAdd< state, action, environment >::OpenTreapItem::operator< ( const OpenTreapItem i)
inline

◆ operator<=()

template<class state , class action , class environment >
bool FocalAdd< state, action, environment >::OpenTreapItem::operator<= ( double  i)
inline

◆ operator==()

template<class state , class action , class environment >
bool FocalAdd< state, action, environment >::OpenTreapItem::operator== ( const OpenTreapItem i) const
inline

◆ operator>()

template<class state , class action , class environment >
bool FocalAdd< state, action, environment >::OpenTreapItem::operator> ( double  i)
inline

Friends And Related Function Documentation

◆ operator<<

template<class state , class action , class environment >
std::ostream& operator<< ( std::ostream &  o,
OpenTreapItem const &  obj 
)
friend

Definition at line 163 of file FocalAdd.h.

Member Data Documentation

◆ dataVector

template<class state , class action , class environment >
std::vector<SearchState>* FocalAdd< state, action, environment >::OpenTreapItem::dataVector

◆ location

template<class state , class action , class environment >
size_t FocalAdd< state, action, environment >::OpenTreapItem::location

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