STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pq_helpers.h File Reference

Go to the source code of this file.

Classes

class  stxxl::priority_queue_local::internal_bounded_stack< ValueType, MaxSize >
 Similar to std::stack, with the following differences: More...
 
class  stxxl::priority_queue_local::internal_priority_queue< ValueType, ContainerType, CompareType >
 Similar to std::priority_queue, with the following differences: More...
 
class  stxxl::priority_queue_local::invert_order< Predicate, FirstType, SecondType >
 Inverts the order of a comparison functor by swapping its arguments. More...
 
class  stxxl::priority_queue_local::short_sequence< Iterator >
 

Namespaces

 stxxl
 STXXL library namespace
 
 stxxl::priority_queue_local
 

Macros

#define STXXL_PQ_EXTERNAL_LOSER_TREE   1
 
#define STXXL_PQ_INTERNAL_LOSER_TREE   1
 
#define STXXL_VERBOSE_PQ(msg)   STXXL_VERBOSE2_THIS("priority_queue::" << msg)
 

Macro Definition Documentation

#define STXXL_PQ_EXTERNAL_LOSER_TREE   1

Definition at line 62 of file pq_helpers.h.

#define STXXL_PQ_INTERNAL_LOSER_TREE   1

Definition at line 68 of file pq_helpers.h.