Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ordered_index.hpp File Reference
#include <boost/config.hpp>
#include <algorithm>
#include <boost/call_traits.hpp>
#include <boost/detail/no_exceptions_support.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/foreach_fwd.hpp>
#include <boost/iterator/reverse_iterator.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/bidir_node_iterator.hpp>
#include <boost/multi_index/detail/do_not_copy_elements_tag.hpp>
#include <boost/multi_index/detail/index_node_base.hpp>
#include <boost/multi_index/detail/modify_key_adaptor.hpp>
#include <boost/multi_index/detail/ord_index_node.hpp>
#include <boost/multi_index/detail/ord_index_ops.hpp>
#include <boost/multi_index/detail/safe_mode.hpp>
#include <boost/multi_index/detail/scope_guard.hpp>
#include <boost/multi_index/detail/unbounded.hpp>
#include <boost/multi_index/detail/value_compare.hpp>
#include <boost/multi_index/detail/vartempl_support.hpp>
#include <boost/multi_index/ordered_index_fwd.hpp>
#include <boost/ref.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/type_traits/is_same.hpp>
#include <utility>
#include <initializer_list>
#include <boost/archive/archive_exception.hpp>
#include <boost/bind.hpp>
#include <boost/multi_index/detail/duplicates_iterator.hpp>
#include <boost/throw_exception.hpp>
Include dependency graph for ordered_index.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::multi_index::detail::ordered_unique_tag
 
struct  boost::multi_index::detail::ordered_non_unique_tag
 
singleton  boost::multi_index::detail::ordered_index< KeyFromValue, Compare, SuperMeta, TagList, Category >
 
struct  boost::multi_index::ordered_unique< Arg1, Arg2, Arg3 >
 
struct  boost::multi_index::ordered_unique< Arg1, Arg2, Arg3 >::node_class< Super >
 
struct  boost::multi_index::ordered_unique< Arg1, Arg2, Arg3 >::index_class< SuperMeta >
 
struct  boost::multi_index::ordered_non_unique< Arg1, Arg2, Arg3 >
 
struct  boost::multi_index::ordered_non_unique< Arg1, Arg2, Arg3 >::node_class< Super >
 
struct  boost::multi_index::ordered_non_unique< Arg1, Arg2, Arg3 >::index_class< SuperMeta >
 

Namespaces

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

Macros

#define BOOST_MULTI_INDEX_ORD_INDEX_CHECK_INVARIANT_OF(x)
 
#define BOOST_MULTI_INDEX_ORD_INDEX_CHECK_INVARIANT
 

Functions

template<typename KeyFromValue1 , typename Compare1 , typename SuperMeta1 , typename TagList1 , typename Category1 , typename KeyFromValue2 , typename Compare2 , typename SuperMeta2 , typename TagList2 , typename Category2 >
bool boost::multi_index::detail::operator== (const ordered_index< KeyFromValue1, Compare1, SuperMeta1, TagList1, Category1 > &x, const ordered_index< KeyFromValue2, Compare2, SuperMeta2, TagList2, Category2 > &y)
 
template<typename KeyFromValue1 , typename Compare1 , typename SuperMeta1 , typename TagList1 , typename Category1 , typename KeyFromValue2 , typename Compare2 , typename SuperMeta2 , typename TagList2 , typename Category2 >
bool boost::multi_index::detail::operator< (const ordered_index< KeyFromValue1, Compare1, SuperMeta1, TagList1, Category1 > &x, const ordered_index< KeyFromValue2, Compare2, SuperMeta2, TagList2, Category2 > &y)
 
template<typename KeyFromValue1 , typename Compare1 , typename SuperMeta1 , typename TagList1 , typename Category1 , typename KeyFromValue2 , typename Compare2 , typename SuperMeta2 , typename TagList2 , typename Category2 >
bool boost::multi_index::detail::operator!= (const ordered_index< KeyFromValue1, Compare1, SuperMeta1, TagList1, Category1 > &x, const ordered_index< KeyFromValue2, Compare2, SuperMeta2, TagList2, Category2 > &y)
 
template<typename KeyFromValue1 , typename Compare1 , typename SuperMeta1 , typename TagList1 , typename Category1 , typename KeyFromValue2 , typename Compare2 , typename SuperMeta2 , typename TagList2 , typename Category2 >
bool boost::multi_index::detail::operator> (const ordered_index< KeyFromValue1, Compare1, SuperMeta1, TagList1, Category1 > &x, const ordered_index< KeyFromValue2, Compare2, SuperMeta2, TagList2, Category2 > &y)
 
template<typename KeyFromValue1 , typename Compare1 , typename SuperMeta1 , typename TagList1 , typename Category1 , typename KeyFromValue2 , typename Compare2 , typename SuperMeta2 , typename TagList2 , typename Category2 >
bool boost::multi_index::detail::operator>= (const ordered_index< KeyFromValue1, Compare1, SuperMeta1, TagList1, Category1 > &x, const ordered_index< KeyFromValue2, Compare2, SuperMeta2, TagList2, Category2 > &y)
 
template<typename KeyFromValue1 , typename Compare1 , typename SuperMeta1 , typename TagList1 , typename Category1 , typename KeyFromValue2 , typename Compare2 , typename SuperMeta2 , typename TagList2 , typename Category2 >
bool boost::multi_index::detail::operator<= (const ordered_index< KeyFromValue1, Compare1, SuperMeta1, TagList1, Category1 > &x, const ordered_index< KeyFromValue2, Compare2, SuperMeta2, TagList2, Category2 > &y)
 
template<typename KeyFromValue , typename Compare , typename SuperMeta , typename TagList , typename Category >
void boost::multi_index::detail::swap (ordered_index< KeyFromValue, Compare, SuperMeta, TagList, Category > &x, ordered_index< KeyFromValue, Compare, SuperMeta, TagList, Category > &y)
 
template<typename KeyFromValue , typename Compare , typename SuperMeta , typename TagList , typename Category >
boost::mpl::true_boost_foreach_is_noncopyable (boost::multi_index::detail::ordered_index< KeyFromValue, Compare, SuperMeta, TagList, Category > *&, boost::foreach::tag)
 

Macro Definition Documentation

#define BOOST_MULTI_INDEX_ORD_INDEX_CHECK_INVARIANT_OF (   x)

Function Documentation

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