cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::utils::table_t Member List

This is the complete list of members for toolbox::utils::table_t, including all inherited members.

add_row(const std::vector< std::string > &row)toolbox::utils::table_t
add_row(Args &&... args) -> table_t &toolbox::utils::table_tinline
enable_wrap(bool enable)toolbox::utils::table_t
enable_zebra(bool enable)toolbox::utils::table_t
operator<<toolbox::utils::table_tfriend
set_all_columns_align(align_t align)toolbox::utils::table_t
set_column_align(size_t column_index, align_t align)toolbox::utils::table_t
set_column_min_max(size_t col, size_t min_width, size_t max_width)toolbox::utils::table_t
set_column_width(size_t col, size_t width)toolbox::utils::table_t
set_file_output_color(bool enable)toolbox::utils::table_t
set_footer(const std::string &footer)toolbox::utils::table_t
set_headers(const std::vector< std::string > &hdrs)toolbox::utils::table_t
set_highlight_callback(std::function< print_style_t(size_t, size_t, const std::string &)> cb)toolbox::utils::table_t
set_output_color(bool enable)toolbox::utils::table_t
set_row_height(size_t row, size_t height)toolbox::utils::table_t
set_title(const std::string &title)toolbox::utils::table_t
set_wrap_ellipsis(const std::string &ellipsis)toolbox::utils::table_t
set_zebra_colors(color_t odd_bg, color_t even_bg)toolbox::utils::table_t
span_cells(size_t start_row, size_t start_col, size_t row_span, size_t col_span)toolbox::utils::table_t
table_t(const print_style_t &style=get_default_style())toolbox::utils::table_texplicit
to_string(bool with_color=true) const -> std::stringtoolbox::utils::table_t