Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

availableIndexEntry Struct Reference
[RPMDEP.]

#include <depends.h>


Public Types

enum  indexEntryType { IET_PROVIDES = 1 }

Data Fields

availablePackagepackage
const char * entry
int entryLen
int entryIx
enum availableIndexEntry::indexEntryType type


Detailed Description

A single available item (e.g. a Provides: dependency).

Definition at line 68 of file depends.h.


Member Enumeration Documentation

enum availableIndexEntry::indexEntryType
 

Enumeration values:
IET_PROVIDES  A Provides: dependency.

Definition at line 73 of file depends.h.


Field Documentation

const char* availableIndexEntry::entry
 

Available item name.

Definition at line 70 of file depends.h.

Referenced by alAllSatisfiesDepend(), alMakeIndex(), and indexcmp().

int availableIndexEntry::entryIx
 

Item index.

Definition at line 72 of file depends.h.

Referenced by alAllSatisfiesDepend(), and alMakeIndex().

int availableIndexEntry::entryLen
 

No. of bytes in name.

Definition at line 71 of file depends.h.

Referenced by alAllSatisfiesDepend(), alMakeIndex(), and indexcmp().

struct availablePackage* availableIndexEntry::package
 

Containing package.

Definition at line 69 of file depends.h.

Referenced by alAllSatisfiesDepend(), and alMakeIndex().

enum availableIndexEntry::indexEntryType availableIndexEntry::type
 

Type of available item.

Referenced by alAllSatisfiesDepend(), and alMakeIndex().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 1 03:00:02 2005 for rpm by  doxygen 1.4.1