Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
iunordered_set_index.hpp File Reference

Describes index adaptor of boost::intrusive::unordered_set container, to use it as name/shared memory index. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <functional>
#include <utility>
#include <boost/interprocess/detail/utilities.hpp>
#include <boost/interprocess/containers/vector.hpp>
#include <boost/intrusive/unordered_set.hpp>
#include <boost/interprocess/allocators/allocator.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for iunordered_set_index.hpp:

Classes

struct  boost::interprocess::iunordered_set_index_aux< MapConfig >
 Helper class to define typedefs from IndexTraits. More...
 
struct  boost::interprocess::iunordered_set_index_aux< MapConfig >::equal_function
 
struct  boost::interprocess::iunordered_set_index_aux< MapConfig >::hash_function
 
struct  boost::interprocess::iunordered_set_index_aux< MapConfig >::allocator_holder
 
singleton  boost::interprocess::iunordered_set_index< MapConfig >
 Index type based in boost::intrusive::set. More...
 
struct  boost::interprocess::is_intrusive_index< boost::interprocess::iunordered_set_index< MapConfig > >
 Trait class to detect if an index is an intrusive index. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 

Detailed Description

Describes index adaptor of boost::intrusive::unordered_set container, to use it as name/shared memory index.