casacore
Public Member Functions | List of all members
casacore::python::std_vector_to_list< T > Struct Template Reference

Converts an STL vector or casa Array of T objects to Python list. More...

#include <PycBasicData.h>

Public Member Functions

 std_vector_to_list ()
 

Detailed Description

template<typename T>
struct casacore::python::std_vector_to_list< T >

Converts an STL vector or casa Array of T objects to Python list.

Copied from scitbx/include/scitbx/boost_python/container_conversions.h that is described in the Boost.Python FAQ.

Author
Ralf W. Grosse-Kunstleve rwgk@.nosp@m.yaho.nosp@m.o.com of Lawrence Berkeley National Laboratory

Definition at line 362 of file PycBasicData.h.

Constructor & Destructor Documentation

◆ std_vector_to_list()

template<typename T>
casacore::python::std_vector_to_list< T >::std_vector_to_list ( )
inline

Definition at line 364 of file PycBasicData.h.


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