|
| std::string | zypp::str::form (const char *format,...) __attribute__((format(printf |
| | Printf style construction of std::string.
|
| template<typename T, typename... Args> |
| intrusive_ptr< T > | zypp::make_intrusive (Args &&... __args) |
| template<class D> |
| std::ostream & | std::operator<< (std::ostream &str, const zypp::shared_ptr< D > &obj) |
| | relates: zypp::shared_ptr Stream output.
|
| template<> |
| std::ostream & | std::operator<< (std::ostream &str, const zypp::shared_ptr< void > &obj) |
| template<class D> |
| std::ostream & | std::dumpOn (std::ostream &str, const zypp::shared_ptr< D > &obj) |
| | relates: zypp::shared_ptr Stream output.
|
| template<> |
| std::ostream & | std::dumpOn (std::ostream &str, const zypp::shared_ptr< void > &obj) |
| template<class D> |
| std::ostream & | std::operator<< (std::ostream &str, const zypp::intrusive_ptr< D > &obj) |
| | relates: zypp::intrusive_ptr Stream output.
|
| template<class D> |
| std::ostream & | std::dumpOn (std::ostream &str, const zypp::intrusive_ptr< D > &obj) |
| | relates: zypp::intrusive_ptr Stream output.
|
| template<class D, class DPtr> |
| std::ostream & | zypp::operator<< (std::ostream &str, const RW_pointer< D, DPtr > &obj) |
| | relates: RW_pointer Stream output.
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const RW_pointer< D, DPtr > &lhs, const RW_pointer< D, DPtr > &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const RW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const typename DPtr::PtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const RW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const typename DPtr::constPtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const RW_pointer< D, DPtr > &lhs, std::nullptr_t) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (std::nullptr_t, const RW_pointer< D, DPtr > &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const RW_pointer< D, DPtr > &lhs, const RW_pointer< D, DPtr > &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const RW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const typename DPtr::PtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const RW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const typename DPtr::constPtrType &lhs, const RW_pointer< D, DPtr > &rhs) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const RW_pointer< D, DPtr > &lhs, std::nullptr_t) |
| | relates: RW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (std::nullptr_t, const RW_pointer< D, DPtr > &rhs) |
| | relates: RW_pointer
|
| template<class D> |
| D * | zypp::rwcowClone (const D *rhs) |
| | relates: RWCOW_pointer Clone the underlying object.
|
| template<class D, class DPtr> |
| std::ostream & | zypp::operator<< (std::ostream &str, const RWCOW_pointer< D, DPtr > &obj) |
| | relates: RWCOW_pointer Stream output.
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const RWCOW_pointer< D, DPtr > &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const typename DPtr::PtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const typename DPtr::constPtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (const RWCOW_pointer< D, DPtr > &lhs, std::nullptr_t) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator== (std::nullptr_t, const RWCOW_pointer< D, DPtr > &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const RWCOW_pointer< D, DPtr > &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::PtrType &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const typename DPtr::PtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const RWCOW_pointer< D, DPtr > &lhs, const typename DPtr::constPtrType &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const typename DPtr::constPtrType &lhs, const RWCOW_pointer< D, DPtr > &rhs) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (const RWCOW_pointer< D, DPtr > &lhs, std::nullptr_t) |
| | relates: RWCOW_pointer
|
| template<class D, class DPtr> |
| bool | zypp::operator!= (std::nullptr_t, const RWCOW_pointer< D, DPtr > &rhs) |
| | relates: RWCOW_pointer
|