#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>
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) |
#define BOOST_MULTI_INDEX_HASHED_INDEX_CHECK_INVARIANT |
Referenced by boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::clear(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::erase(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::insert(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::modify(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::modify_key(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::rehash(), boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::replace(), and boost::multi_index::detail::hashed_index< KeyFromValue, Hash, Pred, SuperMeta, TagList, Category >::swap().
#define BOOST_MULTI_INDEX_HASHED_INDEX_CHECK_INVARIANT_OF | ( | x | ) |
|
inline |