QuickRank  v2.0
QuickRank: A C++ suite of Learning to Rank algorithms
Public Member Functions | Public Attributes | List of all members
MaxHeap< val_t >::item Struct Reference

#include <maxheap.h>

Public Member Functions

 item (double key)
 
 item (double key, val_t val)
 

Public Attributes

double key
 
val_t val
 

Constructor & Destructor Documentation

template<typename val_t >
MaxHeap< val_t >::item::item ( double  key)
inline
template<typename val_t >
MaxHeap< val_t >::item::item ( double  key,
val_t  val 
)
inline

Member Data Documentation

template<typename val_t >
double MaxHeap< val_t >::item::key
template<typename val_t >
val_t MaxHeap< val_t >::item::val

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