1 #ifndef DBALLE_PYTHON_H 2 #define DBALLE_PYTHON_H 4 #include <dballe/fwd.h> 12 typedef _object PyObject;
14 typedef _typeobject PyTypeObject;
44 PyObject* (*message_create_new)(dballe::MessageType);
47 PyObject* (*message_create)(std::shared_ptr<dballe::Message>);
PyTypeObject * message_type
dballe.Message type
Definition: python.h:41
unsigned version_major
C API major version (updated on incompatible changes)
Definition: python.h:35
unsigned version_minor
C API minor version (updated on backwards-compatible changes)
Definition: python.h:38
C++ functions exported by the wreport python bindings, to be used by other C++ bindings.
Definition: python.h:30