Class for managing table data.
More...
#include <TableData.hpp>
Class for managing table data.
Definition at line 34 of file TableData.hpp.
◆ addRow() [1/2]
template<typename ... Args>
| void geos::TableData::addRow |
( |
Args const &... |
args | ) |
|
Add a row to the table. The values passed to addRow (can be any type).
- Parameters
-
| args | CellData values to be added to the row. |
Definition at line 266 of file TableData.hpp.
◆ addRow() [2/2]
Add a row to the table.
- Parameters
-
| row | A vector of string representing a row |
◆ getCellsData() [1/2]
| DataRows& geos::TableData::getCellsData |
( |
| ) |
|
|
inline |
◆ getCellsData() [2/2]
| DataRows const& geos::TableData::getCellsData |
( |
| ) |
const |
|
inline |
◆ getErrorMsgs()
Get all error messages.
- Returns
- The vector of error messages
◆ getErrorsList() [1/2]
Get all error messages.
- Returns
- The list of error messages
Definition at line 151 of file TableData.hpp.
◆ getErrorsList() [2/2]
Get all error messages.
- Returns
- The list of error messages
Definition at line 144 of file TableData.hpp.
◆ operator<()
| bool geos::TableData::operator< |
( |
TableData const & |
other | ) |
const |
Lexicographic sorting.
- Parameters
-
| other | The table data to compate |
- Returns
- true
◆ operator==()
| bool geos::TableData::operator== |
( |
TableData const & |
comparingTable | ) |
const |
|
inline |
Comparison operator for data rows.
- Parameters
-
| comparingTable | The tableData values to compare |
- Returns
- The comparison result
Definition at line 137 of file TableData.hpp.
The documentation for this class was generated from the following file: