libzypp  11.13.5
IdStringType.h File Reference
#include "zypp/IdString.h"
Include dependency graph for IdStringType.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Definition in file IdStringType.h.