#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 { \
}
This class is simply used in the subscription of classes into the various factories in Mantid.
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
Definition at line 15 of file ImplicitFunctionParameterParser.h.