#include <boost/python.hpp>
#include <vector>


Go to the source code of this file.
Classes | |
| struct | default_policy |
| Default operations on all containers for conversion from Python container to C++ one. More... | |
| struct | from_python_sequence< ContainerType, ConversionPolicy > |
| Conversion of Python sequence to C++ container. More... | |
| struct | std_vector_to_tuple< T > |
| Converts an STL vector of T objects to Python tuple. More... | |
| struct | to_tuple< ContainerType > |
| A wrapper of a conversion function to convert a STL vector to a Python tuple. More... | |
| struct | variable_capacity_policy |
| Operations on containers that have variable capacity for conversion from Python container to C++ one. More... | |
Definition in file pyconversions.h.