Home
last modified time | relevance | path

Searched defs:ptr_map (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/ptr_container/
Dptr_map.hpp39 class ptr_map : class
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
/third_party/boost/libs/ptr_container/test/
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