Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
ImplicitFunctionParameterParser.h File Reference
#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.

Classes

class  Mantid::API::DeleterPolicy< T >
 
class  Mantid::API::ImplicitFunctionParameterParser
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::API
 
namespace  Poco
 
namespace  Poco::DOM
 

Macros

#define DECLARE_IMPLICIT_FUNCTION_PARAMETER_PARSER(classname)
 

Macro Definition Documentation

◆ DECLARE_IMPLICIT_FUNCTION_PARAMETER_PARSER

#define DECLARE_IMPLICIT_FUNCTION_PARAMETER_PARSER (   classname)
Value:
namespace { \
Mantid::Kernel::RegistrationHelper register_alg_##classname( \
((Mantid::API::ImplicitFunctionParameterParserFactory::Instance().subscribe<classname>(#classname)), 0)); \
}
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.