#include <PycRecord.h>
|
static void * | convertible (PyObject *obj_ptr) |
| Check if it is a type we can convert. More...
|
|
static void | construct (PyObject *obj_ptr, boost::python::converter::rvalue_from_python_stage1_data *data) |
| Constructs a Record from a Python object. More...
|
|
static Record | makeRecord (PyObject *obj_ptr) |
|
Definition at line 62 of file PycRecord.h.
casacore::python::casa_record_from_python::casa_record_from_python |
( |
| ) |
|
|
inline |
static void casacore::python::casa_record_from_python::construct |
( |
PyObject * |
obj_ptr, |
|
|
boost::python::converter::rvalue_from_python_stage1_data * |
data |
|
) |
| |
|
static |
static void* casacore::python::casa_record_from_python::convertible |
( |
PyObject * |
obj_ptr | ) |
|
|
static |
static Record casacore::python::casa_record_from_python::makeRecord |
( |
PyObject * |
obj_ptr | ) |
|
|
static |
The documentation for this struct was generated from the following file: