|
Stxxl
1.4.0
|
#include <priority_queue.h>
Public Types | |
| enum | { delete_buffer_size = BufferSize1_, N = N_, IntKMAX = IntKMAX_, num_int_groups = IntLevels_, num_ext_groups = ExtLevels_, BlockSize = BlockSize_, ExtKMAX = ExtKMAX_, element_size = sizeof(Tp_) } |
| typedef Tp_ | value_type |
| typedef Cmp_ | comparator_type |
| typedef AllocStr_ | alloc_strategy_type |
Definition at line 99 of file priority_queue.h.
| typedef AllocStr_ stxxl::priority_queue_config< Tp_, Cmp_, BufferSize1_, N_, IntKMAX_, IntLevels_, BlockSize_, ExtKMAX_, ExtLevels_, AllocStr_ >::alloc_strategy_type |
Definition at line 103 of file priority_queue.h.
| typedef Cmp_ stxxl::priority_queue_config< Tp_, Cmp_, BufferSize1_, N_, IntKMAX_, IntLevels_, BlockSize_, ExtKMAX_, ExtLevels_, AllocStr_ >::comparator_type |
Definition at line 102 of file priority_queue.h.
| typedef Tp_ stxxl::priority_queue_config< Tp_, Cmp_, BufferSize1_, N_, IntKMAX_, IntLevels_, BlockSize_, ExtKMAX_, ExtLevels_, AllocStr_ >::value_type |
Definition at line 101 of file priority_queue.h.
| anonymous enum |
| delete_buffer_size | |
| N | |
| IntKMAX | |
| num_int_groups | |
| num_ext_groups | |
| BlockSize | |
| ExtKMAX | |
| element_size |
Definition at line 104 of file priority_queue.h.
1.7.6.1