|
Mantid
|
#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
Typedefs | |
| using | Mantid::API::IMDEventWorkspace_const_sptr = std::shared_ptr< const IMDEventWorkspace > |
| Shared pointer to Mantid::API::IMDEventWorkspace (const version) More... | |
| using | Mantid::API::IMDEventWorkspace_const_uptr = std::unique_ptr< const IMDEventWorkspace > |
| unique pointer to Mantid::API::IMDEventWorkspace (const version) More... | |
| using | Mantid::API::IMDEventWorkspace_sptr = std::shared_ptr< IMDEventWorkspace > |
| Shared pointer to Mantid::API::IMDEventWorkspace. More... | |
| using | Mantid::API::IMDEventWorkspace_uptr = std::unique_ptr< IMDEventWorkspace > |
| unique pointer to Mantid::API::IMDEventWorkspace More... | |