GCC Middle and Back End API Reference
text_art::simple_table_geometry Struct Reference

#include <table.h>

Collaboration diagram for text_art::simple_table_geometry:

Public Member Functions

 simple_table_geometry (const table &table)

Data Fields

table_dimension_sizes m_col_widths
table_dimension_sizes m_row_heights
table_cell_sizes m_cell_sizes
table_geometry m_tg

Detailed Description

Helper class for handling the simple case of a single table
that doesn't need to be aligned with respect to anything else.   

Constructor & Destructor Documentation

◆ simple_table_geometry()

simple_table_geometry::simple_table_geometry ( const table & table)
class text_art::simple_table_geometry.   

References m_cell_sizes, m_col_widths, m_row_heights, and m_tg.

Field Documentation

◆ m_cell_sizes

table_cell_sizes text_art::simple_table_geometry::m_cell_sizes

Referenced by simple_table_geometry().

◆ m_col_widths

table_dimension_sizes text_art::simple_table_geometry::m_col_widths

Referenced by simple_table_geometry().

◆ m_row_heights

table_dimension_sizes text_art::simple_table_geometry::m_row_heights

Referenced by simple_table_geometry().

◆ m_tg

table_geometry text_art::simple_table_geometry::m_tg

Referenced by simple_table_geometry().


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