apt @VERSION@
|
Public Types | |
enum | Flags { Added = (1 << 0), AddPending = (1 << 1), Immediate = (1 << 2), Loop = (1 << 3), UnPacked = (1 << 4), Configured = (1 << 5), Removed = (1 << 6), InList = (1 << 7), After = (1 << 8), States = (UnPacked | Configured | Removed) } |
typedef Package ** | iterator |
Public Member Functions | |
bool | IsFlag (PkgIterator Pkg, unsigned long F) |
bool | IsFlag (Package *Pkg, unsigned long F) |
void | Flag (PkgIterator Pkg, unsigned long State, unsigned long F) |
void | Flag (PkgIterator Pkg, unsigned long F) |
void | Flag (Package *Pkg, unsigned long F) |
bool | IsNow (PkgIterator Pkg) |
bool | IsMissing (PkgIterator Pkg) |
void | WipeFlags (unsigned long F) |
void | SetFileList (string *FileList) |
iterator | begin () |
iterator | end () |
void | push_back (Package *Pkg) |
void | push_back (PkgIterator Pkg) |
void | pop_back () |
bool | empty () |
unsigned int | size () |
bool | OrderCritical () |
bool | OrderUnpack (string *FileList=0) |
bool | OrderConfigure () |
int | Score (PkgIterator Pkg) |
pkgOrderList (pkgDepCache *Cache) | |
Protected Types | |
typedef bool(pkgOrderList::* | DepFunc )(DepIterator D) |
Protected Member Functions | |
bool | VisitNode (PkgIterator Pkg) |
bool | VisitDeps (DepFunc F, PkgIterator Pkg) |
bool | VisitRDeps (DepFunc F, PkgIterator Pkg) |
bool | VisitRProvides (DepFunc F, VerIterator Ver) |
bool | VisitProvides (DepIterator Pkg, bool Critical) |
bool | DepUnPackCrit (DepIterator D) |
bool | DepUnPackPreD (DepIterator D) |
bool | DepUnPackPre (DepIterator D) |
bool | DepUnPackDep (DepIterator D) |
bool | DepConfigure (DepIterator D) |
bool | DepRemove (DepIterator D) |
bool | AddLoop (DepIterator D) |
bool | CheckDep (DepIterator D) |
bool | DoRun () |
int | FileCmp (PkgIterator A, PkgIterator B) |
Static Protected Member Functions | |
static int | OrderCompareA (const void *a, const void *b) |
static int | OrderCompareB (const void *a, const void *b) |
Protected Attributes | |
pkgDepCache & | Cache |
DepFunc | Primary |
DepFunc | Secondary |
DepFunc | RevDepends |
DepFunc | Remove |
Package ** | End |
Package ** | List |
Package ** | AfterEnd |
string * | FileList |
DepIterator | Loops [20] |
int | LoopCount |
int | Depth |
unsigned short * | Flags |
bool | Debug |
Static Protected Attributes | |
static pkgOrderList * | Me = 0 |