helper to convert between python list tuple and std::vecot More...
#include <vec_to_list_conv.hh>
Static Public Member Functions | |
static PyObject * | convert (const std::vector< T > &vec) |
helper to convert between python list tuple and std::vecot
Usage:
boost::python::to_python_converter<std::vector<T>, VectorToListConverter<T> >()
Definition at line 37 of file vec_to_list_conv.hh.
static PyObject* convert | ( | const std::vector< T > & | vec | ) | [inline, static] |
Definition at line 38 of file vec_to_list_conv.hh.