|
apt
@VERSION@
|
Public Member Functions | |
| virtual std::string | GetURI () const |
| virtual std::string | GetDist () const |
| virtual const char * | GetType () const |
| virtual std::string | ArchiveURI (std::string const &) const =0 |
| virtual bool | GetIndexes (pkgAcquire *Owner, bool const &GetAll=false) const =0 |
|
virtual std::vector < pkgIndexFile * > * | GetIndexFiles ()=0 |
| virtual bool | IsTrusted () const =0 |
| metaIndex (std::string const &URI, std::string const &Dist, char const *const Type) | |
Protected Attributes | |
| std::vector< pkgIndexFile * > * | Indexes |
| const char * | Type |
| std::string | URI |
| std::string | Dist |
| bool | Trusted |
1.7.6.1