Searched refs:IndexSpecifierList (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/multi_index/detail/ |
D | base_type.hpp | 46 template<int N,typename Value,typename IndexSpecifierList,typename Allocator> 49 BOOST_STATIC_CONSTANT(int,length=mpl::size<IndexSpecifierList>::value); 53 mpl::identity<index_base<Value,IndexSpecifierList,Allocator> >, 56 mpl::at_c<IndexSpecifierList,N>, 57 nth_layer<N+1,Value,IndexSpecifierList,Allocator> 62 template<typename Value,typename IndexSpecifierList,typename Allocator> 63 struct multi_index_base_type:nth_layer<0,Value,IndexSpecifierList,Allocator> 65 BOOST_STATIC_ASSERT(detail::is_index_list<IndexSpecifierList>::value);
|
D | node_type.hpp | 48 template<typename Value,typename IndexSpecifierList,typename Allocator> 51 BOOST_STATIC_ASSERT(detail::is_index_list<IndexSpecifierList>::value); 54 IndexSpecifierList,
|
D | index_base.hpp | 55 template<typename Value,typename IndexSpecifierList,typename Allocator> 61 Value,IndexSpecifierList,Allocator>::type final_node_type; 63 Value,IndexSpecifierList,Allocator> final_type; 96 const index_base<Value,IndexSpecifierList,Allocator>&, in index_base() argument 101 const index_base<Value,IndexSpecifierList,Allocator>&,const copy_map_type&) in copy_() argument 161 index_base<Value,IndexSpecifierList,Allocator>&, in swap_() argument 165 void swap_elements_(index_base<Value,IndexSpecifierList,Allocator>&){} in swap_elements_() argument
|
/third_party/boost/boost/ |
D | multi_index_container.hpp | 92 template<typename Value,typename IndexSpecifierList,typename Allocator> 98 Value,IndexSpecifierList,Allocator>::type 106 Value,IndexSpecifierList,Allocator>::type 109 multi_index_container<Value,IndexSpecifierList,Allocator> >, 111 Value,IndexSpecifierList,Allocator>::type 133 Value,IndexSpecifierList,Allocator>::type super; 152 typedef IndexSpecifierList index_specifier_type_list; 280 const multi_index_container<Value,IndexSpecifierList,Allocator>& x): in multi_index_container() argument 303 const multi_index_container<Value,IndexSpecifierList,Allocator>& x, in multi_index_container() argument 342 multi_index_container<Value,IndexSpecifierList,Allocator>& operator=( in operator =() argument [all …]
|
D | multi_index_container_fwd.hpp | 32 typename IndexSpecifierList=indexed_by<ordered_unique<identity<Value> > >, 106 template<typename Value,typename IndexSpecifierList,typename Allocator> 108 multi_index_container<Value,IndexSpecifierList,Allocator>& x, 109 multi_index_container<Value,IndexSpecifierList,Allocator>& y);
|