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::IPeaksWorkspace_const_sptr = std::shared_ptr< const IPeaksWorkspace > |
shared pointer to Mantid::API::IPeaksWorkspace (const version) More... | |
using | Mantid::API::IPeaksWorkspace_const_uptr = std::unique_ptr< const IPeaksWorkspace > |
unique pointer to Mantid::API::IPeaksWorkspace (const version) More... | |
using | Mantid::API::IPeaksWorkspace_sptr = std::shared_ptr< IPeaksWorkspace > |
shared pointer to Mantid::API::IPeaksWorkspace More... | |
using | Mantid::API::IPeaksWorkspace_uptr = std::unique_ptr< IPeaksWorkspace > |
unique pointer to Mantid::API::IPeaksWorkspace More... | |