Go to the documentation of this file.
11 #ifndef ZYPP_RESOLVERNAMESPACE_H
12 #define ZYPP_RESOLVERNAMESPACE_H
51 {
return asIdString( obj ).asString(); }
55 {
return str << asIdString( obj ); }
58 inline std::ostream &
operator<<( std::ostream &
str, ResolverNamespaces obj )
60 return str << stringify( obj, {
62 { ResolverNamespace::modalias,
"modalias" },
64 },
"namespace:",
"|",
"" );
69 #endif // ZYPP_RESOLVERNAMESPACE_H
static const IdType noId(0)
static const IdType namespaceLanguage(20)
static const IdType namespaceModalias(18)
@ language
language support
ResolverNamespace
The resolvers dependency namespaces.
Easy-to use interface to the ZYPP dependency resolver.
#define ZYPP_DECLARE_FLAGS_AND_OPERATORS(Name, Enum)
std::string asString(const DefaultIntegral< Tp, TInitial > &obj)
std::ostream & operator<<(std::ostream &str, const Exception &obj)
String related utilities and Regular expression matching.
static constexpr const ResolverNamespaces AllResolverNamespaces
All bits set.
static constexpr const ResolverNamespaces NoResolverNamespaces
All bits set.
static const IdType namespaceFilesystem(21)