#include "MantidAPI/DllConfig.h"
#include "MantidAPI/IPeakFunction.h"
#include "MantidKernel/DynamicFactory.h"
#include "MantidKernel/SingletonHolder.h"
#include <vector>
#include <mutex>
Go to the source code of this file.
|
#define | DECLARE_FUNCTION(classname) |
| Macro for declaring a new type of function to be used with the FunctionFactory. More...
|
|
◆ DECLARE_FUNCTION
#define DECLARE_FUNCTION |
( |
|
classname | ) |
|
Value: namespace { \
Mantid::Kernel::RegistrationHelper \
}
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
Macro for declaring a new type of function to be used with the FunctionFactory.
Definition at line 151 of file FunctionFactory.h.