Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
ImplicitFunctionParser.h File Reference
#include <memory>
#include <vector>
#include <Poco/DOM/DOMParser.h>
#include <Poco/DOM/Document.h>
#include <Poco/DOM/Element.h>
#include <Poco/DOM/NodeFilter.h>
#include <Poco/DOM/NodeIterator.h>
#include <Poco/DOM/NodeList.h>
#include <Poco/File.h>
#include <Poco/Path.h>
#include "ImplicitFunctionBuilder.h"
#include "ImplicitFunctionParameterParser.h"
#include "MantidAPI/DllConfig.h"
#include "MantidKernel/ArrayProperty.h"

Go to the source code of this file.

Classes

class  Mantid::API::ImplicitFunctionParser
 XML Parser for function types. More...
 

Namespaces

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

Macros

#define DECLARE_IMPLICIT_FUNCTION_PARSER(classname)
 

Macro Definition Documentation

◆ DECLARE_IMPLICIT_FUNCTION_PARSER

#define DECLARE_IMPLICIT_FUNCTION_PARSER (   classname)
Value:
namespace { \
Mantid::Kernel::RegistrationHelper register_alg_##classname( \
((Mantid::API::ImplicitFunctionParserFactory::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 ImplicitFunctionParser.h.