Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
hashed_index.hpp File Reference
#include <boost/config.hpp>
#include <algorithm>
#include <boost/call_traits.hpp>
#include <boost/detail/allocator_utilities.hpp>
#include <boost/detail/no_exceptions_support.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/foreach_fwd.hpp>
#include <boost/limits.hpp>
#include <boost/move/core.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/mpl/if.hpp>
#include <boost/mpl/push_front.hpp>
#include <boost/multi_index/detail/access_specifier.hpp>
#include <boost/multi_index/detail/auto_space.hpp>
#include <boost/multi_index/detail/bucket_array.hpp>
#include <boost/multi_index/detail/do_not_copy_elements_tag.hpp>
#include <boost/multi_index/detail/hash_index_iterator.hpp>
#include <boost/multi_index/detail/index_node_base.hpp>
#include <boost/multi_index/detail/modify_key_adaptor.hpp>
#include <boost/multi_index/detail/safe_mode.hpp>
#include <boost/multi_index/detail/scope_guard.hpp>
#include <boost/multi_index/detail/vartempl_support.hpp>
#include <boost/multi_index/hashed_index_fwd.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/type_traits/is_same.hpp>
#include <cmath>
#include <cstddef>
#include <functional>
#include <iterator>
#include <utility>
#include <initializer_list>
#include <boost/serialization/nvp.hpp>
Include dependency graph for hashed_index.hpp:
This graph shows which files directly or indirectly include this file:

Classes

singleton  boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >
 
struct  boost::multi_index::hashed_unique< Arg1, Arg2, Arg3, Arg4 >
 
struct  boost::multi_index::hashed_unique< Arg1, Arg2, Arg3, Arg4 >::node_class< Super >
 
struct  boost::multi_index::hashed_unique< Arg1, Arg2, Arg3, Arg4 >::index_class< SuperMeta >
 
struct  boost::multi_index::hashed_non_unique< Arg1, Arg2, Arg3, Arg4 >
 
struct  boost::multi_index::hashed_non_unique< Arg1, Arg2, Arg3, Arg4 >::node_class< Super >
 
struct  boost::multi_index::hashed_non_unique< Arg1, Arg2, Arg3, Arg4 >::index_class< SuperMeta >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::multi_index
 
 boost::multi_index::detail
 

Macros

#define BOOST_MULTI_INDEX_HASHED_INDEX_CHECK_INVARIANT_OF(x)
 
#define BOOST_MULTI_INDEX_HASHED_INDEX_CHECK_INVARIANT
 

Functions

template<typename KeyFromValue , typename Hash , typename Pred , typename SuperMeta , typename TagList , typename Category >
bool boost::multi_index::detail::operator== (const hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category > &x, const hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category > &y)
 
template<typename KeyFromValue , typename Hash , typename Pred , typename SuperMeta , typename TagList , typename Category >
bool boost::multi_index::detail::operator!= (const hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category > &x, const hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category > &y)
 
template<typename KeyFromValue , typename Hash , typename Pred , typename SuperMeta , typename TagList , typename Category >
void boost::multi_index::detail::swap (hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category > &x, hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category > &y)
 
template<typename KeyFromValue , typename Hash , typename Pred , typename SuperMeta , typename TagList , typename Category >
boost::mpl::true_boost_foreach_is_noncopyable (boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category > *&, boost::foreach::tag)
 

Macro Definition Documentation

#define BOOST_MULTI_INDEX_HASHED_INDEX_CHECK_INVARIANT_OF (   x)

Function Documentation

template<typename KeyFromValue , typename Hash , typename Pred , typename SuperMeta , typename TagList , typename Category >
boost::mpl::true_* boost_foreach_is_noncopyable ( boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category > *&  ,
boost::foreach::tag   
)
inline