libzypp  13.10.6
IdStringType.h File Reference
#include "zypp/IdString.h"

Go to the source code of this file.

Classes

class  zypp::IdStringType< Derived >
 Base class for creating IdString based types. More...
 

Namespaces

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

Functions

template<class Derived >
bool zypp::operator== (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool zypp::operator== (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool zypp::operator== (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool zypp::operator== (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator== (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator== (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator!= (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool zypp::operator!= (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool zypp::operator!= (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool zypp::operator!= (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator!= (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator!= (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator< (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool zypp::operator< (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool zypp::operator< (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool zypp::operator< (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator< (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator< (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator<= (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool zypp::operator<= (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool zypp::operator<= (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool zypp::operator<= (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator<= (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator<= (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator> (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool zypp::operator> (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool zypp::operator> (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool zypp::operator> (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator> (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator> (const std::string &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator>= (const IdStringType< Derived > &lhs, const IdString &rhs)
 
template<class Derived >
bool zypp::operator>= (const IdStringType< Derived > &lhs, const char *rhs)
 
template<class Derived >
bool zypp::operator>= (const IdStringType< Derived > &lhs, const std::string &rhs)
 
template<class Derived >
bool zypp::operator>= (const IdString &lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator>= (const char *lhs, const IdStringType< Derived > &rhs)
 
template<class Derived >
bool zypp::operator>= (const std::string &lhs, const IdStringType< Derived > &rhs)