|
Mantid
|
#include "MantidAPI/AlgorithmFactory.h"#include "MantidAPI/IFileLoader.h"#include "MantidKernel/FileDescriptor.h"#include "MantidKernel/NexusDescriptor.h"#include "MantidKernel/NexusHDF5Descriptor.h"#include "MantidKernel/SingletonHolder.h"#include <type_traits>#include <array>#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | Mantid::API::FileLoaderRegistryImpl |
| Keeps a registry of algorithm's that are file loading algorithms to allow them to be searched to find the correct one to load a particular file. More... | |
| struct | Mantid::API::FileLoaderRegistryImpl::SubscriptionValidator< T > |
| Helper for subscribe to check base class. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
| namespace | Mantid::Kernel |
Typedefs | |
| using | Mantid::API::FileLoaderRegistry = Mantid::Kernel::SingletonHolder< FileLoaderRegistryImpl > |
| Type for the actual singleton instance. More... | |