13namespace PythonInterface {
19struct PropertyValueHandler;
34 static void registerBuiltins();
36 template <
typename HandlerType>
static void subscribe() {
37 subscribe(
typeid(
typename HandlerType::HeldType),
new HandlerType);
#define DLLExport
Definitions of the DLLImport compiler directives for MSVC.
The values that are held within a given C++ property type all have a fixed type, required by static t...
static void subscribe()
Subscribe a handler object for given template type.
Helper class which provides the Collimation Length for SANS instruments.
This class provides a base-class objects that are able to take a python object and set it on an algor...