GNU g++  v5.2.1
GNU Standard C++
thin_heap_.hpp File Reference

Contains an implementation class for a thin heap. More...

Include dependency graph for thin_heap_.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_pbds::detail::thin_heap< Value_Type, Cmp_Fn, _Alloc >
 Thin heap. More...
 

Namespaces

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

Macros

#define PB_DS_ASSERT_AUX_NULL(X)   _GLIBCXX_DEBUG_ONLY(X.assert_aux_null(__FILE__, __LINE__);)
 
#define PB_DS_ASSERT_NODE_CONSISTENT(_Node, _Bool)
 
#define PB_DS_BASE_T_P   <Value_Type, Cmp_Fn, typename _Alloc::size_type, _Alloc>
 
#define PB_DS_CLASS_C_DEC   thin_heap<Value_Type, Cmp_Fn, _Alloc>
 
#define PB_DS_CLASS_T_DEC   template<typename Value_Type, typename Cmp_Fn, typename _Alloc>
 

Enumerations

enum  { __gnu_pbds::detail::num_distinct_rank_bounds = 48 }
 

Variables

static const std::size_t __gnu_pbds::detail::g_a_rank_bounds [num_distinct_rank_bounds]
 

Detailed Description

Contains an implementation class for a thin heap.

Macro Definition Documentation

#define PB_DS_ASSERT_AUX_NULL (   X)    _GLIBCXX_DEBUG_ONLY(X.assert_aux_null(__FILE__, __LINE__);)
#define PB_DS_ASSERT_NODE_CONSISTENT (   _Node,
  _Bool 
)
Value:
_GLIBCXX_DEBUG_ONLY(assert_node_consistent(_Node, _Bool, \
__FILE__, __LINE__);)
#define _GLIBCXX_DEBUG_ONLY(_Statement)
Definition: debug.h:63
#define PB_DS_BASE_T_P   <Value_Type, Cmp_Fn, typename _Alloc::size_type, _Alloc>
#define PB_DS_CLASS_C_DEC   thin_heap<Value_Type, Cmp_Fn, _Alloc>
#define PB_DS_CLASS_T_DEC   template<typename Value_Type, typename Cmp_Fn, typename _Alloc>