SDSL 3.0.1
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 (const node_type &)=default | |
node_type (node_type &&)=default | |
node_type & | operator= (const node_type &)=default |
node_type & | operator= (node_type &&)=default |
bool | operator== (const node_type &v) const |
bool | operator< (const node_type &v) const |
bool | operator> (const node_type &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 821 of file wt_int.hpp.
|
inline |
Definition at line 829 of file wt_int.hpp.
|
default |
|
default |
|
inline |
Definition at line 852 of file wt_int.hpp.
|
default |
|
default |
|
inline |
Definition at line 849 of file wt_int.hpp.
|
inline |
Definition at line 855 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 825 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 823 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 824 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 826 of file wt_int.hpp.