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

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

Detailed Description

Helper class used to create ConstColumnVector.

Definition at line 45 of file ITableWorkspace.h.

Constructor & Destructor Documentation

◆ TableConstColumnHelper()

Mantid::API::TableConstColumnHelper::TableConstColumnHelper ( const ITableWorkspace tw,
const std::string &  name 
)
inline

Constructor.

Definition at line 48 of file ITableWorkspace.h.

Member Data Documentation

◆ m_name

std::string Mantid::API::TableConstColumnHelper::m_name

column namae

Definition at line 50 of file ITableWorkspace.h.

◆ m_workspace

const ITableWorkspace* Mantid::API::TableConstColumnHelper::m_workspace

Pointer to the TableWorkspace.

Definition at line 49 of file ITableWorkspace.h.


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