Mantid
|
#include "MantidKernel/DllConfig.h"
#include <memory>
#include <set>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | Mantid::Kernel::Direction |
Describes the direction (within an algorithm) of a Property. More... | |
class | Mantid::Kernel::Property |
Base class for properties. More... | |
Namespaces | |
namespace | Json |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
namespace | Mantid::Types |
namespace | Mantid::Types::Core |
namespace | NeXus |
namespace | std |
STL namespace. | |
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... | |