43 <<
"columns is not allowed";
Represents one row of a Table.
std::size_t size() const
Returns the number of rows in the table.
std::vector< Row >::const_iterator const_iterator
const_iterator end() const
Returns a const iterator to the past-the-end row.
const Row & operator[](std::size_t index) const
Returns the row with the given index (zero based)
const_iterator begin() const
Returns a const iterator to the first row.
std::vector< Row > m_row_list
std::shared_ptr< ColumnInfo > m_column_info
std::shared_ptr< ColumnInfo > getColumnInfo() const
Returns a ColumnInfo object describing the columns of the table.