STLdoc
STLdocumentation
|
Stable _LoserTree implementation. More...
#include <parallel/losertree.h>
Public Member Functions | |
_LoserTreePointer (unsigned int __k, _Compare __comp=std::less< _Tp >()) | |
unsigned int | __init_winner (unsigned int __root) |
void | __init () |
void | __delete_min_insert (const _Tp &__key, bool __sup) |
![]() | |
_LoserTreePointerBase (unsigned int __k, _Compare __comp=std::less< _Tp >()) | |
~_LoserTreePointerBase () | |
int | __get_min_source () |
void | __insert_start (const _Tp &__key, int __source, bool __sup) |
Private Types | |
typedef _LoserTreePointerBase < _Tp, _Compare > | _Base |
Additional Inherited Members | |
![]() | |
unsigned int | _M_ik |
unsigned int | _M_k |
unsigned int | _M_offset |
_Loser * | _M_losers |
_Compare | _M_comp |
Stable _LoserTree implementation.
The unstable variant is implemented using partial instantiation below.
|
private |
|
inline |
|
inline |
|
inline |
|
inline |