SDSL 3.0.3
Succinct Data Structure Library
|
Represents a node in the wavelet tree. More...
#include <wm_int.hpp>
Public Member Functions | |
node_type (size_type o=0, size_type sz=0, size_type l=0, value_type sy=0) | |
node_type (node_type const &)=default | |
node_type (node_type &&)=default | |
node_type & | operator= (node_type const &)=default |
node_type & | operator= (node_type &&)=default |
bool | operator== (node_type const &v) const |
bool | operator< (node_type const &v) const |
bool | operator> (node_type const &v) const |
Public Attributes | |
size_type | offset = 0 |
size_type | size = 0 |
size_type | level = 0 |
value_type | sym = 0 |
Represents a node in the wavelet tree.
Definition at line 645 of file wm_int.hpp.
|
inline |
Definition at line 653 of file wm_int.hpp.
|
default |
|
default |
|
inline |
Definition at line 679 of file wm_int.hpp.
|
default |
|
default |
|
inline |
Definition at line 673 of file wm_int.hpp.
|
inline |
Definition at line 685 of file wm_int.hpp.
size_type sdsl::wm_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type::level = 0 |
Definition at line 649 of file wm_int.hpp.
size_type sdsl::wm_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type::offset = 0 |
Definition at line 647 of file wm_int.hpp.
size_type sdsl::wm_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type::size = 0 |
Definition at line 648 of file wm_int.hpp.
value_type sdsl::wm_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type::sym = 0 |
Definition at line 650 of file wm_int.hpp.