25 #ifndef ATTRIBUTEHANDLER_H_ 26 #define ATTRIBUTEHANDLER_H_ 32 namespace SourceCatalog {
65 #endif // ATTRIBUTEHANDLER_H_
Interface for building a source Attribute from a table Row.
Represents one row of a Table.
virtual std::unique_ptr< Attribute > createAttribute(const Euclid::Table::Row &row)=0
The createAttribute method for creating an Attribute from a Table row.
virtual ~AttributeFromRow()