SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
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 (structure_tree_node const *v, std::ostream &out, size_t level=0)
template<>
void sdsl::write_structure_tree< JSON_FORMAT > (structure_tree_node const *v, std::ostream &out, size_t level)
std::string sdsl::create_html_header (char const *file_name)
std::string sdsl::create_js_body (std::string const &jsonsize)
template<>
void sdsl::write_structure_tree< HTML_FORMAT > (structure_tree_node const *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.