libzypp  17.36.7
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 
19 namespace zypp
20 {
26  {
38  RepoManagerOptions( const Pathname & root_r = Pathname() );
39 
49  static RepoManagerOptions makeTestSetup( const Pathname & root_r );
50 
58  bool probe;
65  std::string servicesTargetDistro;
66 
69  };
70 
71  std::ostream & operator<<( std::ostream & str, const RepoManagerOptions & obj );
72 }
73 
74 #endif
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
Definition: SerialNumber.cc:52
Repo manager settings.
Pathname rootDir
remembers root_r value for later use
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition: ResTraits.h:93
std::string servicesTargetDistro
Target distro ID to be used when refreshing repo index services.
Easy-to use interface to the ZYPP dependency resolver.
Definition: Application.cc:19
zypp::RepoManagerOptions RepoManagerOptions
Definition: repomanager.h:40