|
| file | common.hpp |
| | Utilities and workarounds for all the extension codes.
|
| |
| file | container_operators.hpp |
| | Contains utilities for easy Python operators support into extension modules.
|
| |
| file | conversion.hpp |
| | Utilities for converting data from/to Python.
|
| |
| file | dictionary.hpp |
| | Contains a wrapper class for the Python dictionary datatype.
|
| |
| file | exception.hpp |
| | Contains new C++ exceptions created specifically for interoperation with Python.
|
| |
| file | fileobj.hpp |
| | Contains classes for managing python file objects from C++ code.
|
| |
| file | list.hpp |
| | Contains a wrapper class for the Python list datatype.
|
| |
| file | obj.hpp |
| | Contains a wrapper class for the PyObject* datatype.
|
| |
| file | sequence.hpp |
| | Contains a wrapper class for a generic Python sequence datatype.
|
| |
| file | sequence_iterator.hpp |
| | Contains utilities for managing Python sequences through a bidirectional iterator.
|
| |
| file | tuple.hpp |
| | Contains a wrapper class for the Python tuple datatype.
|
| |