STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::parallel::lexicographic_rev< T1, T2, Comparator > Class Template Reference

Detailed Description

template<typename T1, typename T2, typename Comparator>
class stxxl::parallel::lexicographic_rev< T1, T2, Comparator >

Compare a pair of types lexcigraphically, descending.

Definition at line 62 of file multiseq_selection.h.

Inherits binary_function< std::pair< T1, T2 >, std::pair< T1, T2 >, bool >.

Public Member Functions

 lexicographic_rev (Comparator &comp)
 
bool operator() (const std::pair< T1, T2 > &p1, const std::pair< T1, T2 > &p2)
 

Protected Attributes

Comparator & m_comp
 

Constructor & Destructor Documentation

template<typename T1, typename T2, typename Comparator>
stxxl::parallel::lexicographic_rev< T1, T2, Comparator >::lexicographic_rev ( Comparator &  comp)
inline

Definition at line 69 of file multiseq_selection.h.

Member Function Documentation

template<typename T1, typename T2, typename Comparator>
bool stxxl::parallel::lexicographic_rev< T1, T2, Comparator >::operator() ( const std::pair< T1, T2 > &  p1,
const std::pair< T1, T2 > &  p2 
)
inline

Definition at line 71 of file multiseq_selection.h.

Member Data Documentation

template<typename T1, typename T2, typename Comparator>
Comparator& stxxl::parallel::lexicographic_rev< T1, T2, Comparator >::m_comp
protected

Definition at line 66 of file multiseq_selection.h.


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