Orcus
|
#include <table.hpp>
Public Member Functions | |
table_style_t (const table_style_t &other) | |
table_style_t & | operator= (const table_style_t &other) |
void | reset () |
Public Attributes | |
std::string_view | name |
bool | show_first_column:1 |
bool | show_last_column:1 |
bool | show_row_stripes:1 |
bool | show_column_stripes:1 |
Table style information.