libept
0.5.25
|
#include <record.h>
Public Types | |
typedef vector< pkgCache::VerFile * > | VfList |
![]() | |
typedef Setup::PropertyId | PropertyId |
typedef Setup::Token | Token |
Public Member Functions | |
VfList & | vfList () |
Source (AptDatabase &db) | |
InternalList | listInternal () |
Internal | lookupToken (Token t) |
void | invalidate () |
std::string | getRecord (Internal vfi) |
Token | getToken (Internal i) |
template<PropertyId p> | |
PropertyType< p >::T | getInternal (Internal i) |
template<> | |
std::string | getInternal (Internal i) |
![]() | |
Source & | self () |
PropertyType< property >::T | get (Token t) |
void | invalidate () |
ComposedList< property > | list () |
PropertyFilter< P, F >::T | propertyFilter (F f) |
Source () | |
Static Public Member Functions | |
static bool | localityCompare (const pkgCache::VerFile *a, const pkgCache::VerFile *b) |
Public Attributes | |
AptDatabase & | m_db |
pkgCache::PkgFileIterator | lastFile |
FileFd | file |
size_t | lastOffset |
VfList | m_vflist |
![]() | |
Token | m_cachedToken |
Setup::Internal | m_cached |
typedef vector< pkgCache::VerFile * > ept::core::record::Source::VfList |
|
inline |
|
inline |
References ept::core::record::Parser::get().
|
inline |
|
inline |
References ept::core::AptDatabase::cache().
|
inline |
|
inline |
References ept::core::record::InternalList::InternalList().
|
inlinestatic |
|
inline |
References ept::core::AptDatabase::cache(), and ept::apt::localityCompare().
Referenced by ept::core::record::InternalList::empty(), and ept::core::record::InternalList::head().
FileFd ept::core::record::Source::file |
pkgCache::PkgFileIterator ept::core::record::Source::lastFile |
size_t ept::core::record::Source::lastOffset |
AptDatabase& ept::core::record::Source::m_db |
Referenced by ept::core::record::InternalList::head().
VfList ept::core::record::Source::m_vflist |