D | ptr_map.hpp | 39 class ptr_map : class 49 typedef ptr_map<Key,T,Compare,CloneAllocator,Allocator> this_type; 52 ptr_map() in ptr_map() function in boost::ptr_map 55 explicit ptr_map( const Compare& comp, in ptr_map() function in boost::ptr_map 60 ptr_map( InputIterator first, InputIterator last ) in ptr_map() function in boost::ptr_map 65 ptr_map( InputIterator first, InputIterator last, in ptr_map() function in boost::ptr_map 71 BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE( ptr_map, base_type, in BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE() argument 75 ptr_map( const ptr_map<Key,U>& r ) : base_type( r ) in BOOST_PTR_CONTAINER_DEFINE_RELEASE_AND_CLONE() 78 ptr_map& operator=( ptr_map r ) in operator =() 144 inline ptr_map<K,T,C,CA,A>* new_clone( const ptr_map<K,T,C,CA,A>& r ) in new_clone() [all …]
|