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

availableIndexEntry Struct Reference

#include <depends.h>


Public Types

enum  indexEntryType { IET_PROVIDES = 1 }

Data Fields

struct availablePackagepackage
const char* entry
size_t entryLen
enum availableIndexEntry::indexEntryType  type


Detailed Description

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

Definition at line 58 of file depends.h.


Member Enumeration Documentation

enum availableIndexEntry::indexEntryType
 

Enumeration values:
IET_PROVIDES   A Provides: dependency.

Definition at line 62 of file depends.h.


Field Documentation

const char * availableIndexEntry::entry
 

Available item name.

Definition at line 60 of file depends.h.

size_t availableIndexEntry::entryLen
 

No. of bytes in name.

Definition at line 61 of file depends.h.

struct availablePackage * availableIndexEntry::package
 

Containing package.

Definition at line 59 of file depends.h.

enum availableIndexEntry::indexEntryType availableIndexEntry::type
 

Type of available item.


The documentation for this struct was generated from the following file:
Generated at Thu Sep 6 11:32:38 2001 for rpm by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001