#include <genesis/utils/text/table.hpp>
One line of the TableLayout.
This struct has different roles depending on the kind of line:
enabled
is used when writing to determine whether to write this line at all. Also, the filler
is used to fill the width of the columns.enabled
attribute is ignored (as those lines always need to be written). The filler
is also ignored, because instead of it the actual text is written. % Definition at line 265 of file utils/text/table.hpp.
Public Attributes | |
bool | enabled = false |
std::string | filler = "" |
std::string | left_border = "" |
std::string | right_border = "" |
std::string | separator = " " |
bool enabled = false |
Definition at line 267 of file utils/text/table.hpp.
std::string filler = "" |
Definition at line 270 of file utils/text/table.hpp.
std::string left_border = "" |
Definition at line 269 of file utils/text/table.hpp.
std::string right_border = "" |
Definition at line 272 of file utils/text/table.hpp.
std::string separator = " " |
Definition at line 271 of file utils/text/table.hpp.