Mantid
|
#include "MantidKernel/Property.h"
#include "MantidKernel/DateAndTime.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/IPropertySettings.h"
#include "MantidKernel/OptionalBool.h"
#include "MantidKernel/PropertyHistory.h"
#include "MantidKernel/Strings.h"
#include "MantidKernel/TimeSeriesProperty.h"
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |
namespace | Mantid::DataObjects |
namespace | Mantid::Kernel |
Functions | |
MANTID_KERNEL_DLL std::string | Mantid::Kernel::getUnmangledTypeName (const std::type_info &type) |
Return the name corresponding to the mangled string given by typeid. More... | |
MANTID_KERNEL_DLL bool | Mantid::Kernel::operator!= (const Mantid::Kernel::Property &lhs, const Mantid::Kernel::Property &rhs) |
Compares this to another property for inequality. More... | |
MANTID_KERNEL_DLL bool | Mantid::Kernel::operator== (const Mantid::Kernel::Property &lhs, const Mantid::Kernel::Property &rhs) |
Compares this to another property for equality. More... | |