#include <PycRecord.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 Record from a Python object.
|
| static Record | makeRecord (PyObject *obj_ptr) |
Definition at line 60 of file PycRecord.h.
◆ casa_record_from_python()
| casacore::python::casa_record_from_python::casa_record_from_python |
( |
| ) |
|
|
inline |
◆ construct()
| void casacore::python::casa_record_from_python::construct |
( |
PyObject * | obj_ptr, |
|
|
boost::python::converter::rvalue_from_python_stage1_data * | data ) |
|
static |
◆ convertible()
| void * casacore::python::casa_record_from_python::convertible |
( |
PyObject * | obj_ptr | ) |
|
|
static |
◆ makeRecord()
| Record casacore::python::casa_record_from_python::makeRecord |
( |
PyObject * | obj_ptr | ) |
|
|
static |
The documentation for this struct was generated from the following file: