|
| 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<typename T , typename... Args> |
| intrusive_ptr< T > | zypp::make_intrusive (Args &&... __args) |
| |
| 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 DPtr > |
| std::ostream & | operator<< (std::ostream &str, const RW_pointer< D, DPtr > &obj) |
| |
| template<class D , class DPtr > |
| bool | operator== (const RW_pointer< D, DPtr > &lhs, const RW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const RW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const typename DPtr::PtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const RW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const typename DPtr::constPtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const RW_pointer< D, DPtr > &lhs, std::nullptr_t) |
| |
| template<class D , class DPtr > |
| bool | operator== (std::nullptr_t, const RW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const RW_pointer< D, DPtr > &lhs, const RW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const RW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const typename DPtr::PtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const RW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const typename DPtr::constPtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const RW_pointer< D, DPtr > &lhs, std::nullptr_t) |
| |
| template<class D , class DPtr > |
| bool | operator!= (std::nullptr_t, const RW_pointer< D, DPtr > &rhs) |
| |
| template<class D > |
| D * | rwcowClone (const D *rhs) |
| |
| template<class D , class DPtr > |
| std::ostream & | operator<< (std::ostream &str, const RWCOW_pointer< D, DPtr > &obj) |
| |
| template<class D , class DPtr > |
| bool | operator== (const RWCOW_pointer< D, DPtr > &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const typename DPtr::PtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const typename DPtr::constPtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator== (const RWCOW_pointer< D, DPtr > &lhs, std::nullptr_t) |
| |
| template<class D , class DPtr > |
| bool | operator== (std::nullptr_t, const RWCOW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const RWCOW_pointer< D, DPtr > &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const typename DPtr::PtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const typename DPtr::constPtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| |
| template<class D , class DPtr > |
| bool | operator!= (const RWCOW_pointer< D, DPtr > &lhs, std::nullptr_t) |
| |
| template<class D , class DPtr > |
| bool | operator!= (std::nullptr_t, const RWCOW_pointer< D, DPtr > &rhs) |
| |
Smart pointer types.