|
libqi-api
2.8.7.4
|
Contains the data and options needed to fill and format one column of a line. More...
#include <print.hpp>
Public Types | |
| enum | Alignment { Alignment::Left = 0, Alignment::Right = 1, Alignment::Internal = 2 } |
| enum | Option { Option::DelimitWithSpace = 1 << 0 } |
| using | ValueType = boost::variant< int, std::string > |
| using | Options = qi::Flags< Option > |
Public Member Functions | |
| Column (ValueType value, StreamColor color=StreamColor_None, Alignment alignment=Alignment::Left, Options opts=Options{Option::DelimitWithSpace}, int width=0, char fillChar= ' ') | |
| Column () | |
Public Attributes | |
| ValueType | value |
| StreamColor | color |
| Alignment | alignment |
| Options | opts |
| int | width |
| char | fillChar |
Contains the data and options needed to fill and format one column of a line.
| using qi::detail::PrettyPrintStream::Column::ValueType = boost::variant<int, std::string> |
|
strong |
|
strong |
|
explicit |
| Alignment qi::detail::PrettyPrintStream::Column::alignment |
| StreamColor qi::detail::PrettyPrintStream::Column::color |