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. More... | |
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.
Definition at line 20 of file RegistrationHelper.h.
|
inline |
Constructor.
Does nothing.
i | :: Takes an int and does nothing with it |
Definition at line 25 of file RegistrationHelper.h.
References UNUSED_ARG.