casacore
Public Types | Static Public Member Functions | List of all members
casacore::python::to_list< casacore::Vector< casacore::String > > Struct Template Reference

#include <PycBasicData.h>

Public Types

typedef casacore::Vector< casacore::StringContainerType
 

Static Public Member Functions

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

Detailed Description

template<>
struct casacore::python::to_list< casacore::Vector< casacore::String > >

Definition at line 334 of file PycBasicData.h.

Member Typedef Documentation

§ ContainerType

Definition at line 336 of file PycBasicData.h.

Member Function Documentation

§ convert()

static PyObject* casacore::python::to_list< casacore::Vector< casacore::String > >::convert ( ContainerType const &  c)
inlinestatic

Definition at line 347 of file PycBasicData.h.

§ makeobject()

static boost::python::object casacore::python::to_list< casacore::Vector< casacore::String > >::makeobject ( ContainerType const &  c)
inlinestatic

Definition at line 337 of file PycBasicData.h.

References casacore::Array< T >::begin(), and casacore::Array< T >::end().


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