STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
rc_binomial_heap_.hpp File Reference
#include <ext/pb_ds/detail/cond_dealtor.hpp>
#include <ext/pb_ds/detail/type_utils.hpp>
#include <ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp>
#include <ext/pb_ds/detail/rc_binomial_heap_/rc.hpp>
#include <debug/debug.h>
#include <ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp>
#include <ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp>
#include <ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp>
#include <ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp>
#include <ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp>
#include <ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp>

Go to the source code of this file.

Classes

class  __gnu_pbds::detail::rc_binomial_heap< Value_Type, Cmp_Fn, _Alloc >
 

Namespaces

 __gnu_pbds
 GNU extensions for policy-based data structures for public use.
 
 __gnu_pbds::detail
 

Macros

#define PB_DS_CLASS_T_DEC   template<typename Value_Type, typename Cmp_Fn, typename _Alloc>
 
#define PB_DS_CLASS_C_DEC   rc_binomial_heap<Value_Type, Cmp_Fn, _Alloc>
 
#define PB_DS_RC_C_DEC   rc<typename binomial_heap_base<Value_Type, Cmp_Fn, _Alloc>::node, _Alloc>
 

Detailed Description

Contains an implementation for redundant-counter binomial heap.

Macro Definition Documentation

#define PB_DS_CLASS_C_DEC   rc_binomial_heap<Value_Type, Cmp_Fn, _Alloc>
#define PB_DS_CLASS_T_DEC   template<typename Value_Type, typename Cmp_Fn, typename _Alloc>
#define PB_DS_RC_C_DEC   rc<typename binomial_heap_base<Value_Type, Cmp_Fn, _Alloc>::node, _Alloc>