table_column_t¶
Defined in header: <orcus/spreadsheet/table.hpp>
-
struct table_column_t¶
Single column entry in table.
Public Functions
-
table_column_t()¶
-
table_column_t(const table_column_t &other)¶
-
~table_column_t()¶
-
table_column_t &operator=(const table_column_t &other)¶
-
void reset()¶
Public Members
-
std::size_t identifier¶
-
std::string_view name¶
-
std::string_view totals_row_label¶
-
totals_row_function_t totals_row_function¶
-
table_column_t()¶