libqi-api
2.8.7.4
|
#include <print.hpp>
Public Types | |
enum | Option { Option::NewLine = 1 << 0, Option::Indent = 1 << 1 } |
using | Options = qi::Flags< Option > |
Public Member Functions | |
Line (const std::initializer_list< Column > &columns) | |
Line (const Columns &columns, Options opts=Options{Option::NewLine, Option::Indent}) | |
Line ()=default | |
Public Attributes | |
Columns | columns |
Options | opts |
Contains the data and options needed to fill and format one line. PrettyPrintStream prints lines which are each composed of multiple columns.
|
strong |
|
explicit |
|
explicit |
|
default |