rpm  5.2.1
Data Fields
rpmftsObject_s Struct Reference

#include <python/rpmfts-py.h>

Collaboration diagram for rpmftsObject_s:
Collaboration graph
[legend]

Data Fields

PyObject_HEAD PyObject * md_dict
 
PyObject * callbacks
 
const char ** roots
 
int options
 
int ignore
 
int(* compare )(const void *, const void *)
 
FTSftsp
 
FTSENTfts
 
int active
 

Detailed Description

Definition at line 15 of file rpmfts-py.h.

Field Documentation

int rpmftsObject_s::active
PyObject* rpmftsObject_s::callbacks

Definition at line 18 of file rpmfts-py.h.

Referenced by rpmfts_dealloc(), rpmfts_new(), and rpmfts_traverse().

int(* rpmftsObject_s::compare)(const void *, const void *)

Definition at line 26 of file rpmfts-py.h.

Referenced by rpmfts_initialize(), rpmfts_new(), and rpmfts_state().

FTSENT* rpmftsObject_s::fts
FTS* rpmftsObject_s::ftsp
int rpmftsObject_s::ignore

Definition at line 23 of file rpmfts-py.h.

Referenced by rpmfts_initialize(), and rpmfts_step().

PyObject_HEAD PyObject* rpmftsObject_s::md_dict

to look like PyModuleObject

Definition at line 17 of file rpmfts-py.h.

Referenced by rpmfts_dealloc(), rpmfts_new(), and rpmfts_traverse().

int rpmftsObject_s::options

Definition at line 22 of file rpmfts-py.h.

Referenced by rpmfts_initialize(), and rpmfts_state().

const char** rpmftsObject_s::roots

Definition at line 21 of file rpmfts-py.h.

Referenced by rpmfts_dealloc(), rpmfts_initialize(), rpmfts_new(), and rpmfts_state().


The documentation for this struct was generated from the following file: