libzypp  11.13.5
std::tr1 Namespace Reference

Classes

struct  hash< ::zypp::Locale >

Functions

template<class _D >
unordered_set< _D > * rwcowClone (const std::tr1::unordered_set< _D > *rhs)
 clone function for RW_pointer
template<class _K , class _V >
std::tr1::unordered_map< _K, _V > * rwcowClone (const std::tr1::unordered_map< _K, _V > *rhs)
 clone function for RW_pointer

Function Documentation

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

clone function for RW_pointer

Definition at line 45 of file Tr1hash.h.

template<class _K , class _V >
std::tr1::unordered_map<_K,_V>* std::tr1::rwcowClone ( const std::tr1::unordered_map< _K, _V > *  rhs)
inline

clone function for RW_pointer

Definition at line 50 of file Tr1hash.h.