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::IAlgorithm_const_sptr = std::shared_ptr< const IAlgorithm > |
shared pointer to Mantid::API::IAlgorithm (const version) More... | |
using | Mantid::API::IAlgorithm_const_uptr = std::unique_ptr< const IAlgorithm > |
unique pointer to Mantid::API::IAlgorithm (const version) More... | |
using | Mantid::API::IAlgorithm_sptr = std::shared_ptr< IAlgorithm > |
shared pointer to Mantid::API::IAlgorithm More... | |
using | Mantid::API::IAlgorithm_uptr = std::unique_ptr< IAlgorithm > |
unique pointer to Mantid::API::IAlgorithm More... | |