Mantid
|
#include <PyNativeTypeExtractor.h>
Public Types | |
using | PythonOutputT = boost::make_recursive_variant< bool, long, double, std::string, Mantid::API::Workspace_sptr, std::vector< boost::recursive_variant_ > >::type |
Static Public Member Functions | |
static PythonOutputT | convert (const boost::python::object &obj) |
Static Private Member Functions | |
static PythonOutputT | handleList (const boost::python::object &obj) |
Definition at line 27 of file PyNativeTypeExtractor.h.
using Mantid::PythonInterface::PyNativeTypeExtractor::PythonOutputT = boost::make_recursive_variant<bool, long, double, std::string, Mantid::API::Workspace_sptr, std::vector<boost::recursive_variant_> >::type |
Definition at line 28 of file PyNativeTypeExtractor.h.
|
inlinestatic |
Definition at line 31 of file PyNativeTypeExtractor.h.
References handleList(), and obj.
Referenced by handleList().
|
inlinestaticprivate |