casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 368 of file PycBasicData.h.

Constructor & Destructor Documentation

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

Definition at line 370 of file PycBasicData.h.


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