Galois::MinHeap< T, Cmp, Cont >::RevCmp Struct Reference

#include <PriorityQueue.h>

List of all members.

Public Member Functions

 RevCmp (const Cmp &cmp)
bool operator() (const T &left, const T &right) const

Public Attributes

Cmp cmp

template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T>>
struct Galois::MinHeap< T, Cmp, Cont >::RevCmp


Constructor & Destructor Documentation

template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T>>
Galois::MinHeap< T, Cmp, Cont >::RevCmp::RevCmp ( const Cmp &  cmp  )  [inline, explicit]

Member Function Documentation

template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T>>
bool Galois::MinHeap< T, Cmp, Cont >::RevCmp::operator() ( const T &  left,
const T &  right 
) const [inline]

Member Data Documentation

template<typename T, typename Cmp = std::less<T>, typename Cont = std::vector<T>>
Cmp Galois::MinHeap< T, Cmp, Cont >::RevCmp::cmp

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

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1