#include <sourcelist.h>
Classes | |
class | Type |
Public Types | |
typedef std::vector< metaIndex * > ::const_iterator | const_iterator |
Public Member Functions | |
pkgSourceList () | |
pkgSourceList (std::string File) | |
~pkgSourceList () | |
const_iterator | begin () const |
bool | empty () const |
const_iterator | end () const |
bool | FindIndex (pkgCache::PkgFileIterator File, pkgIndexFile *&Found) const |
bool | GetIndexes (pkgAcquire *Owner, bool GetAll=false) const |
time_t | GetLastModifiedTime () |
bool | Read (std::string File) |
bool | ReadAppend (std::string File) |
bool | ReadMainList () |
bool | ReadSourceDir (std::string Dir) |
void | Reset () |
unsigned int | size () const |
Protected Attributes | |
std::vector< metaIndex * > | SrcList |
typedef std::vector<metaIndex *>::const_iterator pkgSourceList::const_iterator |
pkgSourceList::pkgSourceList | ( | ) |
pkgSourceList::pkgSourceList | ( | std::string | File | ) |
pkgSourceList::~pkgSourceList | ( | ) |
|
inline |
References SrcList.
|
inline |
References SrcList.
|
inline |
References SrcList.
bool pkgSourceList::FindIndex | ( | pkgCache::PkgFileIterator | File, |
pkgIndexFile *& | Found | ||
) | const |
bool pkgSourceList::GetIndexes | ( | pkgAcquire * | Owner, |
bool | GetAll = false |
||
) | const |
time_t pkgSourceList::GetLastModifiedTime | ( | ) |
bool pkgSourceList::Read | ( | std::string | File | ) |
bool pkgSourceList::ReadAppend | ( | std::string | File | ) |
bool pkgSourceList::ReadMainList | ( | ) |
bool pkgSourceList::ReadSourceDir | ( | std::string | Dir | ) |
void pkgSourceList::Reset | ( | ) |
|
inline |
References SrcList.
|
protected |