|
| | Pool (const detail::PoolMember &) |
| | Ctor from PoolMember. More...
|
| |
| size_type | capacity () const |
| | Internal array size for stats only. More...
|
| |
| const SerialNumber & | serial () const |
| | Housekeeping data serial number. More...
|
| |
| const SerialNumber & | serialIDs () const |
| | Serial number changing whenever resusePoolIDs==true was used. More...
|
| |
| void | prepare () const |
| | Update housekeeping data if necessary (e.g. More...
|
| |
| Pathname | rootDir () const |
| | Get rootdir (for file conflicts check) More...
|
| |
| void | rootDir (const Pathname &root_r) |
| | Set rootdir (for file conflicts check) More...
|
| |
| bool | reposEmpty () const |
| | Whether Pool contains repos. More...
|
| |
| size_type | reposSize () const |
| | Number of repos in Pool. More...
|
| |
| RepositoryIterator | reposBegin () const |
| | Iterator to the first Repository. More...
|
| |
| RepositoryIterator | reposEnd () const |
| | Iterator behind the last Repository. More...
|
| |
| Iterable< RepositoryIterator > | repos () const |
| | Iterate the repositories. More...
|
| |
| Repository | reposInsert (const std::string &alias_r) |
| | Return a Repository named alias_r. More...
|
| |
| Repository | reposFind (const std::string &alias_r) const |
| | Find a Repository named alias_r. More...
|
| |
| void | reposErase (const std::string &alias_r) |
| | Remove a Repository named alias_r. More...
|
| |
| void | reposEraseAll () |
| | Remove all repos from the pool. More...
|
| |
| Repository | findSystemRepo () const |
| | Return the system repository if it is on the pool. More...
|
| |
| Repository | systemRepo () |
| | Return the system repository, create it if missing. More...
|
| |
| Repository | addRepoSolv (const Pathname &file_r, const std::string &name_r) |
| | Load Solvables from a solv-file into a Repository named name_r. More...
|
| |
| Repository | addRepoSolv (const Pathname &file_r) |
| |
| Repository | addRepoSolv (const Pathname &file_r, const RepoInfo &info_r) |
| |
| Repository | addRepoHelix (const Pathname &file_r, const std::string &name_r) |
| | Load Solvables from a helix-file into a Repository named name_r. More...
|
| |
| Repository | addRepoHelix (const Pathname &file_r) |
| |
| Repository | addRepoHelix (const Pathname &file_r, const RepoInfo &info_r) |
| |
| bool | solvablesEmpty () const |
| | Whether Pool contains solvables. More...
|
| |
| size_type | solvablesSize () const |
| | Number of solvables in Pool. More...
|
| |
| SolvableIterator | solvablesBegin () const |
| | Iterator to the first Solvable. More...
|
| |
| SolvableIterator | solvablesEnd () const |
| | Iterator behind the last Solvable. More...
|
| |
| Iterable< SolvableIterator > | solvables () const |
| | Iterate the solvables. More...
|
| |
| WhatProvides | whatProvides (Capability cap_r) const |
| | Conainer of all Solvable providing cap_r. More...
|
| |
| Queue | whatMatchesDep (const SolvAttr &attr, const Capability &cap) const |
| |
| Queue | whatMatchesSolvable (const SolvAttr &attr, const Solvable &solv) const |
| |
| Queue | whatContainsDep (const SolvAttr &attr, const Capability &cap) const |
| |
| detail::CPool * | get () const |
| | Expert backdoor. More...
|
| |
|
| template<class TFilter > |
| filter_iterator< TFilter, SolvableIterator > | filterBegin (const TFilter &filter_r) const |
| |
| template<class TFilter > |
| filter_iterator< TFilter, SolvableIterator > | filterEnd (const TFilter &filter_r) const |
| |
|
| void | setTextLocale (const Locale &locale_r) |
| | Set the default language for retrieving translated texts. More...
|
| |
| void | setRequestedLocales (const LocaleSet &locales_r) |
| | Set the requested locales. More...
|
| |
| bool | addRequestedLocale (const Locale &locale_r) |
| | Add one Locale to the set of requested locales. More...
|
| |
| bool | eraseRequestedLocale (const Locale &locale_r) |
| | Erase one Locale from the set of requested locales. More...
|
| |
| const LocaleSet & | getRequestedLocales () const |
| | Return the requested locales. More...
|
| |
| bool | isRequestedLocale (const Locale &locale_r) const |
| | Whether this Locale is in the set of requested locales. More...
|
| |
| void | initRequestedLocales (const LocaleSet &locales_r) |
| | Start tracking changes based on this locales_r. More...
|
| |
| const LocaleSet & | getAddedRequestedLocales () const |
| | Added since last initRequestedLocales. More...
|
| |
| const LocaleSet & | getRemovedRequestedLocales () const |
| | Removed since last initRequestedLocales. More...
|
| |
| const LocaleSet & | getAvailableLocales () const |
| | Get the set of available locales. More...
|
| |
| bool | isAvailableLocale (const Locale &locale_r) const |
| | Whether this Locale is in the set of available locales. More...
|
| |
|
| Queue | autoInstalled () const |
| | Get ident list of all autoinstalled solvables. More...
|
| |
| void | setAutoInstalled (const Queue &autoInstalled_r) |
| | Set ident list of all autoinstalled solvables. More...
|
| |
|
| void | setNeedrebootSpec (sat::SolvableSpec needrebootSpec_r) |
| | Solvables which should trigger the reboot-needed hint if installed/updated. More...
|
| |
Global sat-pool.
Explicitly shared singleton Pool::instance.
Definition at line 46 of file Pool.h.