libstdc++
|
#include <losertree.h>
Public Member Functions | |
_LoserTree (unsigned int __k, _Compare __comp) | |
_LoserTree (unsigned int __k, _Compare __comp) | |
void | __delete_min_insert (_Tp __key, bool __sup) |
void | __delete_min_insert (_Tp __key, bool __sup) |
int | __get_min_source () |
void | __init () |
void | __init () |
unsigned int | __init_winner (unsigned int __root) |
unsigned int | __init_winner (unsigned int __root) |
void | __insert_start (const _Tp &__key, int __source, bool __sup) |
Protected Attributes | |
unsigned int | _M_ik |
unsigned int | _M_log_k |
unsigned int | _M_offset |
Unstable _LoserTree variant.
Stability (non-stable here) is selected with partial specialization.
Definition at line 261 of file losertree.h.
|
inline |
Definition at line 272 of file losertree.h.
|
inline |
Definition at line 179 of file losertree.h.
|
inline |
Delete the smallest element and insert a new element from the previously smallest element's sequence.
This implementation is stable.
Definition at line 222 of file losertree.h.
|
inline |
Delete the _M_key smallest element and insert the element __key instead.
__key | the _M_key to insert |
__sup | true iff __key is an explicitly marked supremum |
Definition at line 324 of file losertree.h.
|
inline |
Definition at line 155 of file losertree.h.
|
inline |
Definition at line 210 of file losertree.h.
|
inline |
Definition at line 311 of file losertree.h.
|
inline |
Definition at line 184 of file losertree.h.
|
inline |
Computes the winner of the competition at position "__root".
Called recursively (starting at 0) to build the initial tree.
__root | __index of the "game" to start. |
Definition at line 284 of file losertree.h.
References __init_winner().
Referenced by __init_winner().
|
inline |
Initializes the sequence "_M_source" with the element "__key".
__key | the element to insert |
__source | __index of the __source __sequence |
__sup | flag that determines whether the value to insert is an explicit __supremum. |
Definition at line 134 of file losertree.h.
|
protected |
Definition at line 69 of file losertree.h.
|
protected |
log_2{_M_k}
Definition at line 72 of file losertree.h.
|
protected |
Definition at line 69 of file losertree.h.