22#include <zypp-core/OnMediaLocation>
26#include <zypp-core/ui/ProgressData>
108 const Fetcher & obj );
123 AutoAddContentFileIndexes = 0x0001,
128 AutoAddChecksumsIndexes = 0x0002,
133 AutoAddIndexes = AutoAddContentFileIndexes | AutoAddChecksumsIndexes,
148 void setOptions( Options options );
154 Options options()
const;
352 std::ostream &
operator<<( std::ostream &
str,
const Fetcher & obj );
RepoManager implementation.
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
This class allows to retrieve a group of files in a confortable way, providing some smartness that do...
function< bool(const ProgressData &)> ReceiverFnc
Most simple version of progress reporting The percentage in most cases.
String related utilities and Regular expression matching.
Easy-to use interface to the ZYPP dependency resolver.
function< void(const Pathname &file) FileChecker)
Functor signature used to check files.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3....
#define ZYPP_DECLARE_OPERATORS_FOR_FLAGS(Name)
#define ZYPP_DECLARE_FLAGS(Name, Enum)