#include "genesis/utils/text/table.hpp"#include "genesis/utils/text/string.hpp"#include <algorithm>#include <cassert>#include <iomanip>#include <sstream>#include <stdexcept>#include <string>#include <vector>Go to the source code of this file.
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) |
| std::ostream & | operator<< (std::ostream &out, TableLayout::Binder const &binder) |
| TableLayout | simple_frame (bool condensed) |
| TableLayout | simple_grid (bool condensed) |
| TableLayout | simple_layout (bool condensed) |