Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::Kernel::RegistrationHelper Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RegistrationHelper()

Mantid::Kernel::RegistrationHelper::RegistrationHelper ( int  i)
inline

Constructor.

Does nothing.

Parameters
i:: Takes an int and does nothing with it

Definition at line 27 of file RegistrationHelper.h.

References UNUSED_ARG.


The documentation for this class was generated from the following file: