Lines Matching refs:table_formatter
65 if (user_width != text::table_formatter::width_auto) { in override_column_widths()
66 PRE_MSG(user_width == text::table_formatter::width_refill || in override_column_widths()
91 if (widths[i] == text::table_formatter::width_refill) in find_refill_column()
329 const std::size_t text::table_formatter::width_auto = 0;
333 const std::size_t text::table_formatter::width_refill =
338 text::table_formatter::table_formatter(void) : in table_formatter() function in text::table_formatter
356 text::table_formatter&
357 text::table_formatter::set_column_width(const table_row::size_type column, in set_column_width()
382 text::table_formatter&
383 text::table_formatter::set_separator(const char* separator) in set_separator()
395 text::table_formatter&
396 text::table_formatter::set_table_width(const std::size_t table_width) in set_table_width()
410 text::table_formatter::format(const table& t) const in format()