Mantid
Loading...
Searching...
No Matches
ITableWorkspace_fwd.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2015 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include <memory>
10
11namespace Mantid {
12namespace API {
18class ITableWorkspace;
20using ITableWorkspace_sptr = std::shared_ptr<ITableWorkspace>;
22using ITableWorkspace_const_sptr = std::shared_ptr<const ITableWorkspace>;
24using ITableWorkspace_uptr = std::unique_ptr<ITableWorkspace>;
26using ITableWorkspace_const_uptr = std::unique_ptr<const ITableWorkspace>;
27
28} // namespace API
29} // Namespace Mantid
std::shared_ptr< ITableWorkspace > ITableWorkspace_sptr
shared pointer to Mantid::API::ITableWorkspace
std::unique_ptr< ITableWorkspace > ITableWorkspace_uptr
unique pointer to Mantid::API::ITableWorkspace
std::shared_ptr< const ITableWorkspace > ITableWorkspace_const_sptr
shared pointer to Mantid::API::ITableWorkspace (const version)
std::unique_ptr< const ITableWorkspace > ITableWorkspace_const_uptr
unique pointer to Mantid::API::ITableWorkspace (const version)
Helper class which provides the Collimation Length for SANS instruments.