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

#include <PycBasicData.h>

Public Types

typedef std::vector< casacore::StringContainerType
 

Static Public Member Functions

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

Detailed Description

template<>
struct casacore::python::to_list< std::vector< casacore::String > >

Definition at line 296 of file PycBasicData.h.

Member Typedef Documentation

◆ ContainerType

Definition at line 298 of file PycBasicData.h.

Member Function Documentation

◆ convert()

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

Definition at line 309 of file PycBasicData.h.

◆ makeobject()

static boost::python::list casacore::python::to_list< std::vector< casacore::String > >::makeobject ( ContainerType const &  c)
inlinestatic

Definition at line 299 of file PycBasicData.h.


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