STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::priority_queue_local::loser_tree< ValueType, CompareType, MaxArity >::Entry Struct Reference

Detailed Description

template<class ValueType, class CompareType, unsigned MaxArity>
struct stxxl::priority_queue_local::loser_tree< ValueType, CompareType, MaxArity >::Entry

type of nodes in the loser tree

Definition at line 285 of file pq_mergers.h.

+ Collaboration diagram for stxxl::priority_queue_local::loser_tree< ValueType, CompareType, MaxArity >::Entry:

Public Attributes

unsigned_type index
 number of losing segment More...
 
value_type key
 Key of Loser element (winner for 0) More...
 

Member Data Documentation

template<class ValueType, class CompareType, unsigned MaxArity>
unsigned_type stxxl::priority_queue_local::loser_tree< ValueType, CompareType, MaxArity >::Entry::index

number of losing segment

Definition at line 288 of file pq_mergers.h.

template<class ValueType, class CompareType, unsigned MaxArity>
value_type stxxl::priority_queue_local::loser_tree< ValueType, CompareType, MaxArity >::Entry::key

Key of Loser element (winner for 0)

Definition at line 287 of file pq_mergers.h.


The documentation for this struct was generated from the following file: