|
Michele De Stefano's C++ Utilities
|
Contains a wrapper class for the PyObject* datatype. More...
#include <Python.h>#include <string>#include <stdexcept>#include <mds_utils/python/conversion.hpp>Go to the source code of this file.
Classes | |
| class | mds_utils::python::Obj |
| This is a simple wrapper around the PyObject* datatype. More... | |
| class | mds_utils::python::Obj::ProxyAttr |
| Proxy class for managing attribute access. More... | |
Namespaces | |
| mds_utils | |
| Main namespace of all Michele De Stefano's C++ utilities. | |
| mds_utils::python | |
| Namespace of all Michele De Stefano's C++ Python utilities. | |
Contains a wrapper class for the PyObject* datatype.
This code depends on Python only and not on Boost Python.
Definition in file obj.hpp.