SDSL 3.0.3
Succinct Data Structure Library
|
Represents a node in the wavelet tree. More...
#include <wt_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 861 of file wt_int.hpp.
|
inline |
Definition at line 869 of file wt_int.hpp.
|
default |
|
default |
|
inline |
Definition at line 895 of file wt_int.hpp.
|
default |
|
default |
|
inline |
Definition at line 889 of file wt_int.hpp.
|
inline |
Definition at line 901 of file wt_int.hpp.
size_type sdsl::wt_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type::level = 0 |
Definition at line 865 of file wt_int.hpp.
size_type sdsl::wt_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type::offset = 0 |
Definition at line 863 of file wt_int.hpp.
size_type sdsl::wt_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type::size = 0 |
Definition at line 864 of file wt_int.hpp.
value_type sdsl::wt_int< t_bitvector, t_rank, t_select, t_select_zero >::node_type::sym = 0 |
Definition at line 866 of file wt_int.hpp.