Home
last modified time | relevance | path

Searched refs:_column_widths (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable.cpp237 _column_widths.resize(ncolumns_, 0); in table()
248 return _column_widths.size(); in ncolumns()
264 PRE(column < _column_widths.size()); in column_width()
265 return _column_widths[column]; in column_width()
278 return _column_widths; in column_widths()
299 PRE(row.size() == _column_widths.size()); in add_row()
303 if (_column_widths[i] < row[i].length()) in add_row()
304 _column_widths[i] = row[i].length(); in add_row()
362 for (widths_vector::size_type i = 0; i < _column_widths.size(); i++) { in set_column_width()
364 PRE_MSG(_column_widths[i] != width_refill, in set_column_width()
[all …]
H A Dtable.hpp62 widths_vector _column_widths; member in utils::text::table
112 widths_vector _column_widths; member in utils::text::table_formatter