|
Mantid
|
#include "MantidAPI/DllConfig.h"#include "MantidKernel/DateAndTime.h"#include "MantidKernel/PropertyHistory.h"#include <nexus/NeXusFile.hpp>#include <ctime>#include <set>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::API::AlgorithmHistory |
| This class stores information about the Command History used by algorithms on a workspace. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
Typedefs | |
| using | Mantid::API::AlgorithmHistories = std::vector< AlgorithmHistory_sptr > |
| using | Mantid::API::AlgorithmHistory_const_sptr = std::shared_ptr< const AlgorithmHistory > |
| using | Mantid::API::AlgorithmHistory_sptr = std::shared_ptr< AlgorithmHistory > |
Functions | |
| MANTID_API_DLL std::ostream & | Mantid::API::operator<< (std::ostream &os, const AlgorithmHistory &AH) |
| Prints a text representation. More... | |