libzypp
13.10.6
|
Namespaces | |
rpm | |
hal | |
Classes | |
class | RepoProvidePackage |
Default PackageProvider for CommitPackageCache. More... | |
class | CommitPackageCache |
Target::commit helper optimizing package provision. More... | |
struct | IMediaKey |
Helper storing a source id and media number. More... | |
class | CommitPackageCacheReadAhead |
class | HardLocksFile |
Save and restore hardlocks. More... | |
class | Modalias |
Hardware abstaction layer singleton. More... | |
class | RequestedLocalesFile |
Save and restore locale set from file. More... | |
class | SoftLocksFile |
Save and restore soft locks. More... | |
class | RpmInstallPackageReceiver |
class | RpmRemovePackageReceiver |
class | TargetException |
Just inherits Exception to separate target exceptions. More... | |
class | TargetAbortedException |
class | CommitPlugins |
Helper for commit plugin execution. More... | |
class | TargetImpl |
Base class for concrete Target implementations. More... | |
struct | PatchMessageReport |
Request to display the pre commit message of a patch. More... | |
struct | PatchScriptReport |
Indicate execution of a patch script. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &str, const CommitPackageCache &obj) |
std::ostream & | operator<< (std::ostream &str, const IMediaKey &obj) |
std::ostream & | operator<< (std::ostream &str, const HardLocksFile &obj) |
std::ostream & | operator<< (std::ostream &str, const Modalias &obj) |
std::ostream & | operator<< (std::ostream &str, const RequestedLocalesFile &obj) |
std::ostream & | operator<< (std::ostream &str, const SoftLocksFile &obj) |
void | testCommitPlugins (const Pathname &path_r) |
void | writeUpgradeTestcase () |
void | XRunUpdateMessages (const Pathname &root_r, const Pathname &messagesPath_r, const std::vector< sat::Solvable > &checkPackages_r, ZYppCommitResult &result_r) |
IMPL_PTR_TYPE (TargetImpl) | |
static std::string | generateRandomId () |
generates a random id using uuidgen More... | |
void | updateFileContent (const Pathname &filename, boost::function< bool()> condition, boost::function< string()> value) |
updates the content of filename if condition is true, setting the content the the value returned by value More... | |
static bool | fileMissing (const Pathname &pathname) |
helper functor More... | |
DEFINE_PTR_TYPE (TargetImpl) | |
|
related |
Definition at line 142 of file CommitPackageCache.cc.
std::ostream & zypp::target::operator<< | ( | std::ostream & | str, |
const IMediaKey & | obj | ||
) |
Definition at line 36 of file CommitPackageCacheReadAhead.cc.
|
related |
Definition at line 72 of file HardLocksFile.cc.
|
related |
Definition at line 213 of file Modalias.cc.
|
related |
Definition at line 80 of file RequestedLocalesFile.cc.
|
related |
Definition at line 80 of file SoftLocksFile.cc.
void zypp::target::testCommitPlugins | ( | const Pathname & | path_r | ) |
Definition at line 172 of file TargetImpl.cc.
void zypp::target::writeUpgradeTestcase | ( | ) |
Definition at line 186 of file TargetImpl.cc.
void zypp::target::XRunUpdateMessages | ( | const Pathname & | root_r, |
const Pathname & | messagesPath_r, | ||
const std::vector< sat::Solvable > & | checkPackages_r, | ||
ZYppCommitResult & | result_r | ||
) |
Definition at line 607 of file TargetImpl.cc.
zypp::target::IMPL_PTR_TYPE | ( | TargetImpl | ) |
|
static |
generates a random id using uuidgen
Definition at line 650 of file TargetImpl.cc.
void zypp::target::updateFileContent | ( | const Pathname & | filename, |
boost::function< bool()> | condition, | ||
boost::function< string()> | value | ||
) |
updates the content of filename
if condition
is true, setting the content the the value returned by value
Definition at line 661 of file TargetImpl.cc.
|
static |
helper functor
Definition at line 696 of file TargetImpl.cc.
zypp::target::DEFINE_PTR_TYPE | ( | TargetImpl | ) |