#include <depends.h>
Public Types | |
enum | indexEntryType { IET_PROVIDES = 1 } |
Data Fields | |
availablePackage * | package |
const char * | entry |
int | entryLen |
int | entryIx |
enum availableIndexEntry::indexEntryType | type |
Definition at line 58 of file depends.h.
|
|
|
Available item name. Definition at line 60 of file depends.h. Referenced by alAllSatisfiesDepend, alMakeIndex, and indexcmp. |
|
Item index. Definition at line 62 of file depends.h. Referenced by alAllSatisfiesDepend, and alMakeIndex. |
|
No. of bytes in name. Definition at line 61 of file depends.h. Referenced by alAllSatisfiesDepend, alMakeIndex, and indexcmp. |
|
Containing package. Definition at line 59 of file depends.h. Referenced by alAllSatisfiesDepend, and alMakeIndex. |
|
Type of available item. Referenced by alAllSatisfiesDepend, and alMakeIndex. |