libzypp  17.38.7
RepoInfoBase.h File Reference
#include <iosfwd>
#include <zypp-core/base/PtrTypes.h>
#include <zypp-core/Globals.h>
#include <zypp-core/Pathname.h>
Include dependency graph for RepoInfoBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::repo::RepoInfoBase
 Base class implementing common features of RepoInfo and ServiceInfo. More...
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::repo
 

Typedefs

using zypp::repo::RepoInfoBase_Ptr = shared_ptr< RepoInfoBase >
 relates: RepoInfoBase More...
 
using zypp::repo::RepoInfoBase_constPtr = shared_ptr< const RepoInfoBase >
 relates: RepoInfoBase More...
 

Functions

bool zypp::repo::operator== (const RepoInfoBase &lhs, const RepoInfoBase &rhs)
 relates: RepoInfoBase More...
 
bool zypp::repo::operator!= (const RepoInfoBase &lhs, const RepoInfoBase &rhs)
 relates: RepoInfoBase More...
 
bool zypp::repo::operator< (const RepoInfoBase &lhs, const RepoInfoBase &rhs)
 
std::ostream & zypp::repo::operator<< (std::ostream &str, const RepoInfoBase &obj)
 relates: RepoInfoBase Stream output More...