libzypp 17.37.17
|
Write out a Table according to the layout. More...
#include <zypp-tui/output/Out.h>
Public Member Functions | |
NON_COPYABLE (Writer) | |
Writer (std::ostream &str_r, const TableLayout &layout_r, const TFormater &formater_r) | |
~Writer () | |
template<class Tp> | |
void | operator<< (Tp &&val_r) const |
Private Attributes | |
std::ostream & | _str |
const TableLayout & | _layout |
const TFormater & | _formater |
Table | _t |
Write out a Table according to the layout.
|
inline |
|
inline |
ztui::out::TableLayout::Writer< TFormater >::NON_COPYABLE | ( | Writer< TFormater > | ) |
|
inline |
|
private |
|
private |
|
private |
|
mutableprivate |