A library for working with phylogenetic and population genetic data.
v0.27.0
PrinterTable Class Reference

#include <genesis/tree/printer/table.hpp>

Detailed Description

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
 
PrinterTableoperator= (PrinterTable &&)=default
 
PrinterTableoperator= (PrinterTable const &)=default
 
void print (std::ostream &out, Tree const &tree)
 
std::string print (Tree const &tree)
 

Constructor & Destructor Documentation

◆ PrinterTable() [1/3]

PrinterTable ( )
default

◆ ~PrinterTable()

~PrinterTable ( )
default

◆ PrinterTable() [2/3]

PrinterTable ( PrinterTable const &  )
default

◆ PrinterTable() [3/3]

PrinterTable ( PrinterTable &&  )
default

Member Function Documentation

◆ operator=() [1/2]

PrinterTable& operator= ( PrinterTable &&  )
default

◆ operator=() [2/2]

PrinterTable& operator= ( PrinterTable const &  )
default

◆ print() [1/2]

void print ( std::ostream &  out,
Tree const &  tree 
)

Definition at line 47 of file tree/printer/table.cpp.

◆ print() [2/2]

std::string print ( Tree const &  tree)

Definition at line 90 of file tree/printer/table.cpp.


The documentation for this class was generated from the following files: