UtilsLite
Utilities for C++ programming
Loading...
Searching...
No Matches
Utils::Table Namespace Reference

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.
 

Typedef Documentation

◆ Alignment

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.

◆ integer

using Utils::Table::integer = int