Mantid
|
Helper class used to create ConstColumnVector. More...
#include <ITableWorkspace.h>
Public Member Functions | |
TableConstColumnHelper (const ITableWorkspace *tw, const std::string &name) | |
Constructor. More... | |
Public Attributes | |
std::string | m_name |
column namae More... | |
const ITableWorkspace * | m_workspace |
Pointer to the TableWorkspace. More... | |
Helper class used to create ConstColumnVector.
Definition at line 45 of file ITableWorkspace.h.
|
inline |
Constructor.
Definition at line 48 of file ITableWorkspace.h.
std::string Mantid::API::TableConstColumnHelper::m_name |
column namae
Definition at line 50 of file ITableWorkspace.h.
const ITableWorkspace* Mantid::API::TableConstColumnHelper::m_workspace |
Pointer to the TableWorkspace.
Definition at line 49 of file ITableWorkspace.h.