SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
Static Public Member Functions | |
static structure_tree_node * | add_child (structure_tree_node *v, const string &name, const string &class_name) |
template<class IntType > | |
static void | add_size (structure_tree_node *v, IntType value) |
static structure_tree_node * | parent (const structure_tree_node *v) |