SDSL 3.0.1
Succinct Data Structure Library
structure_tree.hpp File Reference

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 <unordered_map>
#include <sdsl/config.hpp>
#include <sdsl/uintx_t.hpp>

Go to the source code of this file.

Classes

class  sdsl::structure_tree_node
 
class  sdsl::structure_tree
 

Namespaces

namespace  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)
 

Detailed Description

structure_tree.hpp contains a helper class which can represent the memory structure of a class.

Author
Simon Gog

Definition in file structure_tree.hpp.