Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::API::TableRowHelper Class Reference

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...
 
ITableWorkspacem_workspace
 Pointer to the TableWorkspace. More...
 

Detailed Description

Helper class used to create TableRow.

Definition at line 54 of file ITableWorkspace.h.

Constructor & Destructor Documentation

◆ TableRowHelper()

Mantid::API::TableRowHelper::TableRowHelper ( ITableWorkspace tw,
size_t  row 
)
inline

Constructor.

Definition at line 57 of file ITableWorkspace.h.

Member Data Documentation

◆ m_row

size_t Mantid::API::TableRowHelper::m_row

Row number.

Definition at line 59 of file ITableWorkspace.h.

◆ m_workspace

ITableWorkspace* Mantid::API::TableRowHelper::m_workspace

Pointer to the TableWorkspace.

Definition at line 58 of file ITableWorkspace.h.

Referenced by Mantid::API::TableRow::TableRow().


The documentation for this class was generated from the following file: