|
libstdc++
|

Classes | |
| struct | Loser |
Public Member Functions | |
| int | get_min_source () |
| void | insert_start (const T &key, int source, bool sup) |
Public Attributes | |
| __pad0__: comp(_comp) { ik = _k | |
| k | |
| losers | |
| offset | |
| losers[i+k] | sup |
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.