~brian-murray/ubuntu/oneiric/apt/block-fsys-tarfile

« back to all changes in this revision

Viewing changes to apt-pkg/cacheiterators.h

  • Committer: Michael Vogt
  • Date: 2011-06-28 21:41:29 UTC
  • mfrom: (1327.97.34 debian-sid)
  • Revision ID: michael.vogt@ubuntu.com-20110628214129-tait7qp81nvm7wjv
mergedĀ fromĀ debian-sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
        inline PkgIterator ParentPkg() const {return PkgIterator(*Owner,Owner->PkgP + Owner->VerP[S->ParentVer].ParentPkg);};
288
288
        inline bool Reverse() const {return Type == DepRev;};
289
289
        bool IsCritical() const;
 
290
        bool IsNegative() const;
290
291
        void GlobOr(DepIterator &Start,DepIterator &End);
291
292
        Version **AllTargets() const;
292
293
        bool SmartTargetPkg(PkgIterator &Result) const;