#include <memory>
#include <vector>
#include <boost/interprocess/smart_ptr/unique_ptr.hpp>
#include "ImplicitFunctionParameter.h"
#include "MantidAPI/DllConfig.h"
#include "MantidKernel/ArrayProperty.h"
Go to the source code of this file.
◆ DECLARE_IMPLICIT_FUNCTION_PARAMETER_PARSER
| #define DECLARE_IMPLICIT_FUNCTION_PARAMETER_PARSER |
( |
|
classname | ) |
|
Value: namespace { \
((Mantid::API::ImplicitFunctionParameterParserFactory::Instance().subscribe<classname>(#classname)), 0)); \
}
This class is simply used in the subscription of classes into the various factories in Mantid.
Definition at line 14 of file ImplicitFunctionParameterParser.h.