SDSL 3.0.2
Succinct Data Structure Library
|
A class for the node representation of louds_tree. More...
#include <louds_tree.hpp>
Public Types | |
typedef bit_vector::size_type | size_type |
Public Member Functions | |
louds_node (size_type f_nr=0, size_type f_pos=0) | |
bool | operator== (louds_node const &v) const |
bool | operator!= (louds_node const &v) const |
Public Attributes | |
size_type const & | nr |
size_type const & | pos |
A class for the node representation of louds_tree.
Definition at line 25 of file louds_tree.hpp.
Definition at line 28 of file louds_tree.hpp.
Definition at line 38 of file louds_tree.hpp.
|
inline |
Definition at line 46 of file louds_tree.hpp.
|
inline |
Definition at line 41 of file louds_tree.hpp.
size_type const& sdsl::louds_node::nr |
Definition at line 35 of file louds_tree.hpp.
size_type const& sdsl::louds_node::pos |
Definition at line 36 of file louds_tree.hpp.