#include <genesis/tree/printer/detailed.hpp>
Print a text representation of the Tree, showing all nodes, edges and links with their indices.
Definition at line 58 of file detailed.hpp.
Public Member Functions | |
PrinterDetailed ()=default | |
PrinterDetailed (PrinterDetailed &&)=default | |
PrinterDetailed (PrinterDetailed const &)=default | |
~PrinterDetailed ()=default | |
PrinterDetailed & | operator= (PrinterDetailed &&)=default |
PrinterDetailed & | operator= (PrinterDetailed const &)=default |
void | print (std::ostream &out, Tree const &tree) const |
std::string | print (Tree const &tree) const |
bool | use_color () const |
PrinterDetailed & | use_color (bool value) |
|
default |
|
default |
|
default |
|
default |
|
default |
|
default |
void print | ( | std::ostream & | out, |
Tree const & | tree | ||
) | const |
Definition at line 54 of file detailed.cpp.
std::string print | ( | Tree const & | tree | ) | const |
Definition at line 123 of file detailed.cpp.
|
inline |
Definition at line 88 of file detailed.hpp.
|
inline |
Definition at line 93 of file detailed.hpp.