#include <genesis/tree/printer/table.hpp>
Print lists of all nodes, edges and links including their indices and connections with each other.
Definition at line 58 of file tree/printer/table.hpp.
Public Member Functions | |
PrinterTable ()=default | |
PrinterTable (PrinterTable &&)=default | |
PrinterTable (PrinterTable const &)=default | |
~PrinterTable ()=default | |
PrinterTable & | operator= (PrinterTable &&)=default |
PrinterTable & | operator= (PrinterTable const &)=default |
void | print (std::ostream &out, Tree const &tree) |
std::string | print (Tree const &tree) |
|
default |
|
default |
|
default |
|
default |
|
default |
|
default |
void print | ( | std::ostream & | out, |
Tree const & | tree | ||
) |
Definition at line 47 of file tree/printer/table.cpp.
std::string print | ( | Tree const & | tree | ) |
Definition at line 90 of file tree/printer/table.cpp.