Mantid
|
#include "MantidKernel/DllConfig.h"
#include <memory>
#include <iosfwd>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Kernel::PropertyHistory |
This class stores information about the parameters used by an algorithm. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Kernel::PropertyHistories = std::vector< PropertyHistory_sptr > |
using | Mantid::Kernel::PropertyHistory_const_sptr = std::shared_ptr< const PropertyHistory > |
using | Mantid::Kernel::PropertyHistory_sptr = std::shared_ptr< PropertyHistory > |
Functions | |
MANTID_KERNEL_DLL std::ostream & | Mantid::Kernel::operator<< (std::ostream &os, const PropertyHistory &AP) |
Prints a text representation. More... | |