|
Alexandria
2.16
Please provide a description of the 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 () |
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 72 of file TableRowAttribute.h.
Referenced by getRow().
1.8.14