libdballe
9.11
|
C++ functions exported by the wreport python bindings, to be used by other C++ bindings. More...
#include <python.h>
Public Attributes | |
unsigned | version_major |
C API major version (updated on incompatible changes) | |
unsigned | version_minor |
C API minor version (updated on backwards-compatible changes) | |
PyTypeObject * | message_type |
dballe.Message type | |
PyObject *(* | message_create_new )(dballe::MessageType) |
Create a dballe.Message with a new empty message of the given type. | |
PyObject *(* | message_create )(std::shared_ptr< dballe::Message >) |
Create a dballe.Message referencing the given message. | |
C++ functions exported by the wreport python bindings, to be used by other C++ bindings.
To use them, retrieve a pointer to the struct via the Capsule system: