26 #include "ElementsKernel/Exception.h"
34 throw Elements::Exception() <<
"Construction of empty tables is not allowed";
42 throw Elements::Exception() <<
"Construction of table from rows with different "
43 <<
"columns is not allowed";
60 throw Elements::Exception(
"Index out of bounds");
Represents one row of a Table.
std::vector< Row >::const_iterator const_iterator
std::vector< Row > m_row_list
std::shared_ptr< ColumnInfo > m_column_info