Mantid
Loading...
Searching...
No Matches
InstrumentDataService.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2007 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 "MantidAPI/DllConfig.h"
13
14namespace Mantid {
15namespace API {
22class MANTID_API_DLL InstrumentDataServiceImpl : public Mantid::Kernel::DataService<Mantid::Geometry::Instrument> {
23private:
31};
32
34
35} // Namespace API
36} // Namespace Mantid
37
38namespace Mantid {
39namespace Kernel {
40EXTERN_MANTID_API template class MANTID_API_DLL Mantid::Kernel::SingletonHolder<Mantid::API::InstrumentDataServiceImpl>;
41}
42} // namespace Mantid
InstrumentDataServiceImpl & operator=(const InstrumentDataServiceImpl &)=delete
Private, unimplemented copy assignment operator.
InstrumentDataServiceImpl(const InstrumentDataServiceImpl &)=delete
Private, unimplemented copy constructor.
DataService stores instances of a given type.
Definition: DataService.h:58
Manage the lifetime of a class intended to be a singleton.
Helper class which provides the Collimation Length for SANS instruments.
Policy class controlling creation of the singleton Implementation classes should mark their default c...