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

Detailed Description

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

Comparator for the internal arrays winner tree.

Definition at line 1654 of file parallel_priority_queue.h.

Public Member Functions

 ia_comp (ias_type &ias, const compare_type &compare)
 
bool operator() (const int a, const int b) const
 

Public Attributes

const compare_typem_compare
 
ias_typem_ias
 

Constructor & Destructor Documentation

template<class ParentType>
stxxl::ppq_local::minima_tree< ParentType >::ia_comp::ia_comp ( ias_type ias,
const compare_type compare 
)
inline

Definition at line 1659 of file parallel_priority_queue.h.

Member Function Documentation

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

Definition at line 1663 of file parallel_priority_queue.h.

Member Data Documentation

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

Definition at line 1657 of file parallel_priority_queue.h.

template<class ParentType>
ias_type& stxxl::ppq_local::minima_tree< ParentType >::ia_comp::m_ias

Definition at line 1656 of file parallel_priority_queue.h.


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