Provided by: libstdc++6-4.4-doc_4.4.7-8ubuntu1_all bug

NAME

       __gnu_parallel::LoserTreeBase< T, Comparator >::Loser -

SYNOPSIS

   Public Attributes
       T key
       int source
       bool sup

Detailed Description

   template<typename T, typename Comparator>struct __gnu_parallel::LoserTreeBase< T, Comparator
       >::Loser
       Internal representation of a LoserTree element.

       Definition at line 61 of file losertree.h.

Member Data Documentation

   template<typename T , typename Comparator > T __gnu_parallel::LoserTreeBase< T, Comparator
       >::Loser::key
       key of the element in the LoserTree.

       Definition at line 68 of file losertree.h.

       Referenced by __gnu_parallel::LoserTreeBase< T, Comparator >::insert_start().

   template<typename T , typename Comparator > int __gnu_parallel::LoserTreeBase< T, Comparator
       >::Loser::source
       index of the source sequence.

       Definition at line 66 of file losertree.h.

       Referenced by __gnu_parallel::LoserTreeBase< T, Comparator >::get_min_source(), and
       __gnu_parallel::LoserTreeBase< T, Comparator >::insert_start().

   template<typename T , typename Comparator > bool __gnu_parallel::LoserTreeBase< T, Comparator
       >::Loser::sup
       flag, true iff this is a 'maximum' sentinel.

       Definition at line 64 of file losertree.h.

       Referenced by __gnu_parallel::LoserTreeBase< T, Comparator >::insert_start().

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                             __gnuuparallel::LoserTreeBase< T, Comparator >::Loser(3cxx)