|
Mantid
|
#include "MantidAPI/Algorithm.h"#include "MantidAPI/DllConfig.h"#include "MantidKernel/SingletonHolder.h"#include <Poco/NotificationCenter.h>#include <deque>#include <mutex>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| class | Mantid::API::AlgorithmManagerImpl |
| The AlgorithmManagerImpl class is responsible for controlling algorithm instances. More... | |
| class | Mantid::API::AlgorithmStartingNotification |
| Class for when an algorithm is starting asynchronously. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
| namespace | Mantid::Kernel |
Typedefs | |
| using | Mantid::API::AlgorithmManager = Mantid::Kernel::SingletonHolder< AlgorithmManagerImpl > |