STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::ppq_local::minima_tree< ParentType >::heaps_comp Struct Reference

Detailed Description

template<class ParentType>
struct stxxl::ppq_local::minima_tree< ParentType >::heaps_comp

Comparator for the insertion heaps winner tree.

Definition at line 1633 of file parallel_priority_queue.h.

Public Member Functions

 heaps_comp (proc_vector_type &proc, const compare_type &compare)
 
const value_typeget_value (int index) const
 
bool operator() (const int a, const int b) const
 

Public Attributes

const compare_typem_compare
 
proc_vector_typem_proc
 

Constructor & Destructor Documentation

template<class ParentType>
stxxl::ppq_local::minima_tree< ParentType >::heaps_comp::heaps_comp ( proc_vector_type proc,
const compare_type compare 
)
inline

Definition at line 1638 of file parallel_priority_queue.h.

Member Function Documentation

template<class ParentType>
const value_type& stxxl::ppq_local::minima_tree< ParentType >::heaps_comp::get_value ( int  index) const
inline

Definition at line 1642 of file parallel_priority_queue.h.

template<class ParentType>
bool stxxl::ppq_local::minima_tree< ParentType >::heaps_comp::operator() ( const int  a,
const int  b 
) const
inline

Definition at line 1647 of file parallel_priority_queue.h.

Member Data Documentation

template<class ParentType>
const compare_type& stxxl::ppq_local::minima_tree< ParentType >::heaps_comp::m_compare

Definition at line 1636 of file parallel_priority_queue.h.

template<class ParentType>
proc_vector_type& stxxl::ppq_local::minima_tree< ParentType >::heaps_comp::m_proc

Definition at line 1635 of file parallel_priority_queue.h.


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