Definition in file pyconversions.h.
#include <boost/python.hpp>
#include <vector>
Include dependency graph for pyconversions.h:

This graph shows which files directly or indirectly include this file:

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 |
| Conversion of Python sequence to C++ container. More... | |
| struct | std_vector_to_tuple |
| Converts an STL vector of T objects to Python tuple. More... | |
| struct | to_tuple |
| 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... | |