ZeroErr
zeroerr::Table::Config Struct Reference

Config is used to configure the table style how it is displayed. More...

#include <table.h>

Public Member Functions

 Config ()
 

Public Attributes

bool show_tb_border
 
bool show_lr_border
 
bool show_header_split
 
bool show_col_split
 
bool show_row_split
 
bool show_footer_split
 

Detailed Description

Config is used to configure the table style how it is displayed.

Constructor & Destructor Documentation

◆ Config()

zeroerr::Table::Config::Config ( )
inline

Member Data Documentation

◆ show_col_split

bool zeroerr::Table::Config::show_col_split

◆ show_footer_split

bool zeroerr::Table::Config::show_footer_split

◆ show_header_split

bool zeroerr::Table::Config::show_header_split

◆ show_lr_border

bool zeroerr::Table::Config::show_lr_border

◆ show_row_split

bool zeroerr::Table::Config::show_row_split

◆ show_tb_border

bool zeroerr::Table::Config::show_tb_border

The documentation for this struct was generated from the following file: