![]() |
Home | Libraries | People | FAQ | More |
boost::interprocess::iunordered_set_index
// In header: <boost/interprocess/indexes/iunordered_set_index.hpp> template<typename MapConfig> class iunordered_set_index : private , public { public: // types typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; typedef ; // construct/copy/destruct (segment_manager_base *); ~(); // public member functions (); (); (); () ; (, ); (, ); };
Index type based in boost::intrusive::set. Just derives from boost::intrusive::set and defines the interface needed by managed memory segments
iunordered_set_index
public
construct/copy/destruct(segment_manager_base * mngr);
Constructor. Takes a pointer to the segment manager. Can throw
~();