Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
Implementation of the AttributeFromRow interfaces for the TableRowAttribute. More...
#include <TableRowAttributeFromRow.h>
Public Member Functions | |
virtual | ~TableRowAttributeFromRow ()=default |
Destructor. | |
std::unique_ptr< Attribute > | createAttribute (const Euclid::Table::Row &row) override |
Create a TableRowAttribute from the given row. | |
![]() | |
virtual | ~AttributeFromRow ()=default |
Implementation of the AttributeFromRow interfaces for the TableRowAttribute.
Definition at line 56 of file TableRowAttributeFromRow.h.
|
virtualdefault |
Destructor.
|
overridevirtual |
Create a TableRowAttribute from the given row.
Implements Euclid::SourceCatalog::AttributeFromRow.
Definition at line 49 of file TableRowAttributeFromRow.cpp.