![]() |
UtilsLite
Utilities for C++ programming
|
Classes | |
class | Cell |
Represents a cell in a table with alignment, content, and optional column span. More... | |
class | Row |
Represents a row in a table consisting of multiple cells. More... | |
class | Style |
Defines the style and structure of table borders, padding, and alignment. More... | |
class | Table |
The main class for creating and managing a table. More... | |
Typedefs | |
using | integer = int |
using | Alignment = enum class Table_align : integer { LEFT, RIGHT, CENTER } |
Enum class defining alignment types for table cells. | |
using Utils::Table::Alignment = enum class Table_align : integer { LEFT, RIGHT, CENTER } |
Enum class defining alignment types for table cells.
Provides options for aligning content inside table cells to the LEFT, RIGHT, or CENTER.
using Utils::Table::integer = int |