Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template bucket_hash_equal_t<, , , , , , >

boost::intrusive::bucket_hash_equal_t<ValueTraits, VoidOrKeyOfValue, VoidOrKeyHash, VoidOrKeyEqual, BucketTraits, LinearBuckets, true>

Synopsis

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

template<typename ValueTraits, typename VoidOrKeyOfValue, 
         typename VoidOrKeyHash, typename VoidOrKeyEqual, 
         typename BucketTraits,  LinearBuckets> 
struct bucket_hash_equal_t<, , , , , , > : public , public  {
  // types
  typedef  ;       
  typedef                                             ;
  typedef                                                                                                 ;         
  typedef                                                                                ;            
  typedef                  ;     
  typedef                                                                                    ;               
  typedef                                                                                                ;        
  typedef                                                                            ;            
  typedef                                                                ;
  typedef                                   ;           

  // construct/copy/destruct
  (, , 
                      , );
  ();

  // public member functions
   () ;
   ();
   ();
   ();
   ();
   ();
   () ;
   ();
   () ;
   ();
   (, );
   ();
   ();

  // public data members
   cached_begin_;
};

Description

bucket_hash_equal_t public construct/copy/destruct

  1. ( val_traits, 
                         b_traits,  h, 
                         e);
  2. ( other);

bucket_hash_equal_t public member functions

  1.  () ;
  2.  ( p);
  3.  ( insertion_bucket);
  4.  ();
  5.  ();
  6.  ( other);
  7.  ( pbucketptr) ;
  8.  ( insertion_bucket);
  9.  () ;
  10.  ();
  11.  ( first_bucket_num, 
                                          last_bucket_num);
  12.  ( first_bucket);
  13.  ();

PrevUpHomeNext