libstdc++
|
Classes | |
struct | Loser |
Internal representation of LoserTree elements. More... |
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 |
Base class of Loser Tree implementation using pointers.
Definition at line 343 of file losertree.h.