SDSL 3.0.3
Succinct Data Structure Library
|
Node class used by the leftist heap. More...
#include <wt_hutu.hpp>
Public Member Functions | |
heap_node (t_element *it=nullptr) | |
Constructor. | |
bool | operator< (heap_node const &other) |
Less then operator. |
Public Attributes | |
t_element * | item |
heap_node * | left |
heap_node * | right |
heap_node * | parent |
int64_t | rank |
Node class used by the leftist heap.
Definition at line 60 of file wt_hutu.hpp.
|
inline |
Constructor.
Definition at line 66 of file wt_hutu.hpp.
|
inline |
Less then operator.
Definition at line 69 of file wt_hutu.hpp.
t_element* sdsl::_hutu_shape< t_wt >::heap_node< t_element >::item |
Definition at line 62 of file wt_hutu.hpp.
heap_node* sdsl::_hutu_shape< t_wt >::heap_node< t_element >::left |
Definition at line 63 of file wt_hutu.hpp.
heap_node * sdsl::_hutu_shape< t_wt >::heap_node< t_element >::parent |
Definition at line 63 of file wt_hutu.hpp.
int64_t sdsl::_hutu_shape< t_wt >::heap_node< t_element >::rank |
Definition at line 64 of file wt_hutu.hpp.
heap_node * sdsl::_hutu_shape< t_wt >::heap_node< t_element >::right |
Definition at line 63 of file wt_hutu.hpp.