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