#include <debmetaindex.h>
|
| debReleaseIndex (std::string const &URI, std::string const &Dist) |
|
| debReleaseIndex (std::string const &URI, std::string const &Dist, bool const Trusted) |
|
virtual | ~debReleaseIndex () |
|
virtual std::string | ArchiveURI (std::string const &File) const |
|
std::vector< struct
IndexTarget * > * | ComputeIndexTargets () const |
|
virtual std::string | GetDist () const |
|
virtual bool | GetIndexes (pkgAcquire *Owner, bool const &GetAll=false) const |
|
virtual std::vector
< pkgIndexFile * > * | GetIndexFiles () |
|
virtual const char * | GetType () const |
|
virtual std::string | GetURI () const |
|
std::string | IndexURI (const char *Type, std::string const &Section, std::string const &Arch="native") const |
|
std::string | IndexURISuffix (const char *Type, std::string const &Section, std::string const &Arch="native") const |
|
std::string | Info (const char *Type, std::string const &Section, std::string const &Arch="") const |
|
virtual bool | IsTrusted () const |
|
std::string | MetaIndexFile (const char *Types) const |
|
std::string | MetaIndexInfo (const char *Type) const |
|
std::string | MetaIndexURI (const char *Type) const |
|
void | PushSectionEntry (std::vector< std::string > const &Archs, const debSectionEntry *Entry) |
|
void | PushSectionEntry (std::string const &Arch, const debSectionEntry *Entry) |
|
void | PushSectionEntry (const debSectionEntry *Entry) |
|
void | SetTrusted (bool const Trusted) |
|
std::string | SourceIndexURI (const char *Type, const std::string &Section) const |
|
std::string | SourceIndexURISuffix (const char *Type, const std::string &Section) const |
|
std::string | TranslationIndexURI (const char *Type, const std::string &Section) const |
|
std::string | TranslationIndexURISuffix (const char *Type, const std::string &Section) const |
|
Enumerator |
---|
ALWAYS_TRUSTED |
|
NEVER_TRUSTED |
|
CHECK_TRUST |
|
debReleaseIndex::debReleaseIndex |
( |
std::string const & |
URI, |
|
|
std::string const & |
Dist |
|
) |
| |
debReleaseIndex::debReleaseIndex |
( |
std::string const & |
URI, |
|
|
std::string const & |
Dist, |
|
|
bool const |
Trusted |
|
) |
| |
virtual debReleaseIndex::~debReleaseIndex |
( |
| ) |
|
|
virtual |
virtual std::string debReleaseIndex::ArchiveURI |
( |
std::string const & |
File | ) |
const |
|
inlinevirtual |
std::vector<struct IndexTarget *>* debReleaseIndex::ComputeIndexTargets |
( |
| ) |
const |
virtual std::string metaIndex::GetDist |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual bool debReleaseIndex::GetIndexes |
( |
pkgAcquire * |
Owner, |
|
|
bool const & |
GetAll = false |
|
) |
| const |
|
virtual |
virtual std::vector<pkgIndexFile *>* debReleaseIndex::GetIndexFiles |
( |
| ) |
|
|
virtual |
virtual const char* metaIndex::GetType |
( |
| ) |
const |
|
inlinevirtualinherited |
virtual std::string metaIndex::GetURI |
( |
| ) |
const |
|
inlinevirtualinherited |
std::string debReleaseIndex::IndexURI |
( |
const char * |
Type, |
|
|
std::string const & |
Section, |
|
|
std::string const & |
Arch = "native" |
|
) |
| const |
std::string debReleaseIndex::IndexURISuffix |
( |
const char * |
Type, |
|
|
std::string const & |
Section, |
|
|
std::string const & |
Arch = "native" |
|
) |
| const |
std::string debReleaseIndex::Info |
( |
const char * |
Type, |
|
|
std::string const & |
Section, |
|
|
std::string const & |
Arch = "" |
|
) |
| const |
virtual bool debReleaseIndex::IsTrusted |
( |
| ) |
const |
|
virtual |
std::string debReleaseIndex::MetaIndexFile |
( |
const char * |
Types | ) |
const |
std::string debReleaseIndex::MetaIndexInfo |
( |
const char * |
Type | ) |
const |
std::string debReleaseIndex::MetaIndexURI |
( |
const char * |
Type | ) |
const |
void debReleaseIndex::PushSectionEntry |
( |
std::vector< std::string > const & |
Archs, |
|
|
const debSectionEntry * |
Entry |
|
) |
| |
void debReleaseIndex::PushSectionEntry |
( |
std::string const & |
Arch, |
|
|
const debSectionEntry * |
Entry |
|
) |
| |
void debReleaseIndex::SetTrusted |
( |
bool const |
Trusted | ) |
|
std::string debReleaseIndex::SourceIndexURI |
( |
const char * |
Type, |
|
|
const std::string & |
Section |
|
) |
| const |
std::string debReleaseIndex::SourceIndexURISuffix |
( |
const char * |
Type, |
|
|
const std::string & |
Section |
|
) |
| const |
std::string debReleaseIndex::TranslationIndexURI |
( |
const char * |
Type, |
|
|
const std::string & |
Section |
|
) |
| const |
std::string debReleaseIndex::TranslationIndexURISuffix |
( |
const char * |
Type, |
|
|
const std::string & |
Section |
|
) |
| const |
std::map<std::string, std::vector<debSectionEntry const*> > debReleaseIndex::ArchEntries |
|
private |
dpointer placeholder (for later in case we need it)
std::string metaIndex::Dist |
|
protectedinherited |
enum { ... } debReleaseIndex::Trusted |
const char* metaIndex::Type |
|
protectedinherited |
std::string metaIndex::URI |
|
protectedinherited |
The documentation for this class was generated from the following file: