A library for working with phylogenetic and population genetic data.
v0.27.0
utils/text/table.hpp File Reference
#include "genesis/utils/text/style.hpp"
#include <iosfwd>
#include <string>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  Table
 
class  Table::Column
 
struct  TableLayout
 
struct  TableLayout::Binder
 Helper struct to bind a layout to a table. More...
 
struct  TableLayout::Line
 One line of the TableLayout. More...
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils
 

Functions

TableLayout double_frame (bool condensed)
 
TableLayout double_grid (bool condensed)
 
TableLayout extended_frame (bool condensed)
 
TableLayout extended_grid (bool condensed)
 
TableLayout minimal_layout ()
 
std::ostream & operator<< (std::ostream &out, Table const &table)
 
TableLayout simple_frame (bool condensed)
 
TableLayout simple_grid (bool condensed)
 
TableLayout simple_layout (bool condensed)