casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
casacore::python::casa_record_to_python Struct Reference

A class to convert a (Table)Record to/from Python objects. More...

#include <PycRecord.h>

Static Public Member Functions

static boost::python::dict makeobject (Record const &rec)
 
static PyObject * convert (Record const &rec)
 

Detailed Description

A class to convert a (Table)Record to/from Python objects.

Intended use:

Public interface

Synopsis

convert casacore::Record to PyDict

Definition at line 52 of file PycRecord.h.

Member Function Documentation

static PyObject* casacore::python::casa_record_to_python::convert ( Record const &  rec)
inlinestatic

Definition at line 55 of file PycRecord.h.

References makeobject().

static boost::python::dict casacore::python::casa_record_to_python::makeobject ( Record const &  rec)
static

Referenced by convert().


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