Mantid
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
Mantid::PythonInterface::std_function_from_python< R, Args > Struct Template Reference

#include <StdFunctionExporter.h>

Public Member Functions

 std_function_from_python ()
 

Static Public Member Functions

static void construct (PyObject *obj_ptr, boost::python::converter::rvalue_from_python_stage1_data *data)
 
static void * convertible (PyObject *obj_ptr)
 

Detailed Description

template<typename R, typename... Args>
struct Mantid::PythonInterface::std_function_from_python< R, Args >

Definition at line 30 of file StdFunctionExporter.h.

Constructor & Destructor Documentation

◆ std_function_from_python()

template<typename R , typename... Args>
Mantid::PythonInterface::std_function_from_python< R, Args >::std_function_from_python ( )
inline

Member Function Documentation

◆ construct()

template<typename R , typename... Args>
static void Mantid::PythonInterface::std_function_from_python< R, Args >::construct ( PyObject *  obj_ptr,
boost::python::converter::rvalue_from_python_stage1_data *  data 
)
inlinestatic

◆ convertible()

template<typename R , typename... Args>
static void * Mantid::PythonInterface::std_function_from_python< R, Args >::convertible ( PyObject *  obj_ptr)
inlinestatic

The documentation for this struct was generated from the following file: