Home
last modified time | relevance | path

Searched refs:ptr_map (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/ptr_container/
Dptr_map.hpp39 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 …]
Dserialize_ptr_map.hpp19 void serialize(Archive& ar, ptr_map<Key, T, Compare, CloneAllocator, Allocator>& c, const unsigned … in serialize()
/third_party/boost/libs/ptr_container/test/
Dptr_map.cpp323 ptr_map_test< ptr_map<int, Base>, Base, Derived_class >(); in test_map()
324 ptr_map_test< ptr_map<int, Value>, Value, Value >(); in test_map()
325 ptr_map_test< ptr_map<int, nullable<Base> >, Base, Derived_class >(); in test_map()
326 ptr_map_test< ptr_map<int, nullable<Value> >, Value, Value >(); in test_map()
327 ptr_map_test< ptr_map<int, abstract_base>, abstract_base, implementation >(); in test_map()
334 map_container_assignment_test< ptr_map<std::string,Base>, in test_map()
335 ptr_map<std::string,Derived_class>, in test_map()
337 map_container_assignment_test< ptr_map<std::string, nullable<Base> >, in test_map()
338 ptr_map<std::string,Derived_class>, in test_map()
340 map_container_assignment_test< ptr_map<std::string, nullable<Base> >, in test_map()
[all …]
Diterator_test.cpp44 ptr_map<int,int> map; in test_iterator()
47 ptr_map<int,int>::iterator map_mutable_i = map.begin(); in test_iterator()
48 ptr_map<int,int>::const_iterator map_const_i = map.begin(); in test_iterator()
60 const ptr_map<int,int>& rmap = map; in test_iterator()
Dconst_element_containers.cpp25 template class boost::ptr_map<int, const int>; member in boost
26 template class boost::ptr_map<int, boost::nullable<const int> >; member in boost
Dptr_map_adapter.cpp42 ptr_map<string,int> m; in test_ptr_map_adapter()
60 ptr_map<string,int> m2; in test_ptr_map_adapter()
DJamfile.v228 [ sc-test ptr_map ]
Dserialization.cpp319 test_serialization_map_helper< boost::ptr_map<std::string,Base>, in test_serialization()
326 test_serialization_map_helper< boost::ptr_map<std::string,Base>, in test_serialization()
/third_party/boost/libs/ptr_container/doc/
Dptr_map.rst7 Class ``ptr_map``
10 A ``ptr_map<Key,T>`` is a pointer container that uses an underlying ``std::map<Key,void*>``
26 - ``ptr_map``
51 class ptr_map : public ptr_map_adapter
60 }; // class 'ptr_map'
Dheaders.rst28 ``<boost/ptr_container/ptr_map.hpp>`` classes `ptr_map <ptr_map.html>`_ and `p…
56 ``<boost/ptr_container/serialize_ptr_map.hpp>`` classes `ptr_map <ptr_map.html>`_ and `pt…
Dcomp_ptr_map.sh12 rst2html.py ptr_map.rst > ptr_map.html
Dptr_multiset.rst26 - `ptr_map <ptr_map.html>`_
Dptr_set.rst26 - `ptr_map <ptr_map.html>`_
Dptr_multimap.rst27 - `ptr_map <ptr_map.html>`_
Dreference.rst42 - `ptr_map <ptr_map.html>`_
73 - `ptr_map <ptr_map.html>`_
290 - ``ptr_map``
316 - `ptr_map <ptr_map.html>`_
395 typedef ptr_map<string,int> map_t;
Dptr_multiset_adapter.rst27 - `ptr_map <ptr_map.html>`_
Dptr_set_adapter.rst27 - `ptr_map <ptr_map.html>`_
Dptr_multimap_adapter.rst27 - `ptr_map <ptr_map.html>`_
Dptr_container.rst61 - `ptr_map <ptr_map.html>`_
157 for( boost::ptr_map<std::string,T>::iterator i = m.begin(), e = m.end();
167 for( boost::ptr_map<std::string,T>::iterator i = m.begin(), e = m.end();
245 ``boost::ptr_set<T>``, ``boost::ptr_map<Key,T>`` and ``boost::ptr_array<T,N>``, respectively.
Dassociative_ptr_container.rst26 - `ptr_map <ptr_map.html>`_
Dptr_map_adapter.rst27 - `ptr_map <ptr_map.html>`_
Dtutorial.rst182 boost::ptr_map<std::string,animal> animals;
291 boost::ptr_map<std::string,monkey> monkeys = ...;
292 boost::ptr_map<std::string,animal> animals = monkeys;
349 typedef boost::ptr_map<std::string, boost::nullable<animal> > animal_map;
Dtodo.txt19 11. should find_key() be added to ptr_map?
Dfaq.rst28 Why does ``ptr_map<T>::insert()/replace()`` take two arguments (the key and the pointer) instead of…
/third_party/boost/libs/assign/test/
Dptr_map_inserter.cpp65 boost::ptr_map<std::string, abstract_base> m; in check_ptr_map_inserter()
74 boost::ptr_map<std::string,implementation> m2; in check_ptr_map_inserter()

12