Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
skew_heap.hpp File Reference
#include <algorithm>
#include <utility>
#include <vector>
#include <boost/assert.hpp>
#include <boost/array.hpp>
#include <boost/heap/detail/heap_comparison.hpp>
#include <boost/heap/detail/heap_node.hpp>
#include <boost/heap/detail/stable_heap.hpp>
#include <boost/heap/detail/tree_iterator.hpp>
Include dependency graph for skew_heap.hpp:

Classes

struct  boost::heap::detail::parent_holder< node_pointer, store_parent_pointer >
 
struct  boost::heap::detail::parent_holder< node_pointer, false >
 
struct  boost::heap::detail::skew_heap_node< value_type, store_parent_pointer >
 
struct  boost::heap::detail::make_skew_heap_base< T, BoundArgs >
 
struct  boost::heap::detail::make_skew_heap_base< T, BoundArgs >::type
 
class  boost::heap::skew_heap< T, A0, A1, A2, A3, A4, A5, A6 >
 skew heap More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::heap
 
 boost::heap::detail
 

Macros

#define BOOST_HEAP_ASSERT(expression)
 

Typedefs

typedef parameter::parameters
< boost::parameter::optional
< tag::allocator >
, boost::parameter::optional
< tag::compare >
, boost::parameter::optional
< tag::stable >
, boost::parameter::optional
< tag::store_parent_pointer >
, boost::parameter::optional
< tag::stability_counter_type >
, boost::parameter::optional
< tag::constant_time_size >
, boost::parameter::optional
< tag::mutable_ > > 
boost::heap::detail::skew_heap_signature
 

Macro Definition Documentation