Classes

pyconversions.h File Reference

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

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

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.


Generated for HippoDraw Class Library by doxygen