Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/text/
H A Dtable.cpp339 _separator(""), in table_formatter()
385 _separator = separator; in set_separator()
417 refill_widths(widths, _table_width, _separator.length()); in format()
421 format_row(*iter, widths, _separator); in format()
H A Dtable.hpp95 std::string _separator; member in utils::text::table_formatter