Mantid
Loading...
Searching...
No Matches
PropertyManagerDataService.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2012 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
10#include "MantidKernel/DllConfig.h"
12
13#include <iosfwd>
14
15namespace Mantid {
16namespace Kernel {
17// Forward declare
18class PropertyManager;
19
23class MANTID_KERNEL_DLL PropertyManagerDataServiceImpl final : public DataService<PropertyManager> {
24public:
27
28private:
32 ~PropertyManagerDataServiceImpl() override = default;
33};
34
35EXTERN_MANTID_KERNEL template class MANTID_KERNEL_DLL Mantid::Kernel::SingletonHolder<PropertyManagerDataServiceImpl>;
37
38} // Namespace Kernel
39} // Namespace Mantid
DataService stores instances of a given type.
Definition: DataService.h:58
PropertyManagerDataServiceImpl(const PropertyManagerDataServiceImpl &)=delete
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...