SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
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== (const louds_node &v) const |
bool | operator!= (const louds_node &v) const |
Public Attributes | |
const size_type & | nr |
const size_type & | pos |
A class for the node representation of louds_tree.