|
Mantid
|
#include "MantidKernel/DllConfig.h"#include "MantidKernel/SingletonHolder.h"#include "MantidKernel/Task.h"#include <deque>#include <map>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::Kernel::ThreadScheduler |
| The ThreadScheduler object defines how tasks are allocated to threads and in what order. More... | |
| class | Mantid::Kernel::ThreadSchedulerFIFO |
| A First-In-First-Out Thread Scheduler. More... | |
| class | Mantid::Kernel::ThreadSchedulerLargestCost |
| A Largest Cost Thread Scheduler. More... | |
| class | Mantid::Kernel::ThreadSchedulerLIFO |
| A Last-In-First-Out Thread Scheduler. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |