libzypp
10.5.0
|
#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 | |
namespace | 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) |
Definition in file IdStringType.h.