STLdoc
STLdocumentation
|
Stable implementation of unguarded _LoserTree. More...
#include <parallel/losertree.h>
Public Member Functions | |
_LoserTreeUnguarded (unsigned int __k, const _Tp &__sentinel, _Compare __comp=std::less< _Tp >()) | |
unsigned int | __init_winner (unsigned int __root) |
void | __init () |
void | __delete_min_insert (_Tp __key, bool) |
![]() | |
_LoserTreeUnguardedBase (unsigned int __k, const _Tp &__sentinel, _Compare __comp=std::less< _Tp >()) | |
~_LoserTreeUnguardedBase () | |
int | __get_min_source () |
void | __insert_start (const _Tp &__key, int __source, bool) |
Private Types | |
typedef _LoserTreeUnguardedBase< _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 implementation of unguarded _LoserTree.
Unstable variant is selected below with partial specialization.
|
private |
|
inline |
|
inline |
|
inline |
|
inline |