__gnu_parallel::LoserTreePointerBase.3cxx

Langue: en

Autres versions - même langue

Version: 340869 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

__gnu_parallel::LoserTreePointerBase -

Base class of Loser Tree implementation using pointers.

SYNOPSIS


Inherited by __gnu_parallel::LoserTreePointer< stable, T, Comparator >, and __gnu_parallel::LoserTreePointer< false, T, Comparator >.

Classes


struct Loser
Internal representation of LoserTree elements.

Public Member Functions


int get_min_source ()

void insert_start (const T &key, int source, bool sup)

LoserTreePointerBase (unsigned int _k, Comparator _comp=std::less< T >())

Protected Attributes


Comparator comp

unsigned int ik

unsigned int k

Loser * losers

unsigned int offset

Detailed Description

template<typename T, typename Comparator> class __gnu_parallel::LoserTreePointerBase< T, Comparator >

Base class of Loser Tree implementation using pointers.

Definition at line 343 of file losertree.h.

Author

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