Class template iset_index
boost::interprocess::iset_index
Synopsis
template<typename MapConfig>
class iset_index : public {
public:
typedef ;
typedef ;
typedef ;
typedef ;
();
();
();
();
() ;
(, );
};
Description
Index type based in boost::intrusive::set. Just derives from boost::intrusive::set and defines the interface needed by managed memory segments*<zwj></zwj>/
iset_index
public
construct/copy/destruct
-
();
Constructor. Takes a pointer to the segment manager. Can throw
iset_index
public member functions
-
();
This reserves memory to optimize the insertion of n elements in the index
-
();
This frees all unnecessary memory.
( key);
( key) ;
( key,
commit_data);