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;
253 bool recursive =
false,
297 bool recursive =
false,
304 void addCachePath(
const Pathname &cache_dir );
328 void start(
const Pathname &dest_dir,
340 void start(
const Pathname &dest_dir,
352 std::ostream &
operator<<( std::ostream &
str,
const Fetcher & obj );
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.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
function< void(const Pathname &file)> FileChecker
Functor signature used to check files.
RW_pointer supporting 'copy on write' functionality.
#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)