List of all members.
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) |
void | RmFlag (Package *Pkg, unsigned long F) |
bool | IsNow (PkgIterator Pkg) |
bool | IsMissing (PkgIterator Pkg) |
void | WipeFlags (unsigned long F) |
void | SetFileList (std::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 (std::string *FileList=0) |
bool | OrderConfigure () |
int | Score (PkgIterator Pkg) |
| pkgOrderList (pkgDepCache *Cache) |
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 |
std::string * | FileList |
DepIterator | Loops [20] |
int | LoopCount |
int | Depth |
unsigned short * | Flags |
bool | Debug |
The documentation for this class was generated from the following files:
- /build/buildd/apt-0.9.6ubuntu3/apt-pkg/orderlist.h
- /build/buildd/apt-0.9.6ubuntu3/apt-pkg/orderlist.cc