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. More...
 

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.

Definition at line 20 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 25 of file RegistrationHelper.h.

References UNUSED_ARG.


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