Mantid
Loading...
Searching...
No Matches
PropertyManager_fwd.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2016 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 Kernel {
18class PropertyManager;
20using PropertyManager_sptr = std::shared_ptr<PropertyManager>;
22using PropertyManager_const_sptr = std::shared_ptr<const PropertyManager>;
24using PropertyManager_uptr = std::unique_ptr<PropertyManager>;
26using PropertyManager_const_uptr = std::unique_ptr<const PropertyManager>;
27
28} // namespace Kernel
29} // namespace Mantid
std::shared_ptr< const PropertyManager > PropertyManager_const_sptr
shared pointer to Mantid::Kernel::PropertyManager(const version)
std::unique_ptr< const PropertyManager > PropertyManager_const_uptr
unique pointer to Mantid::Kernel::PropertyManager (const version)
std::unique_ptr< PropertyManager > PropertyManager_uptr
unique pointer to Mantid::Kernel::PropertyManager
std::shared_ptr< PropertyManager > PropertyManager_sptr
Typedef for a shared pointer to a PropertyManager.
Helper class which provides the Collimation Length for SANS instruments.