|
libzypp
17.38.7
|


Go to the source code of this file.
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::misc | |
Enumerations | |
| enum | zypp::misc::LoadSystemFlag { zypp::misc::LS_READONLY = (1 << 0), zypp::misc::LS_NOREFRESH = (1 << 1), zypp::misc::LS_NOREPOS = (1 << 2) } |
| Bits for tuning defaultLoadSystem. More... | |
Functions | |
| zypp::misc::ZYPP_DECLARE_FLAGS_AND_OPERATORS (LoadSystemFlags, LoadSystemFlag) | |
| relates: LoadSystemFlag Type-safe way of storing OR-combinations. More... | |
| void | zypp::misc::defaultLoadSystem (const Pathname &sysRoot_r="/", LoadSystemFlags flags_r=LoadSystemFlags()) ZYPP_API |
| Create the ZYpp instance and load target and enabled repositories. More... | |
| void | zypp::misc::defaultLoadSystem (LoadSystemFlags flags_r) |