|
| std::ostream & | zypp::operator<< (std::ostream &str, const IdString &obj) ZYPP_API |
| | relates: IdString Stream output
|
| std::ostream & | zypp::dumpOn (std::ostream &str, const IdString &obj) ZYPP_API |
| | relates: IdString Stream output
|
| bool | zypp::operator== (const IdString &lhs, const IdString &rhs) |
| | relates: IdString Equal
|
| bool | zypp::operator== (const IdString &lhs, const char *rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const IdString &lhs, const std::string &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const char *lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator== (const std::string &lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const IdString &lhs, const IdString &rhs) |
| | relates: IdString NotEqual
|
| bool | zypp::operator!= (const IdString &lhs, const char *rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const IdString &lhs, const std::string &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const char *lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator!= (const std::string &lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator< (const IdString &lhs, const IdString &rhs) |
| | relates: IdString Less
|
| bool | zypp::operator< (const IdString &lhs, const char *rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator< (const IdString &lhs, const std::string &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator< (const char *lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator< (const std::string &lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator<= (const IdString &lhs, const IdString &rhs) |
| | relates: IdString LessEqual
|
| bool | zypp::operator<= (const IdString &lhs, const char *rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator<= (const IdString &lhs, const std::string &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator<= (const char *lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator<= (const std::string &lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator> (const IdString &lhs, const IdString &rhs) |
| | relates: IdString Greater
|
| bool | zypp::operator> (const IdString &lhs, const char *rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator> (const IdString &lhs, const std::string &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator> (const char *lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator> (const std::string &lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator>= (const IdString &lhs, const IdString &rhs) |
| | relates: IdString GreaterEqual
|
| bool | zypp::operator>= (const IdString &lhs, const char *rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator>= (const IdString &lhs, const std::string &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator>= (const char *lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| bool | zypp::operator>= (const std::string &lhs, const IdString &rhs) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| | ZYPP_DEFINE_ID_HASHABLE (::zypp::IdString) |