Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
Source attribute which can be used to retrieve the table row used to create the source. More...
#include <TableRowAttribute.h>
Public Member Functions | |
TableRowAttribute (Table::Row row) | |
Constructs a new TableRowAttribute with the given row. | |
virtual | ~TableRowAttribute ()=default |
Destructor. | |
const Table::Row & | getRow () const |
Returns the table row. | |
![]() | |
virtual | ~Attribute ()=default |
Private Attributes | |
Table::Row | m_row |
Source attribute which can be used to retrieve the table row used to create the source.
Definition at line 57 of file TableRowAttribute.h.
|
explicit |
Constructs a new TableRowAttribute with the given row.
Definition at line 47 of file TableRowAttribute.cpp.
|
virtualdefault |
Destructor.
const Table::Row & Euclid::SourceCatalog::TableRowAttribute::getRow | ( | ) | const |
|
private |
Definition at line 70 of file TableRowAttribute.h.
Referenced by getRow().