#include <PycValueHolder.h>
|
| static void * | convertible (PyObject *obj_ptr) |
| | Check if it is a type we can convert.
|
| |
| static void | construct (PyObject *obj_ptr, boost::python::converter::rvalue_from_python_stage1_data *data) |
| | Constructs a ValueHolder from a Python object.
|
| |
| static ValueHolder | makeValueHolder (PyObject *obj_ptr) |
| | Make a ValueHolder from all possible python data types.
|
| |
| static ValueHolder | toVector (PyObject *obj_ptr) |
| | Make a vector from a python sequence.
|
| |
| static DataType | checkDataType (PyObject *obj_ptr) |
| | Get (and check) the data type in a python sequence.
|
| |
Definition at line 60 of file PycValueHolder.h.
◆ casa_value_from_python()
| casacore::python::casa_value_from_python::casa_value_from_python |
( |
| ) |
|
|
inline |
◆ checkDataType()
| static DataType casacore::python::casa_value_from_python::checkDataType |
( |
PyObject * |
obj_ptr | ) |
|
|
static |
Get (and check) the data type in a python sequence.
◆ construct()
| static void casacore::python::casa_value_from_python::construct |
( |
PyObject * |
obj_ptr, |
|
|
boost::python::converter::rvalue_from_python_stage1_data * |
data |
|
) |
| |
|
static |
◆ convertible()
| static void * casacore::python::casa_value_from_python::convertible |
( |
PyObject * |
obj_ptr | ) |
|
|
static |
◆ makeValueHolder()
| static ValueHolder casacore::python::casa_value_from_python::makeValueHolder |
( |
PyObject * |
obj_ptr | ) |
|
|
static |
Make a ValueHolder from all possible python data types.
◆ toVector()
| static ValueHolder casacore::python::casa_value_from_python::toVector |
( |
PyObject * |
obj_ptr | ) |
|
|
static |
Make a vector from a python sequence.
The documentation for this struct was generated from the following file: