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_value_to_python Struct Reference

A class to convert a ValueHolder to/from Python objects. More...

#include <PycValueHolder.h>

Static Public Member Functions

static boost::python::object makeobject (ValueHolder const &)
 
static PyObject * convert (ValueHolder const &c)
 

Detailed Description

A class to convert a ValueHolder to/from Python objects.

Intended use:

Public interface

Synopsis

Definition at line 53 of file PycValueHolder.h.

Member Function Documentation

static PyObject* casacore::python::casa_value_to_python::convert ( ValueHolder const &  c)
inlinestatic

Definition at line 56 of file PycValueHolder.h.

References makeobject().

static boost::python::object casacore::python::casa_value_to_python::makeobject ( ValueHolder const &  )
static

Referenced by convert().


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