Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template incremental_rehash_rollback

boost::intrusive::incremental_rehash_rollback

Synopsis

// In header: <boost/intrusive/hashtable.hpp>

template<typename BucketType, typename SplitTraits, 
         typename SlistNodeAlgorithms> 
class incremental_rehash_rollback {
public:
  // construct/copy/destruct
  ();
  ();
  (, , );
   ();
  ~();

  // public member functions
   ();
};

Description

incremental_rehash_rollback public construct/copy/destruct

  1. ();
  2. ();
  3. ( source_bucket, 
                                 destiny_bucket, 
                                 split_tr);
  4.  ();
  5. ~();

incremental_rehash_rollback public member functions

  1.  ();

PrevUpHomeNext