11#ifndef ZYPP_PLUGINEXECUTOR_H
12#define ZYPP_PLUGINEXECUTOR_H
55 explicit operator bool()
const
71 void load(
const Pathname & path_r );
93 {
return( !
operator==( lhs, rhs ) ); }
Parallel execution of stateful PluginScripts.
RW_pointer< Impl > _pimpl
Implementation class.
PluginExecutor()
Default ctor: Empty plugin list.
bool empty() const
Whether no plugins are waiting.
Command frame for communication with PluginScript.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
bool operator!=(const Capability &lhs, const Capability &rhs)
relates: Capability
bool operator==(const Capability &lhs, const Capability &rhs)
relates: Capability
const Arch Arch_empty ZYPP_API
relates: Arch This is an empty Arch represented by an empty string.
std::ostream & operator<<(std::ostream &str, const Capabilities &obj)
relates: Capabilities Stream output
Wrapper for const correct access via Smart pointer types.