#include <fibonacci_heap.hpp>
Classes | |
struct | type |
Public Types | |
typedef detail::make_heap_base < T, Parspec, constant_time_size >::type | base_type |
typedef detail::make_heap_base < T, Parspec, constant_time_size > ::allocator_argument | allocator_argument |
typedef detail::make_heap_base < T, Parspec, constant_time_size > ::compare_argument | compare_argument |
typedef marked_heap_node < typename base_type::internal_type > | node_type |
typedef allocator_argument::template rebind< node_type >::other | allocator_type |
Static Public Attributes | |
static const bool | constant_time_size |
typedef detail::make_heap_base<T, Parspec, constant_time_size>::allocator_argument boost::heap::detail::make_fibonacci_heap_base< T, Parspec >::allocator_argument |
typedef allocator_argument::template rebind<node_type>::other boost::heap::detail::make_fibonacci_heap_base< T, Parspec >::allocator_type |
typedef detail::make_heap_base<T, Parspec, constant_time_size>::type boost::heap::detail::make_fibonacci_heap_base< T, Parspec >::base_type |
typedef detail::make_heap_base<T, Parspec, constant_time_size>::compare_argument boost::heap::detail::make_fibonacci_heap_base< T, Parspec >::compare_argument |
typedef marked_heap_node<typename base_type::internal_type> boost::heap::detail::make_fibonacci_heap_base< T, Parspec >::node_type |
|
static |