libzypp  15.28.6
std Namespace Reference

Functions

template<class D >
unordered_set< D > * rwcowClone (const std::unordered_set< D > *rhs)
 clone function for RW_pointer More...
 
template<class K , class V >
std::unordered_map< K, V > * rwcowClone (const std::unordered_map< K, V > *rhs)
 clone function for RW_pointer More...
 
template<>
std::ostream & operator<< (std::ostream &str, const zypp::shared_ptr< void > &obj)
 
template<>
std::ostream & dumpOn (std::ostream &str, const zypp::shared_ptr< void > &obj)
 

Function Documentation

template<class D >
unordered_set<D>* std::rwcowClone ( const std::unordered_set< D > *  rhs)
inline

clone function for RW_pointer

Definition at line 41 of file Hash.h.

template<class K , class V >
std::unordered_map<K,V>* std::rwcowClone ( const std::unordered_map< K, V > *  rhs)
inline

clone function for RW_pointer

Definition at line 46 of file Hash.h.