libzypp 17.37.17
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 <zypp/Globals.h>
17#include <ostream>
18
19namespace zypp
20{
70
71 std::ostream & operator<<( std::ostream & str, const RepoManagerOptions & obj );
72}
73
74#endif
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
Definition Arch.h:247
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.