Mantid
Loading...
Searching...
No Matches
PropertyManagerDataService.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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 +
9
10namespace Mantid::Kernel {
11
16 : DataService<PropertyManager>("PropertyManagerDataService") {}
17
18} // namespace Mantid::Kernel
DataService stores instances of a given type.
Definition: DataService.h:58
Property manager helper class.