pyconversions.h File Reference


Detailed Description

Boost.Python conversion functions from STL containers to Python sequences and vice versa.

Id
pyconversions.h,v 1.15 2006/05/13 22:06:26 pfkeb Exp

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:

exportToPython.cxx

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


Generated for HippoDraw Class Library by doxygen