libzypp
14.48.5
|
#include <PoolImpl.h>
Public Member Functions | |
PoolImpl () | |
Default ctor. More... | |
~PoolImpl () | |
Dtor. More... | |
CPool * | operator-> () |
Pointer style access forwarded to sat-pool. More... | |
const SerialNumber & | serial () const |
Serial number changing whenever the content changes. More... | |
void | prepare () const |
Update housekeeping data (e.g. More... | |
void | prepareForSolving () const |
prepare plus some expensive checks done before solving only. More... | |
bool | isSystemRepo (CRepo *repo_r) const |
CRepo * | systemRepo () const |
Pathname | rootDir () const |
Get rootdir (for file conflicts check) More... | |
void | rootDir (const Pathname &root_r) |
Set rootdir (for file conflicts check) More... | |
void | _postRepoAdd (CRepo *repo_r) |
Helper postprocessing the repo after adding solv or helix files. More... | |
bool | validSolvable (const CSolvable &slv_r) const |
a valid Solvable has a non NULL repo pointer. More... | |
bool | validSolvable (SolvableIdType id_r) const |
bool | validSolvable (const CSolvable *slv_r) const |
CPool * | getPool () const |
CRepo * | getRepo (RepoIdType id_r) const |
CSolvable * | getSolvable (SolvableIdType id_r) const |
Return pointer to the sat-solvable or NULL if it is not valid. More... | |
SolvableIdType | getFirstId () const |
Get id of the first valid Solvable. More... | |
SolvableIdType | getNextId (SolvableIdType id_r) const |
Get id of the next valid Solvable. More... | |
const RepoInfo & | repoInfo (RepoIdType id_r) |
void | setRepoInfo (RepoIdType id_r, const RepoInfo &info_r) |
Also adjust repo priority and subpriority accordingly. More... | |
void | eraseRepoInfo (RepoIdType id_r) |
const sat::detail::IdType | whatProvidesData (unsigned offset_r) |
Returns the id stored at offset_r in the internal whatprovidesdata array. More... | |
unsigned | whatProvides (Capability cap_r) |
Returns offset into the internal whatprovidesdata array. More... | |
const std::set< std::string > & | requiredFilesystems () const |
accessor for etc/sysconfig/storage reading file on demand More... | |
Actions invalidating housekeeping data. | |
All methods expect valid arguments being passed. | |
CRepo * | _createRepo (const std::string &name_r) |
Creating a new repo named name_r. More... | |
void | _deleteRepo (CRepo *repo_r) |
Creating a new repo named name_r. More... | |
int | _addSolv (CRepo *repo_r, FILE *file_r) |
Adding solv file to a repo. More... | |
int | _addHelix (CRepo *repo_r, FILE *file_r) |
Adding helix file to a repo. More... | |
detail::SolvableIdType | _addSolvables (CRepo *repo_r, unsigned count_r) |
Adding Solvables to a repo. More... | |
Requested locales. | |
void | setTextLocale (const Locale &locale_r) |
void | setRequestedLocales (const LocaleSet &locales_r) |
bool | addRequestedLocale (const Locale &locale_r) |
bool | eraseRequestedLocale (const Locale &locale_r) |
const LocaleSet & | getRequestedLocales () const |
bool | isRequestedLocale (const Locale &locale_r) const |
const LocaleSet & | getAvailableLocales () const |
bool | isAvailableLocale (const Locale &locale_r) const |
Installed on behalf of a user request hint. | |
StringQueue | autoInstalled () const |
Get ident list of all autoinstalled solvables. More... | |
void | setAutoInstalled (const StringQueue &autoInstalled_r) |
Set ident list of all autoinstalled solvables. More... | |
bool | isOnSystemByUser (IdString ident_r) const |
Static Public Member Functions | |
static const std::string & | systemRepoAlias () |
Reserved system repository alias . More... | |
Private Member Functions | |
void | setDirty (const char *a1=0, const char *a2=0, const char *a3=0) |
Invalidate housekeeping data (e.g. More... | |
void | depSetDirty (const char *a1=0, const char *a2=0, const char *a3=0) |
Invalidate housekeeping data (e.g. More... | |
void | multiversionListInit () const |
Static Private Member Functions | |
static detail::IdType | nsCallback (CPool *, void *data, detail::IdType lhs, detail::IdType rhs) |
Callback to resolve namespace dependencies (language, modalias, filesystem, etc.). More... | |
Private Attributes | |
CPool * | _pool |
sat-pool. More... | |
SerialNumber | _serial |
Serial number. More... | |
SerialNumberWatcher | _watcher |
Watch serial number. More... | |
std::map< RepoIdType, RepoInfo > | _repoinfos |
Additional RepoInfo. More... | |
LocaleSet | _requestedLocales |
scoped_ptr< LocaleSet > | _availableLocalesPtr |
std::tr1::unordered_set< IdString > | _locale2Solver |
scoped_ptr< MultiversionList > | _multiversionListPtr |
sat::StringQueue | _autoinstalled |
scoped_ptr< std::set < std::string > > | _requiredFilesystemsPtr |
filesystems mentioned in /etc/sysconfig/storage More... | |
Multiversion install. | |
typedef IdStringSet | MultiversionList |
const MultiversionList & | multiversionList () const |
bool | isMultiversion (IdString ident_r) const |
Definition at line 49 of file PoolImpl.h.
Definition at line 248 of file PoolImpl.h.
zypp::sat::detail::PoolImpl::PoolImpl | ( | ) |
Default ctor.
Definition at line 178 of file PoolImpl.cc.
zypp::sat::detail::PoolImpl::~PoolImpl | ( | ) |
Dtor.
Definition at line 216 of file PoolImpl.cc.
|
inline |
Pointer style access forwarded to sat-pool.
Definition at line 59 of file PoolImpl.h.
|
inline |
Serial number changing whenever the content changes.
Definition at line 64 of file PoolImpl.h.
void zypp::sat::detail::PoolImpl::prepare | ( | ) | const |
Update housekeeping data (e.g.
whatprovides).
Definition at line 250 of file PoolImpl.cc.
void zypp::sat::detail::PoolImpl::prepareForSolving | ( | ) | const |
prepare plus some expensive checks done before solving only.
Definition at line 272 of file PoolImpl.cc.
|
private |
Invalidate housekeeping data (e.g.
whatprovides) if the pools content changed.
Definition at line 223 of file PoolImpl.cc.
|
private |
Invalidate housekeeping data (e.g.
whatprovides) if dependencies changed.
Definition at line 239 of file PoolImpl.cc.
|
staticprivate |
Callback to resolve namespace dependencies (language, modalias, filesystem, etc.).
Definition at line 115 of file PoolImpl.cc.
|
static |
Reserved system repository alias .
Definition at line 89 of file PoolImpl.cc.
Definition at line 91 of file PoolImpl.h.
|
inline |
Definition at line 94 of file PoolImpl.h.
|
inline |
Get rootdir (for file conflicts check)
Definition at line 98 of file PoolImpl.h.
|
inline |
Set rootdir (for file conflicts check)
Definition at line 105 of file PoolImpl.h.
CRepo * zypp::sat::detail::PoolImpl::_createRepo | ( | const std::string & | name_r | ) |
Creating a new repo named name_r.
Definition at line 287 of file PoolImpl.cc.
void zypp::sat::detail::PoolImpl::_deleteRepo | ( | CRepo * | repo_r | ) |
Creating a new repo named name_r.
Definition at line 296 of file PoolImpl.cc.
int zypp::sat::detail::PoolImpl::_addSolv | ( | CRepo * | repo_r, |
FILE * | file_r | ||
) |
Adding solv file to a repo.
Except for isSystemRepo_r
, solvables of incompatible architecture are filtered out.
Definition at line 305 of file PoolImpl.cc.
int zypp::sat::detail::PoolImpl::_addHelix | ( | CRepo * | repo_r, |
FILE * | file_r | ||
) |
Adding helix file to a repo.
Except for isSystemRepo_r
, solvables of incompatible architecture are filtered out.
Definition at line 314 of file PoolImpl.cc.
detail::SolvableIdType zypp::sat::detail::PoolImpl::_addSolvables | ( | CRepo * | repo_r, |
unsigned | count_r | ||
) |
Adding Solvables to a repo.
Definition at line 367 of file PoolImpl.cc.
void zypp::sat::detail::PoolImpl::_postRepoAdd | ( | CRepo * | repo_r | ) |
Helper postprocessing the repo after adding solv or helix files.
Definition at line 323 of file PoolImpl.cc.
a valid
Solvable has a non NULL repo pointer.
Definition at line 146 of file PoolImpl.h.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 149 of file PoolImpl.h.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 152 of file PoolImpl.h.
|
inline |
Definition at line 156 of file PoolImpl.h.
|
inline |
Definition at line 160 of file PoolImpl.h.
|
inline |
Return pointer to the sat-solvable or NULL if it is not valid.
Definition at line 166 of file PoolImpl.h.
|
inline |
Get id of the first valid Solvable.
This is the next valid after the system solvable.
Definition at line 177 of file PoolImpl.h.
|
inline |
Get id of the next valid Solvable.
This goes round robbin. At the end it returns noSolvableId. Passing noSolvableId it returns the 1st valid Solvable.
Definition at line 185 of file PoolImpl.h.
|
inline |
Definition at line 197 of file PoolImpl.h.
void zypp::sat::detail::PoolImpl::setRepoInfo | ( | RepoIdType | id_r, |
const RepoInfo & | info_r | ||
) |
Also adjust repo priority and subpriority accordingly.
Definition at line 373 of file PoolImpl.cc.
|
inline |
Definition at line 202 of file PoolImpl.h.
|
inline |
Returns the id stored at offset_r
in the internal whatprovidesdata array.
Definition at line 209 of file PoolImpl.h.
|
inline |
Returns offset into the internal whatprovidesdata array.
Use whatProvidesData to get the stored Id.
Definition at line 215 of file PoolImpl.h.
void zypp::sat::detail::PoolImpl::setTextLocale | ( | const Locale & | locale_r | ) |
Definition at line 418 of file PoolImpl.cc.
void zypp::sat::detail::PoolImpl::setRequestedLocales | ( | const LocaleSet & | locales_r | ) |
Definition at line 435 of file PoolImpl.cc.
Definition at line 443 of file PoolImpl.cc.
Definition at line 454 of file PoolImpl.cc.
|
inline |
Definition at line 226 of file PoolImpl.h.
Definition at line 229 of file PoolImpl.h.
const LocaleSet & zypp::sat::detail::PoolImpl::getAvailableLocales | ( | ) | const |
Definition at line 495 of file PoolImpl.cc.
Definition at line 237 of file PoolImpl.h.
|
inline |
Definition at line 250 of file PoolImpl.h.
Definition at line 257 of file PoolImpl.h.
|
inline |
Get ident list of all autoinstalled solvables.
Definition at line 268 of file PoolImpl.h.
|
inline |
Set ident list of all autoinstalled solvables.
Definition at line 272 of file PoolImpl.h.
Definition at line 275 of file PoolImpl.h.
const std::set< std::string > & zypp::sat::detail::PoolImpl::requiredFilesystems | ( | ) | const |
accessor for etc/sysconfig/storage reading file on demand
Definition at line 553 of file PoolImpl.cc.
|
private |
Definition at line 520 of file PoolImpl.cc.
|
private |
sat-pool.
Definition at line 285 of file PoolImpl.h.
|
private |
Serial number.
Definition at line 287 of file PoolImpl.h.
|
private |
Watch serial number.
Definition at line 289 of file PoolImpl.h.
|
private |
Additional RepoInfo.
Definition at line 291 of file PoolImpl.h.
|
private |
Definition at line 294 of file PoolImpl.h.
|
mutableprivate |
Definition at line 295 of file PoolImpl.h.
|
mutableprivate |
Definition at line 296 of file PoolImpl.h.
|
mutableprivate |
Definition at line 300 of file PoolImpl.h.
|
private |
Definition at line 303 of file PoolImpl.h.
|
mutableprivate |
filesystems mentioned in /etc/sysconfig/storage
Definition at line 306 of file PoolImpl.h.