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
20class MANTID_KERNEL_DLL RegistrationHelper {
21public:
25 inline RegistrationHelper(int i) { UNUSED_ARG(i); }
26};
27} // namespace Kernel
28} // namespace Mantid
#define UNUSED_ARG(x)
Function arguments are sometimes unused in certain implmentations but are required for documentation ...
Definition: System.h:64
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.