Mantid
|
Helper class used to create TableRow. More...
#include <ITableWorkspace.h>
Public Member Functions | |
TableRowHelper (ITableWorkspace *tw, size_t row) | |
Constructor. More... | |
Public Attributes | |
size_t | m_row |
Row number. More... | |
ITableWorkspace * | m_workspace |
Pointer to the TableWorkspace. More... | |
Helper class used to create TableRow.
Definition at line 54 of file ITableWorkspace.h.
|
inline |
Constructor.
Definition at line 57 of file ITableWorkspace.h.
size_t Mantid::API::TableRowHelper::m_row |
Row number.
Definition at line 59 of file ITableWorkspace.h.
ITableWorkspace* Mantid::API::TableRowHelper::m_workspace |
Pointer to the TableWorkspace.
Definition at line 58 of file ITableWorkspace.h.
Referenced by Mantid::API::TableRow::TableRow().