rpm  5.4.15
Data Structures
rpmte-py.h File Reference
#include "rpmte.h"
Include dependency graph for rpmte-py.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rpmteObject_s
 

Type: _rpm.te

#define rpmteObject_Check(v)   ((v)->ob_type == &rpmte_Type)
 
typedef struct rpmteObject_s rpmteObject
 
PyTypeObject rpmte_Type
 
rpmteObjectrpmte_Wrap (rpmte te)
 

Macro Definition Documentation

#define rpmteObject_Check (   v)    ((v)->ob_type == &rpmte_Type)

Definition at line 25 of file rpmte-py.h.

Typedef Documentation

typedef struct rpmteObject_s rpmteObject

Function Documentation

rpmteObject* rpmte_Wrap ( rpmte  te)

Definition at line 486 of file rpmte-py.c.

References rpmteObject_s::te.

Referenced by rpmts_iternext().

Variable Documentation

PyTypeObject rpmte_Type

Definition at line 440 of file rpmte-py.c.

Referenced by init_rpm().