Mantid
Loading...
Searching...
No Matches
ScriptRepositoryFactory.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
11#include <sstream>
12
13namespace Mantid::API {
14
16 // we need to make sure the library manager has been loaded before we
17 // are constructed so that it is destroyed after us and thus does
18 // not close any loaded DLLs with loaded algorithms in them
20}
21
22} // namespace Mantid::API
ScriptRepositoryFactoryImpl()
Private Constructor for singleton class.
The dynamic factory is a base dynamic factory for serving up objects in response to requests from oth...
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...