|
| std::string | zypp::str::form (const char *format,...) __attribute__((format(printf |
| | Printf style construction of std::string. More...
|
| |
| void | zypp::NullDeleter::operator() (const void *const ) const |
| |
| template<> |
| std::ostream & | std::operator<< (std::ostream &str, const zypp::shared_ptr< void > &obj) |
| |
| template<> |
| std::ostream & | std::dumpOn (std::ostream &str, const zypp::shared_ptr< void > &obj) |
| |
| template<class _D , class _Ptr > |
| std::ostream & | operator<< (std::ostream &str, const RW_pointer< _D, _Ptr > &obj) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const RW_pointer< _D, _Ptr > &lhs, const RW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const RW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_Ptr &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const typename _Ptr::_Ptr &lhs, const RW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const RW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_constPtr &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const typename _Ptr::_constPtr &lhs, const RW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const RW_pointer< _D, _Ptr > &lhs, std::nullptr_t) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (std::nullptr_t, const RW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const RW_pointer< _D, _Ptr > &lhs, const RW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const RW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_Ptr &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const typename _Ptr::_Ptr &lhs, const RW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const RW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_constPtr &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const typename _Ptr::_constPtr &lhs, const RW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const RW_pointer< _D, _Ptr > &lhs, std::nullptr_t) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (std::nullptr_t, const RW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D > |
| _D * | rwcowClone (const _D *rhs) |
| |
| template<class _D , class _Ptr > |
| std::ostream & | operator<< (std::ostream &str, const RWCOW_pointer< _D, _Ptr > &obj) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const RWCOW_pointer< _D, _Ptr > &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const RWCOW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_Ptr &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const typename _Ptr::_Ptr &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const RWCOW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_constPtr &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const typename _Ptr::_constPtr &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (const RWCOW_pointer< _D, _Ptr > &lhs, std::nullptr_t) |
| |
| template<class _D , class _Ptr > |
| bool | operator== (std::nullptr_t, const RWCOW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const RWCOW_pointer< _D, _Ptr > &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const RWCOW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_Ptr &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const typename _Ptr::_Ptr &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const RWCOW_pointer< _D, _Ptr > &lhs, const typename _Ptr::_constPtr &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const typename _Ptr::_constPtr &lhs, const RWCOW_pointer< _D, _Ptr > &rhs) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (const RWCOW_pointer< _D, _Ptr > &lhs, std::nullptr_t) |
| |
| template<class _D , class _Ptr > |
| bool | operator!= (std::nullptr_t, const RWCOW_pointer< _D, _Ptr > &rhs) |
| |
Smart pointer types.