|
class | LoserTreeCopy< Stable, ValueType, Comparator > |
| Guarded loser tree/tournament tree, either copying the whole element into the tree structure, or looking up the element via the index. More...
|
|
class | LoserTreeCopy< true, ValueType, Comparator > |
| Guarded loser tree/tournament tree, either copying the whole element into the tree structure, or looking up the element via the index. More...
|
|
class | LoserTreeCopyBase< ValueType, Comparator > |
| Guarded loser tree/tournament tree, either copying the whole element into the tree structure, or looking up the element via the index. More...
|
|
struct | LoserTreeCopyBase< ValueType, Comparator >::Loser |
| Internal representation of a loser tree player/node. More...
|
|
class | LoserTreeCopyUnguarded< Stable, ValueType, Comparator > |
|
class | LoserTreeCopyUnguarded< true, ValueType, Comparator > |
|
class | LoserTreeCopyUnguardedBase< ValueType, Comparator > |
| Unguarded loser tree, copying the whole element into the tree structure. More...
|
|
struct | LoserTreeCopyUnguardedBase< ValueType, Comparator >::Loser |
| Internal representation of a loser tree player/node. More...
|
|
class | LoserTreePointer< Stable, ValueType, Comparator > |
| Guarded loser tree, using pointers to the elements instead of copying them into the tree nodes. More...
|
|
class | LoserTreePointer< true, ValueType, Comparator > |
| Guarded loser tree, using pointers to the elements instead of copying them into the tree nodes. More...
|
|
class | LoserTreePointerBase< ValueType, Comparator > |
| Guarded loser tree, using pointers to the elements instead of copying them into the tree nodes. More...
|
|
struct | LoserTreePointerBase< ValueType, Comparator >::Loser |
| Internal representation of a loser tree player/node. More...
|
|
class | LoserTreePointerUnguarded< Stable, ValueType, Comparator > |
|
class | LoserTreePointerUnguarded< true, ValueType, Comparator > |
|
class | LoserTreePointerUnguardedBase< ValueType, Comparator > |
| Unguarded loser tree, keeping only pointers to the elements in the tree structure. More...
|
|
struct | LoserTreePointerUnguardedBase< ValueType, Comparator >::Loser |
| Internal representation of a loser tree player/node. More...
|
|
class | LoserTreeSwitch< Stable, ValueType, Comparator, Enable > |
|