casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
casacore::python::to_list< std::vector< bool > > Struct Template Reference

#include <PycBasicData.h>

Public Types

typedef std::vector< bool > ContainerType
 

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< bool > >

Definition at line 282 of file PycBasicData.h.

Member Typedef Documentation

typedef std::vector<bool> casacore::python::to_list< std::vector< bool > >::ContainerType

Definition at line 284 of file PycBasicData.h.

Member Function Documentation

static PyObject* casacore::python::to_list< std::vector< bool > >::convert ( ContainerType const &  c)
inlinestatic
static boost::python::list casacore::python::to_list< std::vector< bool > >::makeobject ( ContainerType const &  c)
inlinestatic

Definition at line 285 of file PycBasicData.h.


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