libzypp 17.32.5
RepoManagerOptions.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_REPOMANAGER_OPTIONS_H
13#define ZYPP_REPOMANAGER_OPTIONS_H
14
15#include <zypp/Pathname.h>
16#include <ostream>
17
18namespace zypp
19{
69
70 std::ostream & operator<<( std::ostream & str, const RepoManagerOptions & obj );
71}
72
73#endif
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
Definition AutoDispose.h:95
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)
Repo manager settings.
std::string servicesTargetDistro
Target distro ID to be used when refreshing repo index services.
static RepoManagerOptions makeTestSetup(const Pathname &root_r)
Test setup adjusting all paths to be located below one root_r directory.
Pathname rootDir
remembers root_r value for later use
RepoManagerOptions(const Pathname &root_r=Pathname())
Default ctor following ZConfig global settings.