#include <rpmobject.h>
Data Fields | |
size_t | ob_refcnt |
rpmTypeObject * | ob_type |
const char * | tp_name |
size_t | tp_basicsize |
rpmObjTypeFlags | tp_flags |
rpmobj_initfunc | tp_init |
rpmobj_destructor | tp_destruct |
Definition at line 38 of file rpmobject.h.
size_t rpmTypeObject_s::ob_refcnt |
Definition at line 39 of file rpmobject.h.
Definition at line 39 of file rpmobject.h.
Definition at line 41 of file rpmobject.h.
Definition at line 45 of file rpmobject.h.
Definition at line 42 of file rpmobject.h.
Definition at line 44 of file rpmobject.h.
const char* rpmTypeObject_s::tp_name |
Definition at line 40 of file rpmobject.h.