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

Convert a String object from python. More...

#include <PycBasicData.h>

Public Member Functions

 casa_string_from_python_str ()
 

Static Public Member Functions

static void * convertible (PyObject *obj_ptr)
 
static void construct (PyObject *obj_ptr, boost::python::converter::rvalue_from_python_stage1_data *data)
 

Detailed Description

Convert a String object from python.

Definition at line 78 of file PycBasicData.h.

Constructor & Destructor Documentation

casacore::python::casa_string_from_python_str::casa_string_from_python_str ( )
inline

Definition at line 80 of file PycBasicData.h.

References construct(), and convertible().

Member Function Documentation

static void casacore::python::casa_string_from_python_str::construct ( PyObject *  obj_ptr,
boost::python::converter::rvalue_from_python_stage1_data *  data 
)
inlinestatic

Take over lifetime management of temp_bytes

Definition at line 98 of file PycBasicData.h.

References casacore::value().

Referenced by casa_string_from_python_str().

static void* casacore::python::casa_string_from_python_str::convertible ( PyObject *  obj_ptr)
inlinestatic

Definition at line 88 of file PycBasicData.h.

Referenced by casa_string_from_python_str().


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