Mantid
Loading...
Searching...
No Matches
Namespaces | Macros
TypeRegistry.cpp File Reference
#include "MantidPythonInterface/kernel/Registry/TypeRegistry.h"
#include "MantidPythonInterface/kernel/Registry/SequenceTypeHandler.h"
#include "MantidPythonInterface/kernel/Registry/TypedPropertyValueHandler.h"
#include <boost/python/type_id.hpp>
#include <map>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::PythonInterface
 
namespace  Mantid::PythonInterface::Registry
 

Macros

#define SUBSCRIBE_HANDLER(Type)
 

Macro Definition Documentation

◆ SUBSCRIBE_HANDLER

#define SUBSCRIBE_HANDLER (   Type)
Value:
subscribe<TypedPropertyValueHandler<Type>>(); \
subscribe<SequenceTypeHandler<std::vector<Type>>>();