UtilsLite
Utilities for C++ programming
Loading...
Searching...
No Matches
Utils::Table::Table Member List

This is the complete list of members for Utils::Table::Table, including all inherited members.

add_row(vecstr const &row)Utils::Table::Table
align_column(integer n, Alignment align)Utils::Table::Table
cell_padding() constUtils::Table::Table
cell_spacing() constUtils::Table::Table
column(integer n) constUtils::Table::Table
column_width(integer n) constUtils::Table::Table
headings() constUtils::Table::Tableinline
headings(vecstr const &headings)Utils::Table::Table
integer typedefUtils::Table::Table
num_columns() constUtils::Table::Table
operator()(integer i, integer j)Utils::Table::Tableinline
operator()(integer i, integer j) constUtils::Table::Tableinline
operator[](integer n)Utils::Table::Tableinline
operator[](integer n) constUtils::Table::Tableinline
render() constUtils::Table::Table
render_separator(char left, char mid, char right, char sep) constUtils::Table::Table
row(integer n)Utils::Table::Table
row(integer n) constUtils::Table::Table
rows() constUtils::Table::Tableinline
rows(vecvecstr const &rows)Utils::Table::Table
setup(Style const &style, vecvecstr const &rows=vecvecstr())Utils::Table::Tableinline
style() constUtils::Table::Tableinline
style(Style const &style)Utils::Table::Tableinline
Table()=defaultUtils::Table::Table
Table(Style const &style, vecvecstr const &rows=vecvecstr())Utils::Table::Tableinlineexplicit
title() constUtils::Table::Tableinline
title(string_view title)Utils::Table::Tableinline
vecCell typedefUtils::Table::Table
vecRow typedefUtils::Table::Table
vecstr typedefUtils::Table::Table
vecvecstr typedefUtils::Table::Table