|
SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
Public Member Functions | |
| _node (size_type tree_pos=0, size_type tree_pos_rank=0, uint16_t parent=_undef_node, uint16_t child_left=_undef_node, uint16_t child_right=_undef_node) | |
| _node & | operator= (const _node &v) |
| size_type | serialize (std::ostream &out, structure_tree_node *v=NULL, std::string name="") const |
| void | load (std::istream &in) |
Public Attributes | |
| size_type | tree_pos |
| size_type | tree_pos_rank |
| uint16_t | parent |
| uint16_t | child [2] |
1.8.0