Class template map_index
boost::interprocess::map_index
Synopsis
template<typename MapConfig>
class map_index {
public:
typedef ;
typedef ;
typedef ;
typedef ;
typedef ;
typedef ;
();
();
();
(, );
(, , ,
);
();
};
Description
Index type based in boost::interprocess::map. Just derives from boost::interprocess::map and defines the interface needed by managed memory segments
map_index public member functions
-
( segment_mngr);
Constructor. Takes a pointer to the segment manager. Can throw
-
();
This reserves memory to optimize the insertion of n elements in the index
-
();
This tries to free previously allocate unused memory.
( key, );
( k, context,
index_data, );
( k);