Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::DataObjects::TableColumn_ptr< T > Class Template Reference

Shared pointer to a column with automatic type cast and data type check. More...

#include <TableColumn.h>

Inheritance diagram for Mantid::DataObjects::TableColumn_ptr< T >:

Public Member Functions

 TableColumn_ptr (std::shared_ptr< API::Column > c)
 Constructor. More...
 

Detailed Description

template<class T>
class Mantid::DataObjects::TableColumn_ptr< T >

Shared pointer to a column with automatic type cast and data type check.

Can be created with TableWorkspace::getColumn(...)

Definition at line 488 of file TableColumn.h.

Constructor & Destructor Documentation

◆ TableColumn_ptr()

template<class T >
Mantid::DataObjects::TableColumn_ptr< T >::TableColumn_ptr ( std::shared_ptr< API::Column c)
inline

Constructor.

Parameters
c:: Shared pointer to a column

Definition at line 493 of file TableColumn.h.

References Mantid::API::Column::name().


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