SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::structure_tree Class Reference

#include <structure_tree.hpp>

Static Public Member Functions

static structure_tree_nodeadd_child (structure_tree_node *v, std::string const &name, std::string const &type)
 
static void add_size (structure_tree_node *v, uint64_t value)
 

Detailed Description

Definition at line 68 of file structure_tree.hpp.

Member Function Documentation

◆ add_child()

static structure_tree_node * sdsl::structure_tree::add_child ( structure_tree_node * v,
std::string const & name,
std::string const & type )
inlinestatic

Definition at line 71 of file structure_tree.hpp.

◆ add_size()

static void sdsl::structure_tree::add_size ( structure_tree_node * v,
uint64_t value )
inlinestatic

Definition at line 77 of file structure_tree.hpp.


The documentation for this class was generated from the following file: