GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc > Struct Template Reference

Node. More...

#include <node.hpp>

Collaboration diagram for __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >:

Public Types

typedef _Metadata metadata_type
 
typedef _Alloc::template rebind< this_type >::other::pointer node_pointer
 
typedef _Alloc::size_type size_type
 
typedef _Value value_type
 

Public Attributes

metadata_type m_metadata
 
node_pointer m_p_l_child
 
node_pointer m_p_next_sibling
 
node_pointer m_p_prev_or_parent
 
value_type m_value
 

Private Types

typedef left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc > this_type
 

Detailed Description

template<typename _Value, typename _Metadata, typename _Alloc>
struct __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >

Node.

Member Typedef Documentation

template<typename _Value , typename _Metadata , typename _Alloc >
typedef _Metadata __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::metadata_type
template<typename _Value , typename _Metadata , typename _Alloc >
typedef _Alloc::template rebind<this_type>::other::pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::node_pointer
template<typename _Value , typename _Metadata , typename _Alloc >
typedef _Alloc::size_type __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::size_type
template<typename _Value , typename _Metadata , typename _Alloc >
typedef left_child_next_sibling_heap_node_<_Value, _Metadata, _Alloc> __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::this_type
private
template<typename _Value , typename _Metadata , typename _Alloc >
typedef _Value __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::value_type

Member Data Documentation

template<typename _Value , typename _Metadata , typename _Alloc >
metadata_type __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::m_metadata
template<typename _Value , typename _Metadata , typename _Alloc >
node_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::m_p_l_child
template<typename _Value , typename _Metadata , typename _Alloc >
node_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::m_p_next_sibling
template<typename _Value , typename _Metadata , typename _Alloc >
node_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::m_p_prev_or_parent
template<typename _Value , typename _Metadata , typename _Alloc >
value_type __gnu_pbds::detail::left_child_next_sibling_heap_node_< _Value, _Metadata, _Alloc >::m_value

The documentation for this struct was generated from the following file: