|
Mantid
|
This class is simply used in the subscription of classes into the various factories in Mantid. More...
#include <RegistrationHelper.h>
Public Member Functions | |
| RegistrationHelper (int i) | |
| Constructor. | |
This class is simply used in the subscription of classes into the various factories in Mantid.
The fact that the constructor takes an int means that the comma operator can be used to make a call to the factories' subscribe method in the first part.
The MANTID_KERNEL_DLL needs to be available where this helper is imported and used.
Definition at line 22 of file RegistrationHelper.h.
|
inline |
Constructor.
Does nothing.
| i | :: Takes an int and does nothing with it |
Definition at line 27 of file RegistrationHelper.h.
References UNUSED_ARG.