|
Mantid
|
#include "MantidKernel/CaseInsensitiveMap.h"#include "MantidKernel/DllConfig.h"#include "MantidKernel/Exception.h"#include "MantidKernel/Instantiator.h"#include "MantidKernel/RegistrationHelper.h"#include <Poco/Notification.h>#include <Poco/NotificationCenter.h>#include <functional>#include <iterator>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::Kernel::DynamicFactory< Base, Comparator > |
| The dynamic factory is a base dynamic factory for serving up objects in response to requests from other classes. More... | |
| class | Mantid::Kernel::DynamicFactory< Base, Comparator >::DynamicFactoryNotification |
| Base class for dynamic factory notifications. More... | |
| class | Mantid::Kernel::DynamicFactory< Base, Comparator >::UpdateNotification |
| A notification that the factory has been updated. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |
Typedefs | |
| using | Mantid::Kernel::CaseSensitiveStringComparator = std::less< std::string > |