|
Alexandria
2.27.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. More... | |
| virtual | ~TableRowAttribute ()=default |
| Destructor. More... | |
| const Table::Row & | getRow () const |
| Returns the table row. More... | |
Public Member Functions inherited from Euclid::SourceCatalog::Attribute | |
| 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().
1.8.5