SDSL
3.0.0
Succinct Data Structure Library
|
structure_tree.hpp contains a helper class which can represent the memory structure of a class. More...
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
#include <sdsl/config.hpp>
#include <sdsl/uintx_t.hpp>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | sdsl::structure_tree_node |
class | sdsl::structure_tree |
Namespaces | |
sdsl | |
Namespace for the succinct data structure library. | |
Functions | |
void | sdsl::output_tab (std::ostream &out, size_t level) |
template<format_type F> | |
void | sdsl::write_structure_tree (const structure_tree_node *v, std::ostream &out, size_t level=0) |
template<> | |
void | sdsl::write_structure_tree< JSON_FORMAT > (const structure_tree_node *v, std::ostream &out, size_t level) |
std::string | sdsl::create_html_header (const char *file_name) |
std::string | sdsl::create_js_body (const std::string &jsonsize) |
template<> | |
void | sdsl::write_structure_tree< HTML_FORMAT > (const structure_tree_node *v, std::ostream &out, SDSL_UNUSED size_t level) |
structure_tree.hpp contains a helper class which can represent the memory structure of a class.
Definition in file structure_tree.hpp.