librcsb-core-wrapper  1.000
Public Types | Public Member Functions | Static Public Member Functions | List of all members
scitbx::boost_python::container_conversions::from_python_sequence< ContainerType, ConversionPolicy > Struct Template Reference

#include <container_conversions.h>

Collaboration diagram for scitbx::boost_python::container_conversions::from_python_sequence< ContainerType, ConversionPolicy >:
Collaboration graph

Public Types

typedef ContainerType::value_type container_element_type
 

Public Member Functions

 from_python_sequence ()
 

Static Public Member Functions

static void * convertible (PyObject *obj_ptr)
 
static bool all_elements_convertible (boost::python::handle<> &obj_iter, bool is_range, std::size_t &i)
 
static void construct (PyObject *obj_ptr, boost::python::converter::rvalue_from_python_stage1_data *data)
 

Member Typedef Documentation

template<typename ContainerType , typename ConversionPolicy >
typedef ContainerType::value_type scitbx::boost_python::container_conversions::from_python_sequence< ContainerType, ConversionPolicy >::container_element_type

Constructor & Destructor Documentation

template<typename ContainerType , typename ConversionPolicy >
scitbx::boost_python::container_conversions::from_python_sequence< ContainerType, ConversionPolicy >::from_python_sequence ( )
inline

Member Function Documentation

template<typename ContainerType , typename ConversionPolicy >
static bool scitbx::boost_python::container_conversions::from_python_sequence< ContainerType, ConversionPolicy >::all_elements_convertible ( boost::python::handle<> &  obj_iter,
bool  is_range,
std::size_t &  i 
)
inlinestatic
template<typename ContainerType , typename ConversionPolicy >
static void scitbx::boost_python::container_conversions::from_python_sequence< ContainerType, ConversionPolicy >::construct ( PyObject *  obj_ptr,
boost::python::converter::rvalue_from_python_stage1_data *  data 
)
inlinestatic
template<typename ContainerType , typename ConversionPolicy >
static void* scitbx::boost_python::container_conversions::from_python_sequence< ContainerType, ConversionPolicy >::convertible ( PyObject *  obj_ptr)
inlinestatic

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