Mantid
Loading...
Searching...
No Matches
RegistrationHelper.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
9#include "MantidKernel/DllConfig.h"
10
11namespace Mantid {
12namespace Kernel {
13
22class MANTID_KERNEL_DLL RegistrationHelper { // clang-format off
23public:
27 inline RegistrationHelper(int i) { UNUSED_ARG(i); }
28};
29// clang-format on
30} // namespace Kernel
31} // namespace Mantid
#define UNUSED_ARG(x)
Function arguments are sometimes unused in certain implmentations but are required for documentation ...
Definition System.h:48
This class is simply used in the subscription of classes into the various factories in Mantid.
Helper class which provides the Collimation Length for SANS instruments.